
html, body {
  margin: 0;
  padding: 0;
}

.typad {
  padding-bottom: 30px;
}

.content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 205px;
  border: 1px solid #bfbfbf;
  margin: 0 auto;    
}

/*Carousel Text*/
.carousel-text1 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 88px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 90px;
}

.carousel-text2 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
}

.carousel-control-prev-icon {
  background-image: url(../img/arrow-left.png);
  height: 84px;
  width: 47px;
}

.carousel-control-next-icon {
  background-image: url(../img/arrow-right.png);
  height: 84px;
  width:47px;
}

/*Center Elements*/
.center1 {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  /*border: 1px dashed deeppink;*/
}
.center2 {
  position: absolute;
  top: 150%;
  left:50%;
  transform: translate(-50%,-50%);
  /*border: 1px dashed deeppink;*/
}
.center3 {
  position: absolute;
  top: 430%;
  left: 50%;
  transform: translate(-50%,-50%);
  /*border: 1px dashed deeppink;*/
}


.m {
  margin-top: 19%;
  
}


section {
  width: 100%;
  display: table;
  margin: 0;
  max-width: none;
  height: 100vh;
}

/* Full Screen Carousel Slider */
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#intro {
  background-image: url(../img/intro/white-overlay.png);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:100vh;
}

.intro-parallax { 
  background-image: url("../img/intro/cropfield-bkgd.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#ingredients1 {
  background-image: url(../img/ingredients/blue-overlay.png);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:100vh;
}

.ingredients-parallax1 { 
  background-image: url("../img/ingredients/ingredients-bkgd1.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

#ingredients2 {
  background-image: url(../img/ingredients/green-overlay.png);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:100vh;
}

.ingredients-parallax2 { 
  background-image: url("../img/ingredients/ingredients-bkgd2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

#ingredients3 {
  background-image: url(../img/ingredients/gray-overlay.png);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:100vh;
}

.ingredients-parallax3 { 
  background-image: url("../img/ingredients/ingredients-bkgd3.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.planting-parallax { 
  background-image: url("../img/planting/planting-bkgd.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px; 
}


/*Footer*/
.footer{
  padding: 150px;
  background-color: #0e334f;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size:12px;
  text-align: center;
}

.logo-footer {
  padding: 0px 0px 30px 0px;
}




/*Form*/
.required-text    {
  font-family: 'Poppins', sans-serif;
  font-size:12px;
  font-weight: 300;
  padding-left:3px;
  color:#000000;
}

.form-err {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #CA222E;
  display: none;
  font-weight: 300;
  float: left;
}

 input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: none;
  border-radius: 0px;
  background-color: #EEEEF0;
  box-shadow: none;
  line-height: 1.5;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


[type="text"], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.438rem;
  margin: 0 0 12px;
  padding: 15px;
  border: none;
  background-color: #EEEEF0;
  box-shadow: none;
  line-height: 1.5;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}


textarea {
  overflow: hidden;
  resize: none;
  height: 150px;
}

input::-webkit-input-placeholder {
  color: #482f16 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
 
input:-moz-placeholder { /* Firefox 18- */
  color: #482f16 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300; 
}
 
input::-moz-placeholder {  /* Firefox 19+ */
  color: #482f16 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
 
input:-ms-input-placeholder {  
  color: #482f16 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

textarea::-webkit-input-placeholder {
  color: #482f16 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
  color: #482f16 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300; 
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #482f16 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;  
}
 
textarea:-ms-input-placeholder {  
  color: #482f16 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;  
}


#label-contactfirstname {display:none;}
#label-contactlastname  {display:none;}
#label-contactemail     {display:none;}
#label-contactphone     {display:none;}
#label-contactmessage   {display:none;}


.bg-light {
  background-color: rgba(256, 256, 256, 0.8)!important;
  z-index: 99999;
}

ul{
  list-style-type: none;
}

a {
  text-decoration: none !important;
}

body {
    font-family: 'Lato', sans-serif!important;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 88px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 90px;
}
h1.green {
  color: #8DAC14;
  text-align: center;
}


h2 {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
 
}
h2.ingredients{
   margin-top: 20px;
}

h2.black {
  color: #464749;
  text-align: center;
  margin-bottom: 30px;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #535356;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 20px;
}

p.intro {
  font-family: 'Poppins', sans-serif;
  line-height: 40px;
}

p.ingredients {
  color: #FFFFFF;
  line-height: 40px;
}

button.home-slider {
  border-radius: 45px;
  background-color: transparent;
  color: #FFFFFF;
  width: 295px;
  height: 85px;
  font-size: 25px;
  text-decoration: none;
  border: solid #ffffff 2px;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  font-family: 'Poppins', sans-serif;
}

button.home-slider:hover {
  background-color: #FFFFFF;
  color: #8DAC14;
}

button.ingredients {
  border-radius: 45px;
  background-color: transparent;
  color: #FFFFFF;
  width: 356px;
  height: 85px;
  font-size: 25px;
  text-decoration: none;
  border: solid #ffffff 2px;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  font-family: 'Poppins', sans-serif;
}

button.ingredients:hover {
  background-color: #FFFFFF;
  color: #00aeef;
}

.button-contact-submit {
  border-radius: 45px;
  background-color: #00aeef;
  color: #FFFFFF;
  width: 172px;
  height: 60px;
  font-size: 20px;
  text-decoration: none;
  border: solid #00aeef;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  font-family: 'Poppins', sans-serif;
  margin-top: 30px;
}

.button-contact-submit:hover {
  background-color: #038fc3;
  border: solid #038fc3;
}


/*Carousel Fade*/
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

/*Responsive*/

@media screen and (max-width: 1366px) {

  h1 {
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 59px;
}

h2 {
  font-size: 20px;
}
p {
  font-size: 16px;
}
p.intro {
  line-height: 35px;
}
p.ingredients {
  line-height: 35px;
}


@media screen and (max-width: 1280px) {

  h1 {
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 59px;
}

h2 {
  font-size: 20px;
}
p {
  font-size: 16px;
}
p.intro {
  line-height: 35px;
}
p.ingredients {
  line-height: 35px;
}

@media screen and (max-width: 990px) {
  .carousel-text1 {
  font-size: 57px;
  line-height: 57px;
}

  .carousel-text2 {
  font-size: 20px;
}

button.home-slider {
  width: 161px;
  height: 60px;
  font-size: 16px;
}

button.ingredients {
  width: 200px;
  height: 60px;
  font-size: 16px;
}

h1.green {
  font-size: 57px;
  line-height: 57px;
}

h1 {
  font-size: 57px;
  line-height: 62px;
}

p {
  font-size: 16px;
  
}

h2 {
  font-size: 20px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.navbar-toggler {
  border: none!important;
}
.bg-light {
  background-color: rgb(255, 255, 255) !important;
}

.navbar {
  text-align: center;
  font-size: 22px;
}
}

@media screen and (max-width: 812px) {
.carousel-text1 {
font-size: 35px;
line-height: 38px;
}
button.home-slider {
  width: 130px;
  height: 48px;
  font-size: 14px;
}
.carousel-text2 {
  font-size: 18px;
}
.h-100 {
  height: 126% !important;
}
h1.green {
  font-size: 27px;
  line-height: 28px;
  margin-top: 15px;
}
h1 {
  font-size: 27px;
  line-height: 30px;
}
p.intro {
  line-height: 23px;
  font-size: 14px;
}
p.ingredients {
  line-height: 21px;
  font-size: 14px;
}
#intro {
  height: 0vh;
}
p.intro {
  line-height: 23px;
  font-size: 14px;
}
h2 {
  font-size: 16px;
}
 button.ingredients {
  width: 167px;
  height: 48px;
  font-size: 14px;
}
.carousel-control-prev-icon {
  background-image: url(../img/arrow-left.png);
  height: 40px;
  width: 22px;
}
.carousel-control-next-icon {
  background-image: url(../img/arrow-right.png);
  height: 40px;
  width: 22px;
}
.navbar {
  padding: 0px!important;
}
#ingredients1 {
  background-size: unset;
}
.center1 {
  left: 51%;
}
.button-contact-submit {
  width: 145px;
  height: 48px;
  font-size: 14px;
}
.m {
  margin-top: 12%;
}
img.smoothprotein {
  width:150px;
}

img.cleancream {
  width: 150px;
}
#ingredients2 {
  background-size: unset;
}
#ingredients3 {
  background-size: unset;

}
.fixed-top {
   position: absolute!important
  
}
h2.black {
  margin-bottom: 14px;
}
}

@media only screen and (max-width: 714px) and (min-width: 0px) {
  h1.green {
  font-size: 35px;
  line-height: 38px;
}
.carousel-text1 {
  font-size: 35px;
  line-height: 38px;
}
.carousel-text2 {
  font-size: 18px;
}

h1 {
  font-size: 35px;
  line-height: 38px;
  margin-bottom: 2px;
}
.carousel-control-prev-icon {
  background-image: url(../img/arrow-left.png);
  height: 40px;
  width: 22px;
}
.carousel-control-next-icon {
  background-image: url(../img/arrow-right.png);
  height: 40px;
  width: 22px;
}
.navbar-toggler {
  border: none!important;
}
.navbar {
  text-align: center;
  font-size: 22px;
  padding-left: 10px !important;
  padding-right: 9px !important;
}
.fixed-top {
   position: absolute!important
  
}
.button-contact-submit {
  width: 144px;
  height: 48px;
  font-size: 16px;
}

.footer {
  padding: 29px 30px 20px 30px;
  font-size: 10px;
}
.center1 {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%,-50%);
  /* border: 1px dashed deeppink; */
  right: -16%;
}

p.intro {
  line-height: 22px;
}

h1 {
  font-size: 27px;
  line-height: 30px;
}

h1.green {
  font-size: 27px;
  line-height: 30px;
}
h2 {
  font-size: 16px;
}

h2.black {
  font-size: 16px;
}
p {
  font-size: 14px;
  margin-bottom:0%;
}

button.ingredients {
  width: 175px;
  height: 48px;
  font-size: 14px;
}

button.home-slider {
  width: 161px;
  height: 48px;
  font-size: 14px;
}

p.ingredients {
  line-height: 22px;
}

img.footerlogo {
  width: 100px;
}
.h-100 {
  height: 115% !important;
}

img.smoothprotein {
  width:200px;
}

img.cleancream {
  width: 200px;
}

h2.ingredients {
  margin-top: -5px;
}

}







 

 




 
 







