html, body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #FFFFFF;
}

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

/* Nav */
.nav {
  background-color: #fff;
  width: 100%;
  z-index: 1;
  position: fixed;
}

.navb {
  text-align: center;
}

.navb ul {
  list-style: none;
}

.navb li {
  display: inline;
  margin-left: 30px;
  border: none;
}

.navb li a {
  text-decoration: none;
  color: #68B807;
  font-weight: 600;
}

.navb li a:hover {
  opacity: .5;
}

.navb li a img {
  width: 100px;
  height: 40px;
}

/* Main */
.main {
  position: relative;
  text-align: center;
}

.main video {
  width: 100%;
  height: 100%;
}

.main .content {
  position: absolute;
  top: 60%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.main h1 {
  font-size: 50px;
  text-shadow: 0 2px 3px rgba(0,0,0,.4);
  color: white;
  padding-bottom: 20px;
}

.main .btn {
  background-color: #68B807;
  border: 1px none;
  color: white;
  padding: 18px 28px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}

.main .btn:hover {
 background-color: #8C6D3E;
 font-weight: 600;
}

/* Supporting */
.supporting {
  text-align: center;
  
}

.supporting img {
  margin: 0px 0px 0px 0px;
  height: 400px;
  width: 100%;
}

.supporting h2 {
  font-size: 48px;
  font-weight: 300;
  text-shadow: 0 2px 3px rgba(0,0,0,.4);
}

.supporting p {
  color: #333;
  font-size: 21px;
  font-weight: 300;
  padding: 0 30px;
}

.supporting .btn {
  background-color: #68B807;
  border: 1px none;
  color: white;
  padding: 18px 28px;
  text-decoration: none;
  border-radius: 5px;
}

.supporting .btn:hover {
 background-color: #8C6D3E;
}

/* Support2 */
.feature .supporting {
  margin-top: 0px;
  margin-bottom: 5%;
  text-align: center;
}

.feature .supporting h2 {
  padding-top: 100px;
  font-size: 48px;
  font-weight: 300;
  text-shadow: 0 2px 3px rgba(0,0,0,.4);
  color: white;
}


.feature .supporting .btn {
  background-color: #68B807;
  border: 1px none;
  color: white;
  padding: 18px 28px;
  text-decoration: none;
  border-radius: 5px;
}

.feature .supporting .btn:hover {
 background-color: #8C6D3E;
 font-weight: 600;
}


/* Feature */
.feature {
  height: 750px;
  background: url(banner2.png) no-repeat center center;
  background-size: contain;
  background-attachment: local;
}

.feature2 {
  height: 750px;
  background: url(banner3.png) no-repeat center center;
  background-size: contain;
  margin-top: 5%;
}

.feature2 .container {
  padding-top: 400px;
  color: #fff;
}

.feature3 {
  height: 750px;
  background: url(banner4.png) no-repeat center center;
  background-size: contain;
  margin-top: 5%;
}

.feature3 .container {
  padding-top: 400px;
  color: #fff;
}

.feature4 {
  height: 750px;
  background: url(banner5.png) no-repeat center center;
  background-size: contain;
  margin-top: 5%;
}

.feature4 .container {
  padding-top: 400px;
}

.feature5 {
  height: 750px;
  background: url(banner6.png) no-repeat center center;
  background-size: contain;
  margin-top: 5%;
}

.feature5 .container {
  padding-top: 400px;
}

/* Border */


/* Footer */
.footer {
  background-color: #fff;
  font-size: 10px;
}

.footer p {
  padding-top: 30px;
}

.footer ul {
  list-style: none;
  float: right;
}

.footer li {
  display: inline;
  margin-left: 20px;
}

.footer ul li a img {
  height: 30px;
  width: 30px;
}


@media (max-width: 100%) {
  video {
    display: none;
 }
  .main {
    height: 100%;
 }
  
  .main h1 {
    font-size: 16px;
  }
  .main .btn {
  background-color: #68B807;
  border: 1px none;
  color: white;
  padding: 9px 14px;
  font-size: 10px;
  text-decoration: none;
  border-radius: 5px;
}
  .main .content {
  top: 20%;
  }
}


/* Created and Maintained by Minestra Studios Circa 2016 */