@font-face {
  font-family: "HeartyMorning";
  src: url("../fonts/Hearty Morning.otf") format("opentype");
}
@font-face {
  font-family: "BrandonLight";
  src: url("../fonts/BrandonText-Light.otf") format("opentype");
}

@font-face {
  font-family: "BrandonMed";
  src: url("../fonts/HVD Fonts - BrandonText-Medium.otf") format("opentype");
}

@font-face {
  font-family: "BrandonBlack";
  src: url("../fonts/HVDFontsBrandonTextBlack.otf") format("opentype");
}

@font-face {
  font-family: "BrandonTextBold";
  src: url("../fonts/BrandonTextBold.otf") format("opentype");
}
@font-face {
  font-family: "ArialMTZ";
  src: url("../fonts/ARIALMTMEDIUM.ttf") format("opentype");
}
@font-face {
  font-family: "Arial-BoldMT";
  src: url("../fonts/ARIALBOLDMT.OTF") format("opentype");
}
@font-face {
  font-family: "Arial-Black";
  src: url("../fonts/ARIALMTBLACK.TTF") format("opentype");
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
strong{
  font-weight: bold;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-variant-ligatures: none;
}

html {
  font-size: 18px;
  color: #ccc;
  overflow-x: hidden;
}
body {
  margin: auto;
 font-family: 'ArialMTZ', sans-serif;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Arial-Black', sans-serif;
}
h1 {
  font-size: 4.5em;
  color: #1a3768;
  font-weight: 500;
  line-height: 118%;
}
h2 {
  color: #1a3768;
  /* text-transform: uppercase; */
  margin: 0.5em 0;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 1.5em;
  text-transform: uppercase;
}
h3 {
  font-size: 1.8em;
  color: #1a3768;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
}
h4 {
  font-size: 1.22em;
  color: #1a3768;
  font-weight: 500;
}
h5 {
  color: #1a3768;
  line-height: 200%;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
p,
ul {
  font-family: 'ArialMTZ', sans-serif;
  color: #1a3768;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 300;
}
a,
button {
  font-family: 'ArialMTZ', sans-serif;
  color: #ccc;
}
sup {
  font-size: 0.5em;
  vertical-align: super;
}
form {
  position: relative;
}
input,
textarea {
  display: block;
  outline: 0;
  border-radius: 0 !important;
  padding: 8px 10px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  overflow: visible;
  color: #aaa;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  overflow: visible;
  color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  overflow: visible;
  color: #aaa;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  overflow: visible;
  color: #aaa;
}
input::placeholder,
textarea::placeholder {
  overflow: visible;
  color: #aaa;
}
input {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #1a3768;
  margin: 0 0 1em 0;
}
textarea {
  border: 2px solid #1a3768;
  height: 100%;
  padding: 12px 15px;
}
.btn {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 16px 30px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border: 1px solid #c8102e;
  border-radius: 25px;
  background-color: #c8102e;
  min-width: 170px;
}
@media only screen and (max-width: 1090px) {
  .btn {
    min-width: unset;
  }
  
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 18px;
    padding: 12px 20px;
  }
  h2{
    font-size: 30px;
  }
}
.btn:hover {
  color: #c8102e;
  background-color: #fff;
}
.btn:active,
.btn:focus {
  outline: 0;
}
.link {
  cursor: pointer;
  display: inline-block;
  color: rgb(76, 169, 225);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-right: 3em;
  text-decoration: none;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .link {
   
    padding: 12px 0;
    margin-right: 10px;
  }
}
.link:hover {
  text-decoration: none;
  color: #c8102e;
}
.link:active,
.link:focus {
  text-decoration: none;
  outline: 0;
}
.caption {
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .caption {
    font-size: 9px;
  }
}
.mobile {
  display: none;
}
.tablet {
  display: none;
}
.tablet.desktop {
  display: inline-block;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1090px) {
  h1 {
    font-size: 4rem;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 23px;
  }
  h5 {
    font-size: 18px;
  }
  p,
  ul {
    font-size: 16px;
  }
  a,
  button {
    font-size: 18px;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 18px;
    line-height: 150%;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 14px;
    line-height: 150%;
  }
  p,
  ul {
    font-size: 18px;
  }
  a,
  button {
    font-size: 18px;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: none;
  }
  .tablet.desktop {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .half {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .container .half {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0.112rem 1rem 0 1rem;
  }
}
nav {
  background-color: #142a4f;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 3em;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 1090px) {
  nav {
    padding: 1em;
  }
}
@media only screen and (max-width: 768px) {
  nav {
    padding: 1em;
  }
}
nav .btn {
  padding: 12px 25px;
}
@media only screen and (max-width: 768px) {
  nav .btn {
    padding: 12px 20px;
  }
}
nav .logo {
  position: absolute;
  top: 0;
}
nav .logo img {
  max-width: 150px;
}
nav .right {
  float: right;
}
nav .right a {
  margin-right: 1rem;
  color: #fff;
  padding: 2em 0;
  font-weight: 300;
 
}
nav .right .link {
  color: rgb(76, 169, 225);
}
#mobileNav .hide {
  display: none;
}

@media only screen and (max-width: 1090px) {
  #mobileNav {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  #mobileNav .nav-links{
    width:fit-content;
    margin:auto;
  }
  #mobileNav .burger {
    position: absolute;
    left: 10px;
    color: #fff;
  }
  #mobileNavBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* #mobileNavBar .logo {
    bottom: -6px;
    text-align: center;
    width: 12%;
    top: unset;
  } */
  #mobileNavBar .logo img {
    /* width: 100%; */
    height: 102px;
  }

  .nav-links a {
    display: block;
    margin: 1em 0;
    text-align: center;
    font-weight: 300;
  }
  .nav-links a:hover {
    color: #c8102e;
    text-decoration: none;
    font-weight: 300;
  }
}
/* @media only screen and (max-width: 767.9px) {
  #mobileNavBar .logo {
    bottom: -5px;
    width: 100px;
    top: unset;
  }
} */

#titleHead{
  background: linear-gradient(90deg, #B34A26 0%, #D37028 50%, #B34A26 100%);
  text-align:center;
  padding: 5.1em 0 3em 0;
}
#titleHead h1{
  font-family: 'HeartyMorning', sans-serif;
font-size:5em;
 
  color:#FCFDFD;
  text-shadow: 3px 4px 18px #2B000052;
  letter-spacing: 0;
}

#titleHead h2{
  font-family: 'BrandonTextBold', sans-serif;
letter-spacing: 4.8px;
 
  color:#FCFDFD;
  text-shadow: 3px 4px 18px #2B000052;
  font-size:48px;
}
@media only screen and (max-width: 1090px) {
#titleHead{
  background: linear-gradient(90deg, #B34A26 0%, #D37028 50%, #B34A26 100%);
  text-align:center;
  padding: 8em 0 3em 0;
}
}



#mastHead{
  height:39vw;
  object-fit: cover;
}
#mastHead .text{
  top: 27vw;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
#mastHead h1{
  font-family: 'HeartyMorning', sans-serif;
font-size:5em;
  margin-inline: auto;
  width: fit-content;
  color:#FCFDFD;
  text-shadow: 3px 4px 18px #2B000052;
  letter-spacing: 0;
}
#mastHead h2{
  font-family: 'BrandonTextBold', sans-serif;
letter-spacing: 4.8px;
  margin-inline: auto;
  width: fit-content;
  color:#FCFDFD;
  text-shadow: 3px 4px 18px #2B000052;
  font-size:48px;
}

#mastHead video {
  width: 100%;
  height:100%;
  object-fit:cover;
}
@media only screen and (max-width: 1350px) {
  #mastHead .text{
    top: 25vw;
    
  }
}
@media only screen and (max-width: 1190px) {
  #mastHead h1{
    font-size: 7vw;
  }
}
@media only screen and (max-width: 1090px) {
  
  #mastHead{
    height:61vw;
    object-fit: cover;
  }
  #mastHead .text{
    top: 36vw;
    
  }
  
  #mastHead h2{
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #mastHead{
    height:70vw;
    object-fit: cover;
  }
  #mastHead .text{
    top: 48vw;
    
  }

}
@media only screen and (max-width: 500px) {
  #mastHead{
    height:90vw;
    object-fit: cover;
  }
  #mastHead .text{
    top: 65vw;
    
  }
  #mastHead h1{
    font-size: 7.4vw;
  }
  #mastHead h2{
    font-size: 4vw;
  }
}
@media only screen and (max-width: 325px) {
 
  #mastHead h2{
    font-size: 3.5vw;
  }
}

main {
  padding: 85px 0 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 1090px) {
  main {
    padding: 0 0;
  }
}
main #body {
  overflow: hidden;
  margin: auto;
}
main #body.rules {
  padding: 30px;
}
@media (min-width: 1275px) {
  main #body {
    max-width: 1274px;
  }
}
main .bottom,
main .middle,
main .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
main .bottom img,
main .middle img,
main .top img {
  padding: 0 1em 0 0;
  max-width: calc(100vw / 6 - 3px);
}
@media (min-width: 1275px) {
  main .bottom img,
  main .middle img,
  main .top img {
    max-width: calc(1274px / 6 - 3px);
  }
}
@media only screen and (max-width: 1090px) {
  main .bottom img,
  main .middle img,
  main .top img {
    padding: 0 10px 10px 0;
    max-width: calc(100vw / 3 - 12px);
  }
}
main .top {
  padding: 1em 1em 0 1em;
}
@media only screen and (max-width: 1090px) {
  main .top {
    padding: 0 0 0 10px;
  }
}
main .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 1em 0 1em;
}
@media only screen and (max-width: 1090px) {
  main .middle {
    margin-bottom: 80px;
  }
}
main .middle .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: calc(100vw - (100vw / 3) - 12px);
  padding-right: 1em;
}
@media (min-width: 1275px) {
  main .middle .title {
    min-width: 837px;
  }
}
@media only screen and (max-width: 1090px) {
  main .middle .title {
    margin-top: 2em;
    padding-right: 0;
    min-width: 100%;
  }
}
main .middle .title h1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1090px) {
  main .middle .title h1 {
    margin-bottom: 30px;
  }
}
main .middle .title h3 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1090px) {
  main .middle .title h3 {
    margin-bottom: 40px;
  }
}
main .middle img {
  padding: 0 1em 1em 0;
}
main .bottom {
  padding: 0 1em;
}

.section-p {
  width: 50%;
  line-height: 2;
  margin: auto;
  font-size: 18px;
}
@media only screen and (max-width: 1090px) {
  .section-p {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .section-p {
    width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  .section-p {
    width: 90%;
  }
}

#about {
  /* background: rgb(195,94,47); */
background:url(../img/leaves.png);;
  /* background-image: url(../img/leaves.png); */
  
  position: relative;
  scroll-margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* margin-bottom: -2em; */
  
}
#about p{
  color:#1A3768;
}
#about .small{
  font-size:9px;
  margin-top:1rem;
  background-color:#b14a2c;
  padding:5px 20px;
  border-radius: 25px;

}
#about div {
  width: 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;
}
#about div:nth-child(2) {
  padding-right: 10%;
}
#about img {
  max-width: 100%;
  /* transform: scale(1.1); */
  z-index: 61;
  margin: auto;
}
#about .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5em;
  font-weight:500;
  
  
}
@media only screen and (max-width: 1450px) {
  #about div:nth-child(2) {
    padding-right: 4%;
    padding-left:5%;
  }
  #about div:nth-child(1) {
    
    padding-left:3%;
  }
}
@media only screen and (max-width: 1280px) {
  #about div:nth-child(2) {
    padding-right: 4%;
    padding-left:5%;
    padding-top:1em;
    padding-bottom:1em;
  }
  #about div:nth-child(1) {
    
    padding-left:3%;
  }
  #about div{
    padding:2em 0;
  }
}
@media only screen and (max-width: 1090px) {
  #about {
    scroll-margin-top: 90px;
    margin-bottom: 0;
  }
  #about div{
    padding: 0;
  }
}
@media only screen and (max-width: 850px) {
  #about div{
    padding:1.5em 0;
  }
}
@media only screen and (max-width: 768px) {
  #about div {
    width: 100%;
    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;
  }
  #about .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin:auto;
    margin-top: 1.5em;
    font-weight:500;
    
  }
  #about div:nth-child(2) {
    padding-right: 5%;
    padding-left: 5%;
  }
  #about img {
    width: 65%;
  }
}
@media only screen and (max-width: 500px) {
  #about img {
    width: 80%;
  }
}
/* #about div{
  margin-bottom:2em;
} */
#about a{
  display:inline-block;
  color:#fdfdfd;
  font-family: 'Arial-BoldMT', sans-serif;
  background: #1a3768;
  border-radius:20px;
  font-size: 24px;
  border:none;
}
@media only screen and (max-width: 550px) {
  #about a{
    display:inline-block;
    color:#fdfdfd;
    font-family: 'Arial-BoldMT', sans-serif;
    background: #1a3768;
    border-radius:20px;
    font-size: 20px;
    border:none;
  }
}

#about .coup-link{
  width:100%;
}
#recipes {
  
  padding: 3em 5% 5em;
  position: relative;
  scroll-margin-top: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recipes h2 {
  margin-bottom:2em;
  text-align: center;
  color: #1a3768;
}
.recipe-item {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
}
@media only screen and (max-width: 1171px) {
  #recipes h2{
    line-height: 1.25em;
  }
}
@media only screen and (max-width: 1090px) {
  .recipe-item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media only screen and (max-width: 768px) {
#recipes{
  padding-bottom:3em;
}
}
@media only screen and (max-width: 500px) {
  .recipe-item {
    -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
  }
}
#recipeBlocksWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#recipeBlocksWrapper .grid-image {
  position: relative;
  -webkit-box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.513);
          box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.513);
}

.allRecipesBtn i {
  font-size: 26px;
  padding: 3px 5px;
  background-color: #074da6;
  border-radius: 100%;
  margin-top: 1em;
  display: inline-block;
  color: #fff;
  margin-bottom: 0.5em;
}
.allRecipesBtn {
  font-size: 16px;
  color: #074da6;
  text-decoration: none;
  cursor: pointer;
}
#recipeBlocksWrapper .recipe-item {
  /* padding-top: 31.3%; */
  margin: 0% 1% 5% 1%;
  border-radius: 10px;
}
.recipe-item h3{
  font-weight:100;
  font-family: "ArialMTZ", sans-serif;
  text-transform: none;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin-top:1em;
  padding-top:.5em;
}
@media only screen and (max-width: 768px) {
  #recipeBlocksWrapper .recipe-item {
    /* padding-top: 31.3%; */
    margin: 0% 1% 10% 1%;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1090px) {
  .recipe-item h3{
  
    line-height: 1.25em;
   
  }
}
.grid-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 27.95vw;
  width:100%;
  border-radius: 10px;
}
.grid-image.panini {
  background-image: url('../img/recipes/panini.jpg');

  
}
.grid-image.pizza {
  background-image: url('../img/recipes/tradza.jpg');
  background-position: 50% 33%;
}
.grid-image.pesto {
  background-image: url('../img/recipes/pesto.jpg');
  background-position: center;
}
.grid-image.sprouts {
  background-image: url('../img/recipes/sprouts.jpg');
}
.grid-image.spinach {
  background-image: url('../img/recipes/french.jpg');
  background-position: 8% 50%;
}

.grid-image.crostini {
    background-image: url('../img/recipes/crostini.jpg');
    background-position: left bottom;
}

.recipe-item .links{
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  bottom:0;
  width:100%;
  transform: translate(0%, 50%);
}
.recipe-item .links a{
  background-color: #1a3768;
  font-size: 17px;
  color:#FDFDFD;
  padding:13px 16px;
  letter-spacing:1.36px;
  line-height: 20px;
  border-radius: 24px;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 35%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;

}

@media only screen and (max-width: 1090px) {
  #recipes {
    scroll-margin-top: 90px;
  }
  #recipeBlocksWrapper .grid-image span {
    font-size: 16px;
  }
  .grid-image{
    height:34vw;
  }
 
}
@media only screen and (max-width: 768px) {
  .recipe-item .links a {
    font-size: 15px;
    padding: 6px 14px;
    line-height: 18px;
    min-width: 40%;
}
.grid-image{
  height:70vw;
}
.recipe-item {
  -ms-flex-preferred-size: 98%;
  flex-basis: 98%;
}
.recipe-item h3{
  font-size: 6.5vw;
}
}

.lightbox-box, .expert-lightbox-box, .recipe-lightbox-box{
      display: none; 
     position: fixed;
     top: 0;
     left: 0;
     text-align: center;
     z-index: 61616161;
     margin: auto;
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,.5);
     align-items: center;
     justify-content: center;
}
.lightbox-box video, .expert-lightbox-box video, .recipe-lightbox-box video{
  max-height: 95vh;
  max-width: 95vw;
}
.lightbox-box div, .expert-lightbox-box div, .recipe-lightbox-box div{
  position: relative;
}
.lightbox-box i, .expert-lightbox-box i, .recipe-lightbox-box i{
  position:absolute;
  top:1%;
  right:1%;
  font-size: 30px;
  z-index: 616161;
  cursor: pointer;
}





#experts {
  background-color: #1a3768;
  text-align: center;
  position:relative;
  padding-top:7vw;
  padding-bottom: 3em;
  scroll-margin-top: 125px;
}
#experts #ask{
  position: absolute;
  top:0%;
  margin:auto;
  transform:translate(-50%,-25%);
  z-index:1;
 
}

@media only screen and (max-width: 1550px) {
  #experts {
    padding-top:9vw;
  }
}
@media only screen and (max-width: 1280px) {
  #experts {
    padding-top:11vw;
  }
}
@media only screen and (max-width: 1130px) {
  #experts {
    padding-top:12vw;
  }
  #experts #ask{
    width:60%;
    
   }
}
@media only screen and (max-width: 768px) {
  #experts {
    
    padding-left: 1%;
    padding-right: 1%;
  }
 
}
@media only screen and (max-width: 500px) {
  #experts {
    
    padding-left: 2%;
    padding-right: 2%;
  }
  #experts #ask{
    width:80%;
    
   }
}


#leaves-3{
  position: absolute;
  top:-12%;
  right:0;
  width:7vw;

}
#leaves-1{
  position: absolute;
  top: -2%;
  right: 5%;
  width:14vw;
 
}
#leaves-2{
  position: absolute;
  top: 17%;
  right: 12%;
  z-index: 0;
  width:10.5vw;
 
}
#leaves-4{
  position: absolute;
  top: 55%;
  right: 58%;
  z-index: 0;
  width:21.5vw;
 
}
#leaves-5{
  position: absolute;
  top: 97%;
  left: 0%;
  z-index: 1;
  width:16.5vw;
 
}
@media only screen and (max-width: 1550px) {
  #leaves-3{
    position: absolute;
    top:-18%;
    right:0;
    width:9vw;
  
  }
  #leaves-1{
    position: absolute;
    top: -2.5%;
    right: 5%;
    width: 17vw;
   
  }
  #leaves-2{
    position: absolute;
    top: 20%;
    right: 6%;
    z-index: 0;
    width:13.5vw;
   
  }
  #leaves-4{
    position: absolute;
    top: 57%;
    right: 58%;
    z-index: 0;
    width:22.5vw;
   
  }
}
@media only screen and (max-width: 1280px) {
  #leaves-2{
    position: absolute;
    top: 23%;
    right: 6%;
    z-index: 0;
    width:13.5vw;
   
  }
}
@media only screen and (max-width: 1200px) {
  #leaves-3{
    position: absolute;
    top:-18%;
    right:0;
    width:9vw;
  
  }
  #leaves-1{
    position: absolute;
    top: -2.5%;
    right: 1%;
    width: 17vw;
   
  }
  #leaves-2{
    position: absolute;
    top: 23%;
    right: 1%;
    z-index: 0;
    width:13.5vw;
   
  }
}
@media only screen and (max-width: 1090px) {
  #leaves-3{
    position: absolute;
    top:-18%;
    right:0;
    width:9vw;
  
  }
  #leaves-1{
    position: absolute;
    top: -2.5%;
    right: 1%;
    width: 17vw;
   
  }
  #leaves-2{
    position: absolute;
    top: 15%;
    right: 1%;
    z-index: 0;
    width:13.5vw;
   
  }
  #leaves-4{
    position: absolute;
    top: 59.5%;
    right: 58%;
    z-index: 0;
    width:24.5vw;
   
  }
}
@media only screen and (max-width: 768px) {
  #leaves-3{
    display: none;
  
  }
  #leaves-1{
    display: none;
   
  }
  #leaves-2{
    display: none;
   
  }
  #leaves-4{
    display: none;
   
  }
  #leaves-5{
    display: none;
   
  }
}


#experts p, #experts h2{
  color:#FDFDFD;
  z-index:1;
  position: relative;
}
#experts h2{
font-size: 40px;
letter-spacing: 4px;
line-height: 3em;
padding:0 3%;
}
@media only screen and (max-width: 1130px) {
  #experts h2{
    line-height: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  #experts h2{
    font-size: 30px;
  }
}
#experts p{
  font-size: 20px;
  z-index:1;
  position: relative;
}
#experts #flip-it{
  display:flex;
  flex-wrap:wrap;
  margin:1em 3% 3em 3%;
  z-index:1;
}
@media only screen and (max-width: 768px) {
  #experts #flip-it{
    display:flex;
    flex-wrap:wrap;
    margin:1em 3% 0em 3%;
    z-index:1;
  }
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  perspective: 1000px; 
  width:31%;
  margin:1%;
  border-radius: 20px;
  height: 35vw;
  background-color: transparent;
  perspective: 1000px; 
  z-index:1;
  
}
#card-2 .flip-card-front{
  background-size: 125%;
  background-position: 50% 40%;
}
#card-1 .flip-card-front{
  background-size: 125%;
  
}
/* @media only screen and (max-width: 1090px) {
  .flip-card {
 
  height: 45vw;
  
  }
  
} */
@media only screen and (max-width: 768px) {
  .flip-card {
  -ms-flex-preferred-size: 98%;
  flex-basis: 98%;
  height: 75vw;
  margin-bottom: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .flip-card {
  -ms-flex-preferred-size: 98%;
  flex-basis: 98%;
  height: 85vw;
  margin-bottom: 5%;
  }
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 20px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  cursor: pointer;
}
.flip-card-front i, .flip-card-back i{
 
  color:#1a3768;
  position: absolute;
  bottom:3%;
  right:3%;
  font-size:35px;

}
.flip-card-back i.fa-arrow-left{
 
  color:#1a3768;
  position: absolute;
  bottom:3%;
  left:3%;
  right: unset;
 

}
/* Style the front side (fallback if image is missing) */


/* Style the back side */
.flip-card-back {
  background-color: #C9D2E4;
  transform: rotateY(180deg);
}
#experts #flip-it .flip-card .question, #experts .vwi .question{
  font-family: 'HeartyMorning', sans-serif;
  color: #1a3768;
  font-size: 40px;
  z-index: unset !important;
  letter-spacing: 0;
}
@media only screen and (max-width: 1300px) {
  #experts #flip-it .flip-card .question,.flip-card-front i, .flip-card-back i, #experts .vwi .question{
    
    font-size: 25px;
  }
 
}
@media only screen and (max-width: 1100px) {
  #experts #flip-it .flip-card .question,.flip-card-front i, .flip-card-back i, #experts .vwi .question{
    
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #experts #flip-it .flip-card .question,.flip-card-front i, .flip-card-back i, #experts .vwi .question{
    
    font-size: 30px;
  }
}
@media only screen and (max-width: 550px) {
  #experts #flip-it .flip-card .question,.flip-card-front i, .flip-card-back i, #experts .vwi .question{
    
    font-size: 25px;
  }
}
@media only screen and (max-width: 550px) {
  #experts #flip-it .flip-card .question, #experts .vwi .question{
    
    font-size: 28px;
  }
  .flip-card-front i, .flip-card-back i{
    font-size: 24px;
  }
}
#experts #flip-it .flip-card h3{
  /* font-family: 'Arial-BoldMT', sans-serif; */
  font-family: 'ArialMTZ', sans-serif;
  font-size:2vw;
  /* font-size:2.4vw; */
 
  line-height: 1.25em;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  #experts #flip-it .flip-card h3{
    
    font-size:4.4vw;
    
  }
}
@media only screen and (max-width: 550px) {
  #experts #flip-it .flip-card h3{
    
    font-size:5vw;
    
  }
}
#experts #flip-it .flip-card .text-box{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  padding: 5%;
  background-color: rgba(255,255,255,0.7);
  border-radius: 0px 0px 20px 20px;
  height: 55%;
}
#experts .flip-card-back p:not(.question){
  color:#1a3768;
  font-size: 1.6vw;
  font-family: 'Arial-BoldMT', sans-serif;
  padding-top:1em;
  line-height:2.1em;
}
@media only screen and (max-width: 1440px) {
 
  #experts .flip-card-back p:not(.question){
    font-size: 1.7vw;
    line-height:2em;
    padding-top:.5em;
    
  }
}
@media only screen and (max-width: 1200px) {
 
  #experts .flip-card-back p:not(.question){
    font-size: 1.8vw;
    line-height:1.8em;
    padding-top:.5em;
    
  }
}
@media only screen and (max-width: 1090px) {
 
  #experts .flip-card-back p:not(.question){
    font-size: 1.8vw;
    line-height:1.5em;
    padding-top:.5em;
    
  }
}
@media only screen and (max-width: 768px) {
 
  #experts .flip-card-back p:not(.question){
    font-size: 22px;
    line-height:2em;
  }
}
@media only screen and (max-width: 500px) {
  #experts .flip-card-back p:not(.question){
    color:#1a3768;
    font-size: 5vw;
    font-family: 'Arial-BoldMT', sans-serif;
    line-height:1.5em;
  }
  #experts #expert-vids .vid-wrap .text p {
    font-family: 'ArialMTZ', sans-serif;
    font-size: 19px;
    line-height: 30px;
    color: #fefefe;
    letter-spacing: 0;
}
}
@media only screen and (max-width: 350px) {
  #experts .flip-card-back p:not(.question){
    
    font-size: 5vw;
    
  }
}
.flip-card-back div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height:100%;
  padding:0 5%;
}

#card-1 .flip-card-front{
  background-image: url('../img/ATE-1.jpg');
  
}
#card-2 .flip-card-front{
  background-image: url('../img/ATE-2.jpg');
  
}
#card-3 .flip-card-front{
  background-image: url('../img/Q7.png');
  
}
#experts #expert-vids.mobile{
  display: none;
}
#experts #expert-vids{
  display:flex;
  flex-wrap:wrap;
  margin:1em 3%;
}
#experts #expert-vids .vid-wrap {
  
  z-index: 1;
  width:31%;
  margin:1%;
  border-radius: 20px;
  
 
}
.vwi{
  position: relative;
  cursor: pointer;

  /* height: 19vw; */
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding:3%;

  position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0px 0px 20px 20px;
    height: 55%;
  
}
.vid-wrap{
  height:35vw;
  position:relative;
}
#experts .vwi p{
  color: #1a3768 !important;
  /* font-size: 24px; */
  font-size: 1.8vw;
  font-weight: 700;
}
/* #experts .vwi p.question{
  font-weight: 300;
}

.vwi .question{
  font-family: 'HeartyMorning', sans-serif;
  color: #1a3768 !important;
  font-size: 40px !important;
  z-index: unset !important;
  letter-spacing: 0 !important;
} */

.vid-wrap.first{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/Q6.png');
}
.vid-wrap.second{
  background-image: url('../img/Q5.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vid-wrap.third{
  background-image: url('../img/Fresh Mozz-20.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.play-pic{
  width:40px;
  height: 40px;
}
.vwi .fa-pause, .vwi .fa-circle-play, .play-pic{
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  /* color: #1a3768cf; */
  color: rgba(0,0,0,0.7);
}
.vwi .fa-pause{
  opacity: 0;
}
.vwi:hover .fa-pause{
  opacity:1;
}
/* @media only screen and (max-width: 1250px) {
  .vwi{
    height: 22vw;
  }
} */
/* @media only screen and (max-width: 1100px) {
  #experts .vwi .question{
    color: #1a3768 !important;
   
    font-size: 25px !important;
  }
} */
@media only screen and (max-width: 1090px) {


.vwi .fa-circle-play{
  font-size: 32px;
}
}

  

@media only screen and (max-width: 768px) {
  .vwi .fa-pause, .vwi .fa-circle-play, .play-pic{
   
    top: -60%;
  
    ;
  }
  #experts #expert-vids.mobile{
    display:flex;
    flex-wrap:wrap;
    margin:0em 3% 1em 3%;
  }
  #experts #expert-vids .vid-wrap {
  
    z-index: 1;
    width:98%;
    margin:1% 1% 5% 1%;
    border-radius: 20px;
    
   
  }
  #experts #expert-vids.desktop{
    display: none;;
  }
  .vid-wrap{
    height: 75vw;
  }
  .vwi, #experts #flip-it .flip-card .text-box{
    height:45%;
  }
  .vwi p:not(.question){
    color: #1a3768 !important;
    font-size: 4.4vw !important;
  }
  /* #experts .vwi .question{
  
    font-size: 35px !important;
  
  } */
  .vwi .fa-circle-play{
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .vid-wrap{
    height: 85vw;
  }
}
@media only screen and (max-width: 550px) {
  .vwi p:not(.question){
    color: #1a3768 !important;
    font-size: 5vw !important;
  }
  .vwi .fa-pause, .vwi .fa-circle-play, .play-pic{
   
    top: -40%;
  
    ;
  }
  /* .vwi .question{
  
    font-size: 35px !important;
  
  } */
  /* #experts .vwi .question{
  
    font-size: 28px !important;
  
  } */
  .vwi .fa-circle-play{
    font-size: 35px;
  }
  /* .vwi{
    height: 50vw;
  } */
  .vwi, #experts #flip-it .flip-card .text-box{
    height:55%;
  }
}

#experts #expert-vids .vid-wrap video{
  max-width:100%;
  border-radius:20px 20px 0 0;
  display:block;
}
#experts #expert-vids .vid-wrap .text{
  border-radius:0 0 20px 20px;
  background: linear-gradient(90deg, rgba(195,94,47,1) 0%, rgba(211,112,40,1) 30%, rgba(179,74,38,1) 100%);
  padding: 4%;
  display: flex;
  align-items: center;
  justify-content:center;
}
#experts #expert-vids .vid-wrap .text p{
  font-family: 'ArialMTZ', sans-serif;
  font-size:21px;
  line-height:30px;
  color:#fefefe;
  letter-spacing:0;

}

#trusted{
  text-align: center;
  padding:3em 3%;
}

#trusted h2{
  text-align: center;
}
#trusted video{
  max-width:90vw;
}

#love{
  background-color: #fff;
  text-align: center;
  padding:3em 3%;
  position:relative
}
#love h2{
  font-family: 'HeartyMorning', sans-serif;
  color:#1a3768;
  text-transform: none;
  font-size:115px;
  line-height: .5em;
  letter-spacing: 0;
}
#love h3{
  
  color:#1a3768;
  text-transform: none;
  font-size:40px;
}
#leaves-6{
  position: absolute;
  top: 27.5%;
  right: 85%;
  z-index: 0;
  width: 6vw;
}
#leaves-7{
  position: absolute;
  top: 27.5%;
  left: 85%;
  z-index: 0;
  width: 9vw;
}
@media only screen and (max-width: 1250px) {
  #leaves-6{
    position: absolute;
    top: 27.5%;
    right: 90%;
    z-index: 0;
    width: 6vw;
  }
  #leaves-7{
    position: absolute;
    top: 27.5%;
    left: 90%;
    z-index: 0;
    width: 9vw;
  }
}

@media only screen and (max-width: 1090px) {
  
  #love h2{
    font-family: 'HeartyMorning', sans-serif;
    color:#1a3768;
    text-transform: none;
    font-size:10vw;
    line-height: .5em;
    letter-spacing: 0;
  }
  #love h3{
    font-size:30px;
    
  }
  #leaves-6{
    position: absolute;
    top: 27.5%;
    right: 90%;
    z-index: 0;
    width: 6vw;
  }
  #leaves-7{
    position: absolute;
    top: 27.5%;
    left: 90%;
    z-index: 0;
    width: 9vw;
  }
}
@media only screen and (max-width: 767px) {
#love{
  padding-bottom:0;
}
}

#buy{
  display: flex;
  flex-wrap:wrap;
  padding:2.5em 5%;
}
#buy .buy-item{
  margin:3% 2%;
  width:46%;
  padding:2%;
  border-radius:20px;
  border:7px solid #B34D2C;
  position: relative;
}
.buy-item div{
  max-width: 65%;
  margin:auto;
  display: flex;
  align-items: center;
  padding-bottom: 1em;
  padding-top: 1em;
  
}
#buy .buy-item img{
 max-width: 100%;
 margin:auto;
}
#buy .buy-item a{
position: absolute;
bottom:0;
left:50%;
transform:translate(-50%,50%);
width:50%;
background-color:#D57B25;
border-radius: 30px;
text-align: center;
text-decoration: none;
color:#FDFDFD;
font-family: 'Arial-BoldMT', sans-serif;
font-size: 22px;
padding:1em;
}
#buy .buy-item p{
  text-align: center;
  color:#000000;
  font-size: 28px;
  font-family: 'ArialMTZ', sans-serif;
  line-height: 1.25em;
  padding-bottom:1em;

}
#buy .buy-item p.title{
  font-family: 'Arial-BoldMT', sans-serif;
  padding-bottom:.5em;
color: #1a3768;
padding-bottom:.5em;

}
@media only screen and (max-width: 1090px) {
  #buy .buy-item a{
    width:75%;
  }
}
@media only screen and (max-width: 768px) {
  #buy .buy-item{
    margin:8% 2%;
    width:96%;
    padding:2% 2% 4% 2%;
    border-radius:20px;
    border:7px solid #B34D2C;
    position: relative;
  }
}

@media only screen and (max-width: 500px) {
#buy .buy-item p{
  text-align: center;
  color:#000000;
  font-size: 20px;
  font-family: 'ArialMTZ', sans-serif;
  line-height: 1.25em;
  padding-bottom:1em;

}
#buy .buy-item a{
  font-size: 18px;
}

}


#coupon{
  background:url(../img/leaves.png), linear-gradient(90deg, rgba(195,94,47,1) 0%, rgba(211,112,40,1) 30%, rgba(179,74,38,1) 100%);
  text-align: center;
  padding:5em 3%;
  position: relative;
}
#coupon p{
  font-family: 'ArialMTZ', sans-serif;
  font-size: 28px;
  line-height: 1.4em;
  color:#1a3768;
}
#coupon h2{
  font-family: 'Arial-Black', sans-serif;
  color:#1a3768;
}
#coupon .large{
  font-family: 'Arial-BoldMT', sans-serif;
  font-size: 88px;
  color:#1a3768;
  line-height: 1em;
}
#coupon .btn{
  color:#FDFDFD;
  background-color:#1a3768;
  font-size: 17px;
  line-height: 20px;
  margin-top:4em;
  border:none;
  padding:16px 48px;
}



#socials{
  background-color: #1a3768;
  text-align: center;
  padding:2em 3%;
  position:relative;
 
}
#socials .copyright p{
  font-size:12px;
  color:#FDFDFD;
  z-index: 3;
  position: relative;
}
#socials .icons-row{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:1% 1% 3% 1%;
}
#socials .icons-row a{
 margin:1%;
 display: inline-block;
}

.copyright div{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
}
.copyright div  p{
  margin:1%;
}
.copyright div  p a,.copyright div  p a:hover{
 color:#fdfdfd;
}
@media only screen and (max-width: 768px) {
  .copyright div{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    margin-bottom: 1.5em;
  }
  .copyright div  p{
    margin:1%;
    width: 100%;
  }
}
 @media only screen and (max-width: 500px) {
  #socials .icons-row a img{
    width:90%;
   }
 }
#bottom{
  position: relative;
}
 #bottom #layer-42{
  position: absolute;
  left:0;
  bottom:0;
  z-index:2;
  width:27vw;
   }
   #bottom #layer-43{
    position: absolute;
    right: 0;
    bottom:16%;
    width:21vw;
    z-index:2;
   }

   @media only screen and (max-width: 1090px) {
    #bottom #layer-43 {
      position: absolute;
      right: -2%;
      top: -6%;
      z-index: 2;
      width: 24vw;
  }
  #bottom #layer-42 {
    position: absolute;
    left: 0px;
    bottom: 11%;
    z-index: 2;
    width: 30vw;
}
#socials{
  z-index:4;
  
}
   }

   @media only screen and (max-width: 960px) {
    #bottom #layer-43 {
      position: absolute;
      right: -8%;
      top: -10%;
      z-index: 2;
      width: 26vw;
  }
   }

   @media only screen and (max-width: 768px) {
    #socials{
      z-index:4;
      
    }
    #bottom #layer-42 {
      position: absolute;
      left: 0;
      bottom: 0%;
      z-index: 2;
      width: 35vw;
  }
  #bottom #layer-43 {
    position: absolute;
    right: -10%;
    top: -6%;
    z-index: 2;
    width: 27vw;
}
   }

   @media only screen and (max-width: 650px) {
   
    #bottom #layer-42 {
      position: absolute;
      left: 0;
      bottom: 13%;
      z-index: 2;
      width: 42vw;
  }
  #bottom #layer-43 {
    position: absolute;
    right: -10%;
    top: -8%;
    z-index: 2;
    width: 29vw;
}
   }
   @media only screen and (max-width: 450px) {
    #bottom #layer-43 {
      position: absolute;
      right: -10%;
      top: -8%;
      z-index: 2;
      width: 34vw;
  }
  #bottom #layer-42 {
    position: absolute;
    left: 0;
    bottom: 13%;
    z-index: 2;
    width: 46vw;
}
#coupon .btn{
  z-index:4;
  position: relative;
}
   }

   @media only screen and (max-width: 340px) {
    #bottom #layer-43 {
      position: absolute;
      right: -10%;
      top: -7%;
      z-index: 2;
      width: 43vw;
  }
  #bottom #layer-42 {
    position: absolute;
    left: 0;
    bottom: 13%;
    z-index: 2;
    width: 50vw;
}
   }
.hidden{
  display: none !important;
}








/* Change fore launch */
/* #leaves-1, #leaves-2, #leaves-3, #leaves-4, #leaves-5,#expert-vids{
  display: none !important;
} */


#leaves-a{
  position: absolute;
  top: 0%;
  right: 5%;
  width:14vw;
 
}
#leaves-b{
  position: absolute;
  top: 23%;
  right: 7%;
  z-index: 0;
  width:10.5vw;
 
}
#leaves-c{
  position: absolute;
  top:-17%;
  right:0;
  width:7vw;

}

#leaves-e{
  position: absolute;
  top: 90%;
  left: 0%;
  z-index: 1;
  width:16.5vw;
 
}
@media only screen and (max-width: 1500px) {
  #leaves-a{
    position: absolute;
    top: 3%;
    right: 5%;
    width:14vw;
   
  }
  #leaves-b{
    position: absolute;
    top: 35%;
    right: 7%;
    z-index: 0;
    width:10.5vw;
   
  }
  #leaves-c{
    position: absolute;
    top:-17%;
    right:0;
    width:7vw;
  
  }
  
  #leaves-e{
    position: absolute;
    top: 90%;
    left: 0%;
    z-index: 1;
    width:16.5vw;
   
  }
}
@media only screen and (max-width: 1090px) {
  #leaves-a{
    position: absolute;
    top: 3%;
    right: 2%;
    width:14vw;
   
  }
  #leaves-b{
    position: absolute;
    top: 32%;
    right: 7%;
    z-index: 0;
    width:10.5vw;
   
  }
  #leaves-c{
    position: absolute;
    top:-17%;
    right:0;
    width:7vw;
  
  }
  
  #leaves-e{
    position: absolute;
    top: 90%;
    left: 0%;
    z-index: 1;
    width:16.5vw;
   
  }
}
@media only screen and (max-width: 800px) {
  #leaves-a{
    position: absolute;
    top: 1%;
    right: -2%;
    width:17vw;
   
  }
  #leaves-b{
    position: absolute;
    top: 36%;
    right: 7%;
    z-index: 0;
    width:15.5vw;
   
  }
  #leaves-c{
    position: absolute;
    top:-17%;
    right:0;
    width:12vw;
  
  }
  
  #leaves-e{
    position: absolute;
    top: 90%;
    left: 0%;
    z-index: 1;
    width:21.5vw;
   
  }
}
@media only screen and (max-width: 768px) {
  #leaves-a{
    display:none;
   
  }
  #leaves-b{
    display:none;
   
  }
  #leaves-c{
    display:none;
  
  }
  
  #leaves-e{
   display:none;
   
  }
}