@font-face {
  font-family: 'barlowbold';
  src: url("fonts/barlow-bold-webfont.woff2") format("woff2"), url("fonts/barlow-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'neutonlight';
  src: url("fonts/neuton-light-webfont.woff2") format("woff2"), url("fonts/neuton-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.head-font {
  font-family: "Willful";
  font-weight: 100;
  letter-spacing: 0.05em;
  font-weight: 100;
}

nav {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

nav > li {
  font-family: "Willful";
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  vertical-align: middle;
  font-weight: 100;
  letter-spacing: 2px;
}

nav ul {
  font-family: "neutonlight";
  display: inline-block;
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
}

.nav a {
  font-size: 2em;
}

.nav a:hover {
  color: #58a618 !important;
  font-size: 2.5em;
}

li a {
  text-align: center;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar {
  position: absolute;
  margin: 0 auto;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  z-index: 2;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-pad {
  padding: 5px 20px;
  text-align: center;
}

.nav-bg {
  padding-top: 10px;
}

.actives {
  color: #58a618 !important;
}

.logo-container {
  margin: 1.5em;
  width: 180px;
  z-index: 2;
}

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

.navbar-nav {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Willful";
  letter-spacing: 2px;
}

.navbar-nav li {
  margin: auto 1em;
}

.navbar-header {
  display: none;
}

.navbar-toggle {
  position: relative;
  margin: 3em;
  background-color: transparent;
  border: 3px solid white;
  border-radius: 0.5em;
  padding-top: 0.4em;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-toggle.open {
  border-color: #7cc576;
}

.navbar-toggle.open .icon-bar {
  background-color: #7cc576;
}

.navbar-toggle .icon-bar {
  width: 2.5em;
  height: 3px;
  display: block;
  border-radius: 5px;
  margin-bottom: 0.4em;
  background-color: white;
}

nav.sticky, nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

nav.sticky {
  font-size: 0.7em;
}

nav.sticky span {
  font-size: 1.3em;
  margin-top: 0.2em;
}

#myNavbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

form input[type=text], form input[type=email], form input[type=date] {
  padding: 0.7em 1em;
  width: 45%;
  margin: 0 0 1em;
  border-radius: 0.5em;
  border: none;
  font-family: "neutonlight";
  font-size: 1.3em;
}

form .answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 1em 0 2em;
  position: relative;
}

form .answers label {
  width: 18%;
  min-width: 179px;
  margin-right: 3em;
  font-size: 1.6em;
  cursor: pointer;
  padding: 0.8em 1.5em;
  background-color: #39b54a;
  border: none;
  border-radius: 0.4em;
  color: white;
  font-weight: 100;
  letter-spacing: 2px;
}

form .answers label:first-of-type {
  margin-left: 0;
}

form .answers label:last-of-type {
  margin-right: 0;
}

form .answers input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}

form .answers input[type="radio"]:checked + label {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #197b30;
}

form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5em;
  width: 100%;
  color: white;
}

form .actions .tandc-sect {
  font-size: 1.2em;
  text-align: left;
}

form .actions .tandc-sect label {
  margin-left: 1em;
}

form .actions .tandc-sect .tandc-group {
  margin-bottom: 0.5em;
}

form .actions .tandc-sect .tandc-group:last-of-type {
  margin-bottom: 0;
}

form .actions .tandc-sect a {
  font-weight: bold;
  color: inherit;
}

form .actions button {
  cursor: pointer;
  font-size: 1.5em;
  font-family: "Willful";
  padding: 0.5em 2em;
  background-color: #39b54a;
  border: none;
  border-radius: 0.4em;
  color: white;
  font-weight: 100;
  letter-spacing: 2px;
  margin: 0;
}

.comp-query {
  display: none;
}

.container-carousel {
  width: 100%;
}

.container-carousel .main-carousel .carousel-cell {
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3em;
  color: #fff;
  background-color: #4c824a;
  text-align: center;
  width: 25%;
  height: 30em;
}

.container-carousel .main-carousel .carousel-cell h2 {
  font-size: 5em;
  margin: 0 auto;
}

.container-carousel .main-carousel .carousel-cell h3 {
  font-size: 2.5em;
}

.container-carousel .main-carousel .carousel-cell p {
  font-size: 1.3em;
}

.container-carousel .main-carousel .cell-wide {
  width: 30%;
}

.slider-title-left {
  width: 80%;
  margin: 1em auto 0;
  text-align: left;
}

.slider-title-right {
  width: 80%;
  margin: 1em auto;
  text-align: right;
}

.flickity-prev-next-button {
  color: #39b54a;
}

.flickity-prev-next-button:hover {
  color: #58a618;
}

.flickity-page-dots {
  display: none;
}

#footer {
  padding: 1em 0;
}

footer p {
  color: #fff;
  line-height: 9px;
  font-size: 1.3em;
}

footer a {
  color: #fff;
}

.footer-center {
  margin: 0px auto;
  position: relative;
}

.f-p {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

i {
  color: #fff;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 1.5em;
}

.terms-div {
  position: relative;
}

.terms-link {
  font-family: stnicholas;
  position: absolute;
  font-size: 0.9em;
  left: 1.5em;
  bottom: 8px;
}

.foot-logo {
  margin: 0.1em auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: none;
}

.terms {
  max-width: 90%;
  width: 1200px;
  margin: 20px auto;
}

.terms h1 {
  color: black;
  font-size: 5em;
  letter-spacing: 4px;
  text-align: center;
}

.terms h2 {
  text-align: left;
  font-size: 3em;
  letter-spacing: 2px;
  text-align: left;
}

.terms ul, .terms p {
  font-family: StNicholas;
  font-size: 1.3em;
  text-align: left;
  text-align-last: left;
}

.container-full {
  width: 100%;
  padding: 5em 0;
}

.container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.mid-green-bg {
  background-color: #4c824a;
}

.light-green-bg {
  background-color: #7cc576;
  color: white;
}

.nav-green-bg {
  background-color: #58a618;
}

body {
  margin: 0;
  font-size: 16px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

h1 {
  font-size: 8em;
  color: white;
  text-transform: uppercase;
  font-family: "Willful";
}

h2 {
  font-size: 5em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 0.2em;
  font-family: "Willful";
}

h3 {
  font-size: 2em;
  margin: 0;
  color: white;
  font-family: "Willful";
  font-weight: 100;
  letter-spacing: 2px;
}

p {
  font-size: 1.6em;
  font-family: "neutonlight";
  text-align: justify;
  text-align-last: center;
  line-height: 1.5;
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: unset;
}

.hidden {
  opacity: 0;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  height: 80vh;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding-top: 10%;
}

.btn {
  font-size: 2em;
  padding: 0.3em 3em;
  background-color: #39b54a;
  border: none;
  border-radius: 0.2em;
  color: white;
  font-weight: 100;
  letter-spacing: 2px;
  margin: 1.1em auto 0;
  display: block;
  cursor: pointer;
}

.btn:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #197b30;
}

.car-btn {
  font-size: 1.3em;
}

.pic-banner {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  height: 50vh;
  background-position: 50% 50%;
}

.container-logo {
  margin: 0 auto 2.5em;
  width: 15em;
}

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

.gandy-title {
  margin-bottom: -0.3em;
}

.subtitle {
  color: black;
  text-align: center;
  font-size: 3.5em;
  margin-bottom: 0.8em;
}

.product-row {
  width: 80%;
  margin: 0 auto 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-row .product-pic {
  width: 20vw;
  background-size: cover;
  background-position: center;
  height: 20vw;
  color: white;
}

.product-row .product-pic .product-cont {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  opacity: 0;
}

.product-row .product-pic .product-cont:hover {
  opacity: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.product-row .product-pic .product-cont .purch-btn {
  padding: 0.2em 1.3em;
}

.social-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-bar a {
  margin: 1.5em 0.5em 0;
}

.social-bar a i {
  color: #39b54a;
  font-size: 3em;
}

.activity {
  color: white;
  padding: 0;
  background-size: cover;
  background-position: 50% 50%;
  height: 35em;
  margin-bottom: 1em;
}

.activity .act-text-box {
  background-color: rgba(0, 0, 0, 0.5);
  height: 29em;
  padding: 3em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  float: right;
  width: 25%;
}

.activity .act-text-box .act-title {
  font-size: 3.2em;
  margin: 0;
  line-height: 0.8;
  text-align: left;
}

.activity .act-text-box .act-sub {
  font-size: 1.7em;
  margin-bottom: 0.5em;
}

.activity .act-text-box .act-text {
  font-size: 1.4em;
  text-align-last: unset;
}

.activity .act-text-box ul {
  font-size: 1.2em;
  margin-top: 0;
  list-style: none;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}

.activity .act-text-box ul li:before {
  content: '-';
  position: absolute;
  margin-left: -1em;
}

.activity:nth-of-type(even) .act-text-box {
  float: left;
}

.book-btn {
  margin-top: 0.5em;
  font-size: 1.5em;
  padding: 0.35em 2em 0.2em;
  cursor: pointer;
}

.btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.video-container {
  margin: 4em auto 0;
}

.video-container video {
  width: 100%;
  height: 100%;
}

@media (max-width: 1600px) {
  body {
    font-size: 15px;
  }
  .activity .act-text-box {
    width: 30%;
  }
  .container-carousel .main-carousel .carousel-cell h3 {
    font-size: 2.1em;
  }
  .container-carousel .main-carousel .carousel-cell p {
    font-size: 1.2em;
  }
}

@media (max-width: 1400px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 8em;
  }
  h2 {
    font-size: 4.5em;
  }
  .product-row .product-pic .product-cont .purch-btn {
    font-size: 1.5em;
  }
}

@media (max-width: 1200px) {
  body {
    font-size: 13px;
  }
  h1 {
    font-size: 7em;
  }
  h2 {
    font-size: 4em;
  }
  .hero {
    height: 70vw;
  }
  form .answers label {
    font-size: 1.3em;
  }
  .container-carousel .main-carousel .carousel-cell {
    height: 35vw;
    width: 35vw;
  }
  .activity {
    height: 27em;
  }
  .activity .act-text-box {
    width: 33%;
    height: 21em;
  }
}

@media (max-width: 990px) {
  .container {
    width: 90%;
  }
  h1 {
    font-size: 6em;
  }
  .nav a {
    font-size: 1.6em;
  }
  h2 {
    font-size: 3.5em;
  }
  .competition * {
    text-align: center;
  }
  form .answers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form .answers label {
    width: 269px;
    margin: 0.5em auto;
  }
  form .answers label:first-of-type {
    margin-left: auto;
  }
  form .answers label:last-of-type {
    margin-right: auto;
  }
  form input[type=text], form input[type=email], form input[type=date] {
    width: 100%;
  }
  .tandc-group {
    text-align: left;
  }
  .container-carousel .main-carousel .carousel-cell {
    height: 41vw;
    width: 41vw;
  }
  .product-row .product-pic .product-cont .purch-btn {
    font-size: 1em;
  }
}

@media (max-width: 770px) {
  h1 {
    font-size: 5em;
  }
  h2 {
    font-size: 2.8em;
  }
  .logo-container.hidden {
    display: none;
  }
  .tandc-sect {
    width: 100%;
  }
  form .actions button {
    margin: 1.5em auto 0;
  }
  .container-carousel .main-carousel .carousel-cell {
    height: 55vw;
    width: 60vw;
    padding: 2em;
  }
  .navbar-header {
    display: block;
  }
  nav .navbar-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 1;
    background-color: #197b30;
    -webkit-box-shadow: 0px 5px 10px #000000AA;
            box-shadow: 0px 5px 10px #000000AA;
    display: none;
    padding: 1em 0;
  }
  nav .navbar-nav.active {
    display: block;
  }
  nav li {
    width: 100%;
    text-align: center;
    padding: 0.1em 0;
  }
  nav li a {
    font-size: 1.2em;
  }
  .navbar {
    background-color: transparent;
  }
  .activity {
    height: 27em;
  }
  .activity .act-text-box {
    width: 40%;
    height: 21em;
    padding: 3em 4em;
  }
  .product-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-row .product-pic {
    height: 60vw;
    width: 60vw;
    margin-bottom: 1em;
  }
  .product-row .product-pic .product-cont {
    font-size: 2em;
  }
  .product-row .product-pic .product-cont .purch-btn {
    font-size: 1em;
  }
  .btn-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 600px) {
  .container-full {
    padding: 3em 0;
  }
  h1 {
    font-size: 3em;
  }
  .hero {
    height: 60vw;
  }
  .tandc-group {
    text-align: center;
  }
  .container-carousel .main-carousel .carousel-cell {
    height: 105vw;
    width: 75vw;
  }
  .activity {
    height: 24em;
  }
  .activity .act-text-box {
    width: 100%;
    height: 18em;
    padding: 3em 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .activity .act-text-box .act-title {
    text-align: center;
    font-size: 2.4em;
  }
  .activity .act-text-box .act-sub {
    font-size: 1.4em;
  }
  .logo-container {
    width: 140px;
  }
}

@media (max-width: 500px) {
  .product-row .product-pic {
    height: 80vw;
    width: 80vw;
    margin-bottom: 1em;
  }
  .product-row .product-pic .product-cont {
    font-size: 1.5em;
  }
  .product-row .product-pic .product-cont .purch-btn {
    font-size: 1em;
  }
  .terms-link {
    position: static;
    margin-top: 2em;
    line-height: 1;
  }
  .logo-container {
    z-index: 0;
  }
  .navbar-toggle.open {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin: 1em;
  }
  .foot-logo {
    display: block;
  }
  .btn-row button {
    display: block;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */