/*BOX SIZING*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


/*SIZES AND SCALES*/

body {
  font-size: 16px;
  line-height: 1.375em;
}

@media (max-width: 767px) {
  body {
    line-height: 1.325em;
  }
}



/*HEADINGS*/

h1,
h2,
h3,
h4 {
  font-family: ;
  margin-top: 0px;
  margin-bottom: .75em;
}

@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4 {
    margin-bottom: .60em;
  }
}

h1 {
  font-size: 3em;
  line-height: 1.05em;
}

h2 {
  font-size: 2.25em;
  line-height: 1.25em;
}

h3 {
  font-size: 1.75em;
  line-height: 1.25em;
}

h4 {
  font-size: 1.25em;
  line-height: 1.222em;
}


/*TABLET LARGE*/

@media (min-width:768px) and (max-width: 991px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
}


/*TABLET SMALL*/

@media (min-width:495px) and (max-width: 767px) {
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  h4 {
    line-height: 1.11111111em;
  }
}


/*MOBILE PHONE*/

@media (max-width: 494px) {
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  h4 {
    line-height: 1.11111111em;
  }
}



/*SECTION PADDING*/

@media (min-width:1200px) {
  .section-padding-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-padding-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-padding-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width:992px) and (max-width: 1199px) {
  .section-padding-1 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .section-padding-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-padding-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .section-padding-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width:767px) {
  .section-padding-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-padding-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-padding-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


/*SECTION PADDING 1 STACK*/

@media (min-width:1200px) {
  .section-padding-1.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-1.section-stack:nth-of-type(1) {
    padding-bottom: 50px;
  }
  .section-padding-1.section-stack:first-of-type {
    padding-top: 100px;
  }
  .section-padding-1.section-stack:last-of-type {
    padding-bottom: 100px;
  }
}

@media (min-width:992px) and (max-width: 1199px) {
  .section-padding-1.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-1.section-stack:nth-of-type(1) {
    padding-bottom: 40px;
  }
  .section-padding-1.section-stack:first-of-type {
    padding-top: 80px;
  }
  .section-padding-1.section-stack:last-of-type {
    padding-bottom: 80px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .section-padding-1.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-1.section-stack:nth-of-type(1) {
    padding-bottom: 30px;
  }
  .section-padding-1.section-stack:first-of-type {
    padding-top: 50px;
  }
  .section-padding-1.section-stack:last-of-type {
    padding-bottom: 50px;
  }
}

@media (max-width:767px) {
  .section-padding-1.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-1.section-stack:nth-of-type(1) {
    padding-bottom: 30px;
  }
  .section-padding-1.section-stack:first-of-type {
    padding-top: 40px;
  }
  .section-padding-1.section-stack:last-of-type {
    padding-bottom: 40px;
  }
}


/*SECTION PADDING 2 STACK*/

@media (min-width:1200px) {
  .section-padding-2.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-2.section-stack:nth-of-type(1) {
    padding-bottom: 37.5px;
  }
  .section-padding-2.section-stack:first-of-type {
    padding-top: 75px;
  }
  .section-padding-2.section-stack:last-of-type {
    padding-bottom: 75px;
  }
}

@media (min-width:992px) and (max-width: 1199px) {
  .section-padding-2.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-2.section-stack:nth-of-type(1) {
    padding-bottom: 30px;
  }
  .section-padding-2.section-stack:first-of-type {
    padding-top: 60px;
  }
  .section-padding-2.section-stack:last-of-type {
    padding-bottom: 60px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .section-padding-2.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-2.section-stack:nth-of-type(1) {
    padding-bottom: 30px;
  }
  .section-padding-2.section-stack:first-of-type {
    padding-top: 50px;
  }
  .section-padding-2.section-stack:last-of-type {
    padding-bottom: 50px;
  }
}

@media (max-width:767px) {
  .section-padding-2.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-2.section-stack:nth-of-type(1) {
    padding-bottom: 30px;
  }
  .section-padding-2.section-stack:first-of-type {
    padding-top: 40px;
  }
  .section-padding-2.section-stack:last-of-type {
    padding-bottom: 40px;
  }
}


/*SECTION PADDING 3 STACK*/

@media (min-width:1200px) {
  .section-padding-3.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-3.section-stack:nth-of-type(1) {
    padding-bottom: 30px;
  }
  .section-padding-3.section-stack:first-of-type {
    padding-top: 60px;
  }
  .section-padding-3.section-stack:last-of-type {
    padding-bottom: 60px;
  }
}

@media (min-width:992px) and (max-width: 1199px) {
  .section-padding-3.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-3.section-stack:nth-of-type(1) {
    padding-bottom: 30px;
  }
  .section-padding-3.section-stack:first-of-type {
    padding-top: 60px;
  }
  .section-padding-3.section-stack:last-of-type {
    padding-bottom: 60px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .section-padding-3.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-3.section-stack:nth-of-type(1) {
    padding-bottom: 30px;
  }
  .section-padding-3.section-stack:first-of-type {
    padding-top: 50px;
  }
  .section-padding-3.section-stack:last-of-type {
    padding-bottom: 50px;
  }
}

@media (max-width:767px) {
  .section-padding-3.section-stack {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .section-padding-3.section-stack:nth-of-type(1) {
    padding-bottom: 30px;
  }
  .section-padding-3.section-stack:first-of-type {
    padding-top: 40px;
  }
  .section-padding-3.section-stack:last-of-type {
    padding-bottom: 40px;
  }
}
