@font-face {
  font-family: 'Futura-Book';
  font-weight: normal;
  src: url("font/futura-book.otf") format("opentype");
}

@font-face {
  font-family: 'Futura-Book';
  font-weight: bold;
  src: url("font/futura-book-bold.ttf") format("opentype");
}

@font-face {
  font-family: 'Futura-Book';
  font-weight: 100;
  src: url("font/futura-light.ttf") format("opentype");
}

body {
  font-family: 'Futura-Book', sans-serif;
  margin: auto;
  font-size: 30px;
}

@media (max-width: 1000px) {
  body {
    font-size: 20px;
  }
}

.corner-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 4;
}

.corner-menu .wear {
  position: absolute;
  width: 78px;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border: solid 2px #35373a;
  right: 74px;
  top: -2px;
}

.corner-menu .wear a {
  color: #35373a;
  text-decoration: none;
  font-size: 14px;
  padding-top: 28px;
  font-weight: bold;
}

.corner-menu .wear a:visited {
  color: #35373a;
}

.corner-menu a {
  display: block;
  height: 80px;
}

.corner-menu img {
  width: 80px;
}

.inner-container {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.outer-container {
  width: 100%;
}

.upper-page-container {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .upper-page-container {
    height: 100vh;
    min-height: 1000px;
  }
}

.upper-page-container .upper-page-spacer {
  padding-top: 34vh;
}

.upper-page-container .copy-container {
  line-height: 48px;
  padding-top: 80px;
  font-size: 1.25em;
}

.upper-page-container .copy-container p > span {
  padding: 18px;
}

@media (max-width: 1200px) {
  .upper-page-container .copy-container p > span {
    display: inline-block;
  }
}

.upper-page-container .copy-container .green {
  background: #b6d002;
  color: white;
}

.upper-page-container .copy-container .blue {
  background: #1b2d7c;
  color: white;
}

.upper-page-container .copy-container .teal {
  background: #00909f;
  color: white;
}

.upper-page-container .copy-container p {
  margin-bottom: 40px;
}

.upper-page-container .copy-container p.margin-bottom {
  margin-bottom: 65px;
}

.what-container {
  background: #fd5f00;
}

.what-container .inner-container {
  position: relative;
  padding-top: 63px;
  padding-bottom: 44px;
}

.what-container .background-title {
  font-size: 5em;
  font-weight: bold;
  letter-spacing: -4px;
  text-transform: uppercase;
  color: #e20021;
  position: absolute;
  top: 20px;
  left: 00px;
  margin: 0;
}

.what-container .content, .red-container .content {
  margin: 0px 66px;
  padding: 40px 0px;
  color: white;
  z-index: 2;
  position: relative;
  line-height: 51px;
}

.red-container {
  background: #e90029;
}

.ziggy {
  position: fixed;
  bottom: -25vh;
  right: 10px;
  height: 95vh;
  z-index: -6;
}

@media (max-width: 980px) {
  .ziggy {
    right: -100px;
  }
}

.logo-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 44vh;
  z-index: -6;
  margin: auto;
  text-align: center;
}

.logo-container img.logo {
  height: 100%;
}

@media (max-width: 980px) {
  .logo-container img.logo {
    height: auto;
    width: 100vw;
  }
}

.green-copy, .orange-copy {
  padding: 0px 48px;
}

@media (max-width: 1200px) {
  .green-copy, .orange-copy {
    padding: 0px;
  }
}

.green-copy.green-copy, .orange-copy.green-copy {
  color: #50980f;
  font-weight: bold;
  font-size: 2.30em;
  line-height: 1.05em;
}

.green-copy.orange-copy, .orange-copy.orange-copy {
  color: #fb490a;
  font-size: 2.95em;
  padding-bottom: 27px;
}

.green-copy p, .orange-copy p {
  margin: 40px 0px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}

.flex-container .block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  height: 250px;
  max-height: 25vw;
  background-size: cover;
}

@media (max-width: 675px) {
  .flex-container .block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-height: 50vw;
  }
}

.flex-container .block img {
  width: 100%;
}

.flex-container .block.copy {
  color: white;
}

.flex-container .block.copy p {
  margin: 22px 23px;
}

.flex-container .block.copy p.hashtag {
  margin-top: 22px;
  font-size: 0.82em;
}

.flex-container .block.copy.maroon {
  background: #5e192f;
}

.flex-container .block.copy.blue1 {
  background: #128f9f;
}

.flex-container .block.copy.blue2 {
  background: #2876d5;
}

.flex-container .block.copy.yellow {
  background: #f0a529;
}

.flex-container .block.copy.green {
  background: #519810;
}

.flex-container .block.copy.red {
  background: #e10020;
}

.chartreuse-container {
  background: #c2d501;
  height: 540px;
  padding: 20px 0px;
  margin-bottom: 200px;
}

@media (max-width: 1200px) {
  .chartreuse-container {
    height: 300px;
  }
}

.chartreuse-container .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.chartreuse-container .inner-container .graphic-container {
  background: url("img/dog.png");
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.chartreuse-container .inner-container .copy-container {
  font-weight: 100;
  color: white;
  font-size: 2em;
  padding-left: 20px;
}

.chartreuse-container .inner-container .copy-container p {
  margin-bottom: 20px;
}

.chartreuse-container .inner-container .copy-container .social-icons img {
  width: 120px;
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
}

.chartreuse-container .inner-container .copy-container .social-icons img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.chartreuse-container .inner-container .copy-container .social-icons a {
  margin-right: 45px;
}

@media (max-width: 1200px) {
  .chartreuse-container .inner-container .copy-container {
    font-size: 1.5em;
  }
  .chartreuse-container .inner-container .copy-container .social-icons a {
    margin-right: 5px;
  }
  .chartreuse-container .inner-container .copy-container .social-icons img {
    width: 60px;
  }
}

.footer {
  background: black;
  color: white;
  padding: 40px 0px;
}

@media (max-width: 1200px) {
  .footer {
    padding: 20px;
  }
}

.footer .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .contact-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 54%;
          flex: 1 1 54%;
  text-align: right;
  padding-top: 36px;
}

.footer .contact-container a {
  border: solid 3px white;
  padding: 10px 30px;
  color: white;
  text-decoration: none;
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
}

.footer .contact-container a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.footer .social-icons img {
  width: 55px;
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
}

.footer .social-icons img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.footer .social-icons .cg-white-logo {
  width: 240px;
}

.footer .social-icons a {
  margin-right: 15px;
}

.copyright {
  text-align: center;
  margin: 16px 0px;
  font-size: 0.45em;
}

.products-container {
  background: white;
  padding: 12px 0px;
}

.products-container .products-description {
  padding-bottom: 40px;
}

.products-container .products-description a:visited {
  color: blue;
}
/*# sourceMappingURL=style.css.map */