@font-face {
  font-family: 'Heavitas';
  src: url("fonts/Heavitas.eot");
  src: url("fonts/Heavitas.eot?#iefix") format("embedded-opentype"), url("fonts/Heavitas.woff2") format("woff2"), url("fonts/Heavitas.woff") format("woff"), url("fonts/Heavitas.ttf") format("truetype"), url("fonts/Heavitas.svg#Heavitas") format("svg");
}

html {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-family: "Heavitas";
  font-size: 4.9rem;
  text-transform: uppercase;
  color: #124e6a;
  margin-bottom: 25px;
  margin-top: 95px;
}

p {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 4rem;
}

.scriptFont {
  font-family: 'WindSong', cursive;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 6rem;
}

a {
  color: #13506d;
}

.callToAction a {
  color: #ffcd2e;
  font-size: 2.65rem;
  display: block;
  font-family: "Heavitas";
  line-height: 3.5rem;
}

.whiteText {
  color: white;
}

.bold {
  font-weight: bold;
}

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

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

html {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.29);
}

header {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.headerbg {
  width: 100%;
  z-index: -1;
  margin-top: -15%;
}

.header_logo {
  position: absolute;
  left: 25%;
  top: 5%;
}

.diy_pro {
  position: absolute;
  left: 25%;
  top: 9%;
  width: 30%;
}

.headerText {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 65px;
  -webkit-animation: .7s ease-out 0s 1 aniIn;
          animation: .7s ease-out 0s 1 aniIn;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.headerText img {
  max-width: 60%;
}

.content {
  max-width: 700px;
  margin: 50px auto;
  padding: 0 15px;
}

.polSet {
  margin-bottom: 4rem;
}

.polSet img {
  max-width: 100%;
}

.vendorLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  gap: 50px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.wellborn {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.wellborn img {
  width: 100%;
}

footer {
  background-image: url(../img/footer2.png);
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 180px;
}

footer img {
  max-width: 100%;
}

.footerContent {
  max-width: 500px;
  padding: 0 15px;
  margin: 0 auto;
}

footer h2 {
  margin-top: 25px;
}

@-webkit-keyframes aniIn {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
    opacity: 0;
  }
  75% {
    -webkit-transform: scale(1.2) translateX(-50%);
            transform: scale(1.2) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}

@keyframes aniIn {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
    opacity: 0;
  }
  75% {
    -webkit-transform: scale(1.2) translateX(-50%);
            transform: scale(1.2) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}

.readMoreLink {
  color: #ffcd2e;
  font-size: 2rem;
  display: block;
  font-family: "Heavitas";
  line-height: 3.5rem;
}

@media screen and (max-width: 851px) {
  .headerbg {
    margin-top: -10%;
  }
}

@media screen and (max-width: 600px) {
  .headerText img {
    max-width: 80%;
  }
  .headerbg {
    margin-top: 0%;
  }
  .headerText {
    margin-top: 15%;
  }
  .headerbg {
    width: 110%;
  }
  .vendorLogos {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wellborn {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .headerText img {
    max-width: 105%;
  }
  .headerbg {
    width: 150%;
  }
}
/*# sourceMappingURL=main.css.map */