/* Text Elements */

h1.hero-heading {
  position: relative;
  top: 0;
  left: auto;
  z-index: 600;
  margin-top: 0;
  margin-bottom: 16px;
  color: #fa0;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 72px;
  font-family: cooper black, Arial, sans-serif;
  line-height: 1;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;

  -webkit-text-stroke-width: 0;
}

h2.hero-subheading {
  margin-top: 0;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 36px;
  font-family: cooper black, Arial, sans-serif;
  line-height: 1.4;
}

h2.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 36px;
  font-family: cooper black, Arial, sans-serif;
  line-height: 1.3;
}

h2.section-heading {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 48px;
  font-family: cooper black, Arial, sans-serif;
  line-height: 1.3;
}

h2 span.heading-text-1 {
  color: #ff1b00;
}

h2 span.heading-text-2 {
  color: #ff1b00;
}

h2 span.heading-text-3 {
  color: #ff1b00;
}

h3.heading-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-family: cooper black, Arial, sans-serif;
}

h3.heading-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-family: cooper black, Arial, sans-serif;
}

h3.project-index-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-family: cooper black, Arial, sans-serif;
}

h4.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: cooper black, Arial, sans-serif;
}

p.paragraph.body-paragraph {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #000;
  text-align: left;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  line-height: 25px;
}

p.paragraph span.bold-1 {
  color: #000;
  font-weight: 600;
}

p.paragraph.footer-address {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  line-height: 26px;
}

p.paragraph.footer-text {
  margin-top: 0;
  margin-bottom: 16px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Inter', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  line-height: 24px;
}

p.paragraph span.bold {
  font-weight: 600;
}

a.link-text.navlink {
  padding: 10px 16px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  font-family: cooper black, Arial, sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.logo-nav-link {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 28px;
  font-family: cooper black, Arial, sans-serif;
  line-height: 36px;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.logo-footer-link {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-family: cooper black, Arial, sans-serif;
  line-height: 36px;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.navlink:hover {
  text-decoration: underline;
}

a.link-text.logo-footer-link:hover {
  color: #d4d4d4;
}

/* Interaction Elements */

a.link-button.action-button.outofview {
  -webkit-transform: scaleX(.9) scaleY(.9);
     -moz-transform: scaleX(.9) scaleY(.9);
       -o-transform: scaleX(.9) scaleY(.9);
          transform: scaleX(.9) scaleY(.9);
}

a.link-button.action-button:hover {
  background-color: #fa0;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transform: scaleX(1.04) scaleY(1.04);
     -moz-transform: scaleX(1.04) scaleY(1.04);
       -o-transform: scaleX(1.04) scaleY(1.04);
          transform: scaleX(1.04) scaleY(1.04);
}

/* Layout Elements */

.container.custom-sd-three-cols {
  display: grid;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 0;
}

.container.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.navbar {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  max-width: 1280px;
  width: 98%;
  border: .0625rem solid #f2f2f2;
  border-radius: 100px;
  background-color: #fff;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.social-footer-wrapper {
  display: grid;
  margin-top: 5px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 4px;

  grid-template-columns: auto;
  grid-template-rows: repeat(2 , auto);
}

.container {
  padding-left: 0;
}

.container.container-made-with-coffeecup {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-left: 0;
  padding: 48px 24px;
  max-width: 960px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
}

.container.grid-area-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-1 {
  margin-top: 16px;
  padding-right: 0;
  padding-left: 0;

  grid-column-gap: 16px;
  grid-template-columns: repeat(3 , 1fr);
  grid-template-rows: auto;
}

.container.our-vision-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding: 24px;
  border: .125rem dotted #f2f2f2;
  border-radius: 24px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.index-2-columns {
  display: grid;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  max-width: 1280px;
  width: 100%;

  grid-template-columns: repeat(2 , 1fr);
  grid-template-rows: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-items: start;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}

.container.love-projects-grid {
  display: grid;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-top: 96px;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  max-width: 1280px;
  width: 100%;

  grid-template-columns: repeat(2 , 1fr);
  grid-template-rows: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-items: start;
  grid-row-gap: 48px;
  grid-column-gap: 24px;
}

.container.index-vision-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 96px 24px;
  min-height: auto;
  background-color: #fa0;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.index-projects-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 96px 24px;
  min-height: auto;
  background-color: #fff;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 96px 24px;
  background-color: #f2f2f2;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.bg-content-size-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 85vh;
  background-color: #000;
  background-image: url('../images/Automotive-Welding.jpg'), -webkit-linear-gradient(top, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .35) 100%);
  background-image: url('../images/Automotive-Welding.jpg'), -moz-linear-gradient(top, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .35) 100%);
  background-image: url('../images/Automotive-Welding.jpg'), -o-linear-gradient(top, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .35) 100%);
  background-image: url('../images/Automotive-Welding.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .35) 100%);
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: 100% 100%, auto auto;
  background-repeat: repeat, repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal, normal;
}

.container.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 98%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-footer-rights {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  max-width: 1280px;
  width: 100%;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.footer-3-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  max-width: 1280px;
  width: 100%;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.html-element.navigation-code {
  display: none;
}

a.glyph.mobile-nav-button {
  display: none;
}

.rule.rule-footer {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1280px;
  width: 100%;
}

a.social-image.social-icon {
  margin-right: 8px;
  margin-bottom: 7px;
  margin-left: 8px;
  padding: 4px;
  max-width: 43px;
  border-radius: 50px;
  background-color: #7b332a;
}

.rule.matgin-top.rule-footer {
  margin-top: 24px;
}

div.responsive-picture.picture-icon {
  margin-bottom: 8px;
  max-width: 65px;
}

div.responsive-picture.picture-index-project {
  margin-bottom: 24px;
  border-radius: 24px;
}

.rule.rule-footer hr {
  border-top-color: #000;
}

.rule.matgin-top.rule-footer hr {
  border-top-width: 2px;
}

.rule.footer-rule {
  margin-top: 32px;
  margin-bottom: 24px;
  max-width: 1280px;
}

.rule.footer-rule hr {
  border-top-width: 2px;
  border-top-color: #000;
}

div.responsive-map.map-1 {
  max-width: none;
}

@media screen and (max-width: 80rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 72px;
  }

  /* Layout Elements */

  .container.index-2-columns {
    grid-template-columns: repeat(2 , 50%);
    grid-template-rows: auto;
  }

  .container.love-projects-grid {
    grid-template-columns: repeat(2 , 50%);
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 79.8125rem) {
  /* Layout Elements */

  .container.container-footer-rights {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.footer-3-columns {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-footer {
    width: 98%;
  }
}

@media screen and (max-width: 60rem) {
  /* Layout Elements */

  .container.navbar {
    position: absolute;
  }

  .container.hero-content-wrapper {
    margin-top: 16px;
    margin-left: 0;
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.index-2-columns {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2 , auto);
    justify-items: center;
  }

  .container.love-projects-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2 , auto);
    justify-items: center;
  }

  .container.footer-3-columns {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-align: start;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 48px;
  }

  a.link-text.logo-nav-link {
    font-size: 24px;
  }

  a.link-text.navlink {
    padding-right: 8px;
    padding-left: 8px;
  }

  /* Layout Elements */

  .container.custom-sd-three-cols {
    grid-template-columns: auto;
    grid-template-rows: repeat(3 , auto);
  }

  .container.hero-content-wrapper {
    margin-top: 0;
  }

  .container.index-2-columns {
    display: grid;
    margin-right: auto;
    margin-left: auto;
  }

  .container.love-projects-grid {
    display: grid;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 40rem) {
  /* Text Elements */

  a.link-text.navlink {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 26px;
  }

  a.link-text.logo-nav-link {
    position: static;
    letter-spacing: 1px;
  }

  a.link-text.logo-footer-link {
    position: static;
    letter-spacing: 1px;
  }

  /* Layout Elements */

  .container.navigation-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.navbar {
    position: absolute;
    z-index: 1000;
    -ms-flex-align: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-radius: 0;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.hero-content-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.index-vision-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.index-projects-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.footer-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.container-footer {
    width: 98%;
  }

  .container.navigation-links.show-menu {
    top: 0;
    visibility: visible;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  a.glyph.mobile-nav-button {
    display: block;
    color: #000;
    text-align: right;
    font-size: 34px;
    line-height: 1;
  }

  a.glyph.close-button-cross.mobile-nav-button {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding-top: 20px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 28.75rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 36px;
  }

  p.paragraph.footer-text {
    margin-bottom: 0;
  }

  /* Layout Elements */

  .container.container-footer-rights {
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.footer-3-columns {
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.container-footer {
    width: 100%;
  }
}

@media screen and (max-width: 20rem) {
  /* Text Elements */

  h2.hero-subheading {
    letter-spacing: -1px;
    font-size: 20px;
  }

  h2.heading-2 {
    font-size: 20px;
  }

  h2.section-heading {
    font-size: 20px;
  }

  p.paragraph.body-paragraph {
    text-align: left;
  }
}


/*Custom Fonts Definitions*/

@font-face {
	font-family: font;
	src: url('../custom_fonts/Kola-Regular.eot');
	src: url('../custom_fonts/Kola-Regular.eot?#iefix') format('embedded-opentype'),url('../custom_fonts/Kola-Regular.ttf') format('ttf'),url('../custom_fonts/Kola-Regular.woff') format('woff'),url('../custom_fonts/Kola-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: cooper black;
	src: url('../custom_fonts/COOPBL.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
