/*-------------------------- MARGIN -------------------------*/

/* 
utility classes for complete margins
1 unit = 4px;
*/
.m-1 {
  margin: 0.4rem !important;
}

.m-2 {
  margin: 0.8rem !important;
}

.m-3 {
  margin: 1.2rem !important;
}

.m-4 {
  margin: 1.6rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.m-6 {
  margin: 2.4rem !important;
}

.m-7 {
  margin: 2.8rem !important;
}

.m-8 {
  margin: 3.2rem !important;
}

.m-9 {
  margin: 3.6rem !important;
}

.m-10 {
  margin: 4rem !important;
}

/* 
utility classes for horizontal margins
1 unit = 4px;
*/
.mx-1 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.mx-2 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.mx-3 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.mx-4 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-6 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.mx-7 {
  margin-left: 2.8rem !important;
  margin-right: 2.8rem !important;
}

.mx-8 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.mx-9 {
  margin-left: 3.6rem !important;
  margin-right: 3.6rem !important;
}

.mx-10 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

/* 
utility classes for vertical margins
1 unit = 4px;
*/
.my-1 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.my-2 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-3 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.my-4 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-7 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

.my-8 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.my-9 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.my-10 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* 
utility classes for top margins
1 unit = 4px;
*/
.mt-1 {
  margin-top: 0.4rem !important;
}

.mt-2 {
  margin-top: 0.8rem !important;
}

.mt-3 {
  margin-top: 1.2rem !important;
}

.mt-4 {
  margin-top: 1.6rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 2.4rem !important;
}

.mt-7 {
  margin-top: 2.8rem !important;
}

.mt-8 {
  margin-top: 3.2rem !important;
}

.mt-9 {
  margin-top: 3.6rem !important;
}

.mt-10 {
  margin-top: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

/* 
utility classes for bottom margins
1 unit = 4px;
*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.4rem !important;
}

.mb-2 {
  margin-bottom: 0.8rem !important;
}

.mb-3 {
  margin-bottom: 1.2rem !important;
}

.mb-4 {
  margin-bottom: 1.6rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.4rem !important;
}

.mb-7 {
  margin-bottom: 2.8rem !important;
}

.mb-8 {
  margin-bottom: 3.2rem !important;
}

.mb-9 {
  margin-bottom: 3.6rem !important;
}

.mb-10 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

@media only screen and (max-width: 56.25em) {
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
}

@media only screen and (max-width: 27.5em) {
  .mb-xs-3 {
    margin-bottom: 1.2rem !important;
  }

  .mb-xs-4 {
    margin-bottom: 1.6rem !important;
  }

  .mb-xs-8 {
    margin-bottom: 3.2rem !important;
  }

  .mb-xs-60 {
    margin-bottom: 6rem !important;
  }
}

/* 
utility classes for left margins
1 unit = 4px;
*/
.ml-1 {
  margin-left: 0.4rem !important;
}

.ml-2 {
  margin-left: 0.8rem !important;
}

.ml-3 {
  margin-left: 1.2rem !important;
}

.ml-4 {
  margin-left: 1.6rem !important;
}

.ml-5 {
  margin-left: 2rem !important;
}

.ml-6 {
  margin-left: 2.4rem !important;
}

.ml-7 {
  margin-left: 2.8rem !important;
}

.ml-8 {
  margin-left: 3.2rem !important;
}

.ml-9 {
  margin-left: 3.6rem !important;
}

.ml-10 {
  margin-left: 4rem !important;
}

/* 
utility classes for right margins
1 unit = 4px;
*/
.mr-1 {
  margin-right: 0.4rem !important;
}

.mr-2 {
  margin-right: 0.8rem !important;
}

.mr-3 {
  margin-right: 1.2rem !important;
}

.mr-4 {
  margin-right: 1.6rem !important;
}

.mr-5 {
  margin-right: 2rem !important;
}

.mr-6 {
  margin-right: 2.4rem !important;
}

.mr-7 {
  margin-right: 2.8rem !important;
}

.mr-8 {
  margin-right: 3.2rem !important;
}

.mr-9 {
  margin-right: 3.6rem !important;
}

.mr-10 {
  margin-right: 4rem !important;
}

/*-------------------------- MARGIN -------------------------*/

/*-------------------------- PADDING ------------------------*/

/* 
utility classes for complete paddings
1 unit = 4px;
*/
.p-1 {
  padding: 0.4rem !important;
}

.p-2 {
  padding: 0.8rem !important;
}

.p-3 {
  padding: 1.2rem !important;
}

.p-4 {
  padding: 1.6rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 2.4rem !important;
}

.p-7 {
  padding: 2.8rem !important;
}

.p-8 {
  padding: 3.2rem !important;
}

.p-9 {
  padding: 3.6rem !important;
}

.p-10 {
  padding: 4rem !important;
}

/* 
utility classes for horizontal paddings
1 unit = 4px;
*/
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.px-2 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.px-3 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.px-4 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-6 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.px-7 {
  padding-left: 2.8rem !important;
  padding-right: 2.8rem !important;
}

.px-8 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.px-9 {
  padding-left: 3.6rem !important;
  padding-right: 3.6rem !important;
}

.px-10 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-50 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-60 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-70 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-80 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-100 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.px-120 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.px-240 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

@media only screen and (max-width: 56.25em) {
  .px-md-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media only screen and (max-width: 27.5em) {
  .px-xs-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

/* 
utility classes for vertical paddings
1 unit = 4px;
*/
.py-1 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.py-2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-3 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.py-4 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-7 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.py-8 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-9 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-120 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-240 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

/* 
utility classes for top padding
1 unit = 4px;
*/
.pt-1 {
  padding-top: 0.4rem !important;
}

.pt-2 {
  padding-top: 0.8rem !important;
}

.pt-3 {
  padding-top: 1.2rem !important;
}

.pt-4 {
  padding-top: 1.6rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 2.4rem !important;
}

.pt-7 {
  padding-top: 2.8rem !important;
}

.pt-8 {
  padding-top: 3.2rem !important;
}

.pt-9 {
  padding-top: 3.6rem !important;
}

.pt-10 {
  padding-top: 4rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.pt-240 {
  padding-top: 24rem !important;
}

@media only screen and (max-width: 56.25em) {
  .pt-md-160 {
    padding-top: 16rem !important;
  }

  .pt-md-210 {
    padding-top: 21rem !important;
  }
}

@media only screen and (max-width: 27.5em) {
  .pt-xs-160 {
    padding-top: 16rem !important;
  }
}

/* 
utility classes for bottom paddings
1 unit = 4px;
*/
.pb-1 {
  padding-bottom: 0.4rem !important;
}

.pb-2 {
  padding-bottom: 0.8rem !important;
}

.pb-3 {
  padding-bottom: 1.2rem !important;
}

.pb-4 {
  padding-bottom: 1.6rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 2.4rem !important;
}

.pb-7 {
  padding-bottom: 2.8rem !important;
}

.pb-8 {
  padding-bottom: 3.2rem !important;
}

.pb-9 {
  padding-bottom: 3.6rem !important;
}

.pb-10 {
  padding-bottom: 4rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pb-240 {
  padding-bottom: 24rem !important;
}

@media only screen and (max-width: 56.25em) {
  .pb-md-100 {
    padding-bottom: 10rem !important;
  }

  .pb-md-160 {
    padding-bottom: 16rem !important;
  }
}

/* 
utility classes for left padding
1 unit = 4px;
*/
.pl-1 {
  padding-left: 0.4rem !important;
}

.pl-2 {
  padding-left: 0.8rem !important;
}

.pl-3 {
  padding-left: 1.2rem !important;
}

.pl-4 {
  padding-left: 1.6rem !important;
}

.pl-5 {
  padding-left: 2rem !important;
}

.pl-6 {
  padding-left: 2.4rem !important;
}

.pl-7 {
  padding-left: 2.8rem !important;
}

.pl-8 {
  padding-left: 3.2rem !important;
}

.pl-9 {
  padding-left: 3.6rem !important;
}

.pl-10 {
  padding-left: 4rem !important;
}

.pl-50 {
  padding-left: 5rem !important;
}

.pl-60 {
  padding-left: 6rem !important;
}

.pl-70 {
  padding-left: 7rem !important;
}

.pl-80 {
  padding-left: 8rem !important;
}

.pl-100 {
  padding-left: 10rem !important;
}

.pl-120 {
  padding-left: 12rem !important;
}

.pl-240 {
  padding-left: 24rem !important;
}

@media only screen and (max-width: 56.25em) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 27.5em) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }
}

/* 
utility classes for right paddings
1 unit = 4px;
*/
.pr-1 {
  padding-right: 0.4rem !important;
}

.pr-2 {
  padding-right: 0.8rem !important;
}

.pr-3 {
  padding-right: 1.2rem !important;
}

.pr-4 {
  padding-right: 1.6rem !important;
}

.pr-5 {
  padding-right: 2rem !important;
}

.pr-6 {
  padding-right: 2.4rem !important;
}

.pr-7 {
  padding-right: 2.8rem !important;
}

.pr-8 {
  padding-right: 3.2rem !important;
}

.pr-9 {
  padding-right: 3.6rem !important;
}

.pr-10 {
  padding-right: 4rem !important;
}

.pr-50 {
  padding-right: 5rem !important;
}

.pr-60 {
  padding-right: 6rem !important;
}

.pr-70 {
  padding-right: 7rem !important;
}

.pr-80 {
  padding-right: 8rem !important;
}

.pr-100 {
  padding-right: 10rem !important;
}

.pr-120 {
  padding-right: 12rem !important;
}

.pr-240 {
  padding-right: 24rem !important;
}

@media only screen and (max-width: 56.25em) {
  .pr-md-0 {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 27.5em) {
  .pr-xs-0 {
    padding-right: 0 !important;
  }
}

/*-------------------------- PADDING ------------------------*/
