/************ moje rozszerzenia do bootstrapa ************/
/* moje wysokości */
.ch-5 {height: 5rem !important}
.ch-10 {height: 10rem !important}
.ch-15 {height: 15rem !important}
.ch-20 {height: 20rem !important}
.ch-25 {height: 25rem !important}

.cmh-15 {max-height: 15rem !important; overflow:hidden}

/* moje marginesy */
.cmt-1 {margin-top: 1rem !important}
.cmt-3 {margin-top: 3rem !important}
.cmt-5 {margin-top: 5rem !important}
.cmt-10 {margin-top: 10rem !important}
.cmt-15 {margin-top: 15rem !important}
.cmt-20 {margin-top: 20rem !important}
.cmt-25 {margin-top: 25rem !important}

.cmb-2 {margin-bottom: 2rem !important}

.cmy-1 {margin-top: 1rem !important; margin-bottom: 1rem !important}
.cmy-3 {margin-top: 3rem !important; margin-bottom: 3rem !important}


/* moje paddingi */
.cpl-3 {padding-left: 3rem !important}

.cpx-3 {padding-left: 3rem !important; padding-right: 3rem !important}

.cpy-5 {padding-top: 5rem !important; padding-bottom: 5rem !important}

/************ boostrap rozszerzenia wg schmatu bootstrapa ************/

/* wysokości boksa */
.vh-15 {
  height: 15vh !important;
}
.vh-25 {
  height: 25vh !important;
}
.vh-50 {
  height: 50vh !important;
}
.vh-75 {
  height: 75vh !important;
}
.vh-100 {
  height: 100vh !important;
}

/* negatywne marginesy */
.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}
.mt-n15 {
  margin-top: -15vh !important;
}

.ms-n15 {
  margin-left: -15vh !important;
}

/* marginesy */
.mt-15 {
  margin-top: 15vh !important;
}
.mt-20 {
  margin-top: 20vh !important;
}

.ms-15 {
  margin-left: 15vh !important;
}

/* paddingi */
.pt-15 {
  padding-top: 15vh !important;
}



