/* ======================================================================================
General Styles, Bootstrap Override Styles, Typography, Margins and Padding, Common Styles
========================================================================================= */

body {
  font-family: quattrocentoSans;
  overflow-x: hidden;
  padding: 0;
}

.text-white {
  color: #fff;
}

.text-green {
  color: #76b530;
}

.text-black {
  color: #000;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-250 {
  margin-top: 250px;
}

.margin-top-150 {
  margin-top: 150px;
}

.padding-top-100 {
  padding-top: 100px;
}

.round-btn {
  border-radius: 50px;
}

.navbar {
  min-height: 64px;
  background-color: rgba(255, 255, 255, 1);
  border: none;
  transition: 1s;
  font-family: quattrocentoSans;
  height: 3.5em;
  font-size: 18px;
}

#logo {
  width: 60px;
  height: 56px;
  margin: -20px 15px 0 0;
}

.text-logo {
  font-size: 2em;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #76b530;
}

@font-face {
  font-family: quattrocentoSans;
  src: url(../fonts/QuattrocentoSans-Regular.ttf);
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
  width: 100%;
  height: 56px;
  background-color: #76b530;
  border-color: #76b530;
  color: #fff;
}

.borderbar {
  border: 2px solid gray;
  text-align: center;
  width: 300px;
}

/* ==============================
Hero Section
================================= */

#hero {
  padding-top: 150px;
  background: #fff;
  height: 100vh;
  min-height: 500px;
  position: relative;
  background: url(../../assets/images/hero_desktop.png) 100% 10% no-repeat fixed;
  height: 90vh;
  margin: 0;
}

#hero-text {
  font-size: 2em;
}

.hero-nav-link-product {
  background-color: #70bc1e;
  text-align: center;
  width: 120px;
}

.hero-nav-link-product,
.hero-nav-link-product:hover,
.hero-nav-link-product:focus {
  background-color: #70bc1e;
  color: #fff;
  height: 56px;
  text-align: center;
  margin: 0 auto;
  padding: 13px 50px;
  font-weight: 500;
  font-size: 120%;
  text-decoration: none;
  box-shadow: 2px 2px 3px rgba(122, 188, 39, 0.56), inset 0px -5px 0px rgba(0, 0, 0, 0.1);
}

#hero-leaves {
  background: url(../../assets/images/mobile_header_leaf.png) 100% 10% no-repeat;
  height: 80px;
  z-index: 2;
  width: 100%;
}

#hero-leaf {
  background: url(../../assets/images/mission_leaf_1.png) 0% 10% no-repeat;
  height: 80px;
  z-index: 2;
  width: 100%;
}

/* ==============================
Hero Section
================================= */

.full-width {
  background-color: #fff;
  width: 100%;
}

#product-section {
  background-color: #fff;
  background: url(../../assets/images/products_left_bg.png) 0% 10% no-repeat;
  position: relative;
}

#youtube-video-canvas {
  display: block;
  margin: 70px auto 50px;
}

#meva-product-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/* ==============================
Contact Section
================================= */

#contact {
  background: url(../../assets/images/contact_leaf.png) 100% 50% no-repeat;
  position: relative;
}

#contact p {
  line-height: .9;
}

.form-control {
  margin: 20px 0;
  height: 50px;
  background-color: #efefef;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: solid;
}

.form-control:focus {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: solid;
  border-color: #76b530;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #76b530;
}


/* ======================================================================================
Footer
========================================================================================= */

footer {
  width: 100%;
  background-color: #f5f5f5;
  color: 76b530;
  text-align: center;
}

.low-image {
  align-items: flex-end;
  display: flex;
}

#fgl-link {
  text-decoration: none;
  color: #76b530;
}

@media only screen and (max-width: 1200px) {
  #hero {
    background: none;
  }

  #concept {
    text-align: center;
  }
}

@media only screen and (max-width: 769px) {
  body {
    text-align: center;
  }

  .navbar-nav {
    background-color: #eee;
    display: block;
    margin: 0 auto;
    z-index: 10;
  }
}