/* 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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "Myriad Web Pro";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Web Pro"), url("../fonts/myriad-web-pro.woff") format("woff");
}
html, body {
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  font-family: "Myriad Web Pro";
}

.no-webp .wrapper {
  background-image: url("../img/herobg.jpeg");
}

.webp .wrapper {
  background-image: url("../img/herobg.webp");
}

.wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.wrapper .content {
  min-height: 500px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1170px;
  font-size: 35px;
}
@media (max-width: 576px) {
  .wrapper .content {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .wrapper .content {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .wrapper .content {
    font-size: 27px;
  }
}
.wrapper .content .inner {
  padding: 30px 50px;
}
.wrapper .contact {
  margin: 30px 0px;
  animation-delay: 0.7s;
}
.wrapper .logo {
  margin: 30px 0px;
  animation-delay: 0.4s;
}
.wrapper .logo img {
  max-width: 500px;
  width: 100%;
}
.wrapper .url {
  animation-delay: 0.9s;
}
.wrapper .button {
  margin: 15px 0px;
  background-color: #3f987c;
  color: #fff;
  animation-delay: 0.9s;
  border-radius: 7px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.2s ease;
  padding: 27px 50px 22px 50px;
  display: inline-block;
  font-family: "Myriad Web Pro";
  white-space: nowrap;
}
@media (max-width: 992px) {
  .wrapper .button {
    font-size: 20px;
    padding: 20px 40px 16px 40px;
    white-space: normal !important;
  }
}
@media (max-width: 768px) {
  .wrapper .button {
    font-size: 18px;
    margin: 0px 10px;
  }
}
.wrapper .button:hover {
  background-color: #111;
}
.wrapper .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.wrapper .bar {
  position: absolute;
  height: 12vh;
  width: 100%;
  top: 0;
  background-color: #3f987c;
}/*# sourceMappingURL=main.css.map */