html,
body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #707070;
}

.en { font-weight: 700!important; }

.font-SourceSerif { font-family: 'Source Serif Pro', serif; }


h2, h3 {
  font-size: 2rem;
  font-family: 'Source Serif Pro', serif;
  color: #1A477F;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.font-13 { font-size: 0.7222rem; }
.font-16 { font-size: 0.8889rem; }
.font-18 { font-size: 1rem; }
.font-20 { font-size: 1.111rem; }
.font-24 { font-size: 1.333rem; }
.font-32 { font-size: 1.778rem; }
.font-36 { font-size: 2rem; }
.font-40 { font-size: 2.222rem; }
.font-46 { font-size: 2.556rem; }

.grid-x { max-width: 1200px; margin: auto; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.center-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-upper {
  text-transform: uppercase;
}

.divider-line {
  display: block;
  width: 200px;
  height: 1px;
  border-top: 1px solid #1A477F;
  margin: 10px auto;
}


.button {
  display: block;
  max-width: 200px;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9rem;
  background-color: #299EAB;
  color: #FFF !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

}


.section,
.section-small {
  padding-top: 40px;
  padding-bottom: 30px;
}
  .section-small > .grid-x {
    max-width: 960px;
  }

.section-tan {
  background-color: #E1E3B2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-turquoise {
  background-color: #2D9AA7;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../img/fun_tasty_easy_background.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}
  .section-turquoise * {
    color: #FFF;
  }

.section-blue {
  background-color: #00AEEF;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../img/section_blue_collage.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}
  .section-blue * {
    color: #FFF;
  }
  .section-blue a {
    color: #1A477F;
  }

.section-lightblue {
  background-color: #E9F5F7;
}
  .section-lightblue * {
    color: #454545;
  }

.section-green {
  background-color: #e1e3b2;
}

/* .section-turquoise {
  background-color: #2e9aa7;
} */

.section-image {
  position: relative;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 340px;
  height: 30vh;
  color: #FFF;
  font-size: 2.2rem;
}

  .section-image h2 {
    font-size: 2.3rem;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
  }

#MobileNav {
  display: block;
  position: fixed;
  background-color: #278f90;
  top: 0;
  right: 0;
  z-index: 999;
  color: #FFF; 
  height: 100vh;
  max-width: 0;
  overflow-x: hidden;

  transition: max-width 0.5s ease;
}
  #MobileNav.open { max-width: 95%; }
  #MobileNav #CloseBtn {
    font-size: 1.2rem;
    padding: 5px;
    cursor: pointer;
  }
  #MobileNav #NavBody {    
    padding: 10px;    
    min-width: 300px;
    width: 100%;
  }
    
    #NavBody > div {
      border-bottom: 2px solid;
      padding: 10px 0;
      position: relative;
    }

    #MobileNav #NavBody a {
      display: block;
      color: #FFF;
      padding: 5px 0;
    }

    .has-subnav i {
      display: block;
      position: absolute;
      right: 0;
      top: 20px;
    }
    .has-subnav i.open {
      transform: rotate(180deg);
    }

    #NavBody .sub-nav {
      padding-left: 20px;
      max-height: 0;
      overflow: hidden;
    }
      #NavBody .sub-nav.open {
        max-height: 1000px;
      }

#TopBar {
  /* height: 50px; */
  padding: 10px 0;
  background-color: #155384;
  width: 100%;
  position: relative;
  text-align: right;
  color: #FFF;
  font-weight: 700;
  font-size: 0.8rem;
}
  #TopBar a { font-weight: 400; color: #c8e4ef; }
  #TopBar .grid-x {
    max-width: 1200px;
  }

  #Logo {
    padding-top: 10px
  }

  #LogoTagFlag {
    padding-top: 8px;
    display: none;
    margin: auto;
  }

  #NavTrigger {
    font-size: 1.2rem;
    padding: 5px;
    padding-left: 12px;
    cursor: pointer;
  }

  #LogoTag {
    width: 200px;
    background-color: #FFF;
    position: absolute;
    margin-top: -20px;
    padding: 10px;
    z-index: 998;
  }


#BannerVideo {
  display: block;
  position: relative;
  width: 100%;
  height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#Banner {
  /* height: 300px; */
  /* padding-top: 30%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #CCC; */
  display: block;
  position: relative;
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

  .banner-title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    line-height: normal;
    font-weight: 700;
    color: #FFF;
    font-family: 'Source Serif Pro', serif;
    text-shadow: 2px 2px 8px #000;
    text-transform: uppercase;
    text-align: center;
  }

#IntroStatement {
  padding: 20px 0;
  background-color: #155384;
  color: #FFF;
  text-align: center;
  font-size: 1.333rem;
}

#Body {
  background-color: #FFF;
}
  #Body > .grid-x {
    margin-top: 20px;
    margin-bottom: 20px;
  }

#Footer {
  background-color: #155384;
  color: #FFF;
  padding: 40px 0;
  font-size: 0.8rem;
}
  #Footer a {
    color: #FFF;
    text-decoration: none;
  }

  .footer-social-icon { 
    font-size: 1.5rem;
  }

  #FooterNav a {
    display: block;
  }


  @media (max-width: 600px) {

  

    .recipe-link { 
      text-align: center;
      display: block;
      width: 100%;
    }
      .recipe-link img {
        display: block;
        margin: auto;
      }

    #Footer { text-align: center; }
    #FooterNav { display: none; }
  }