/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@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;
}

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%;
}

.wellborn {
  margin-bottom: 65px;
  text-align: center;
}

.wellborn img {
  width: 200px;
  height: auto;
}

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;
}

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

@-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;
  }
}

@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%;
  }
}

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