/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=BioRhyme:wght@200..800&family=Parkinsans:wght@300..800&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?dti4gq');
  src:  url('fonts/icomoon.eot?dti4gq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?dti4gq') format('truetype'),
    url('fonts/icomoon.woff?dti4gq') format('woff'),
    url('fonts/icomoon.svg?dti4gq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock-o:before {
  content: "\f017";
}
.icon-facebook-square:before {
  content: "\f082";
  font-size: 30pt;
  margin-right: 5px;
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-instagram:before {
  content: "\f16d";
  font-size: 30pt;
  margin-right: 5px;
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-chevron-left:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-controller-paus:before {
  content: "\e902";
}
.icon-controller-play:before {
  content: "\e903";
}
.icon-download:before {
  content: "\e904";
}
.icon-resize-100:before {
  content: "\e905";
}
.icon-resize-full-screen:before {
  content: "\e906";
}
.icon-cross:before {
  content: "\e907";
}
.icon-grid:before {
  content: "\e908";
}
.icon-leaf:before {
  content: "\e90c";
  color: #8b934e;
}
.icon-menu:before {
  content: "\e90f";
}
.icon-minus:before {
  content: "\e909";
}
.icon-mobile:before {
  content: "\e90e";
}
.icon-paper-plane:before {
  content: "\e90d";
}
.icon-plus:before {
  content: "\e90a";
}
.icon-popup:before {
  content: "\e90b";
}


a:link { text-decoration:none; }
a:active, a, a:visited { color: #fff; }
.gre { color:#7ab32a;}
.blu { color:#fff;}
.whi { color:#fff;}
.bla { color: #353d3c;}

h2 { font-family: 'Parkinsans', sans-serif; font-size: 35pt; margin: 0; line-height: 30pt;}
h1 { font-family: "BioRhyme", serif; font-size: 50pt; line-height:45pt; font-weight: 300;}
p, p a { font-family: 'Parkinsans', sans-serif; font-size: 14pt; line-height:18pt; letter-spacing: 0.5px; color:#fff;}
#copy p, #copy p a { font-family: 'Parkinsans', sans-serif; font-size: 9pt; line-height: 12pt; font-weight: 300; color:#fff;}

p a:hover { color:#7ab32a;}

@media screen and (max-width: 769px) {
h1 { font-size: 40pt; line-height: 35pt;} 
}

@media screen and (max-width: 581px) {
h1 { font-size: 32pt;}
p, p a { font-size: 11pt; line-height:14pt;}
#copy p, #copy p a { font-size: 8pt; line-height: 12pt; }
h2 { font-size: 30pt;line-height: 30pt;}
}