/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

.nop-top {
  padding-top: 0px !important;
}
.nop-left {
  padding-left: 0px !important;
}
.nop-right {
  padding-right: 0px !important;
}
.nop-bottom {
  padding-bottom: 0px !important;
}
.nom-top {
  margin-top: 0px !important;
}
.nom-left {
  margin-left: 0px !important;
}
.nom-right {
  margin-right: 0px !important;
}
.nom-bottom {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .section-image {
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1029px) {
  .hide-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 1030px) {
  .hide-desktop {
    display: none !important;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  background: #fff;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #005A54;
  line-height: 1.7;
  position: relative;
}
h1, h2, h3, h4, h5 {
  font-family: cooper-black-std, serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px 0;
  color: #fff;
  line-height: 1.2;
  hyphens: auto;
  text-shadow: 1px 2px 0px rgba(0,90,84,0.4);
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #fff;
  text-decoration: none;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
.turq {
  color: #66e6d0 !important;
  text-shadow: none;
}

.section {
  position: relative;
}
.section .wrap {
  position: relative;
  z-index: 1;
}
.scroll-icon {
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}
.scroll-icon:hover {
  transform: translate(0px, 10px)
}
.scroll-icon span {
  font-weight: 1000;
  color: #005A54;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.bottom-border {
  border-bottom: 1px solid #005A54;
}

.content {
  overflow: hidden;
}
.top-edge:before {
  content: "";
  position: absolute;
  top: -4.8vh;
  left: -0.5%;
  z-index: 0;
  width: 104.55%;
  height: 5vh;
  background: url('../img/bottom-edge.svg') no-repeat center bottom scroll;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 5;
}
.top-edge-light:before {
  background: url('../img/bottom-edge-light.svg') no-repeat center bottom scroll;
  background-size: 100% auto;
}
.top-edge-white:before {
    background: url('../img/bottom-edge-white.svg') no-repeat center bottom scroll;
    background-size: 100% auto;
  }
.bottom-edge:after {
  content: "";
  position: absolute;
  bottom: -4.8vh;
  left: -0.5%;
  z-index: 0;
  width: 104.55%;
  height: 5vh;
  background: url('../img/top-edge.svg') no-repeat center top scroll;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 5;
}
header .wrap {
  padding-top: 50px;
}
.logo {
  text-shadow: none;
}
.logo a {
  color: #005A54;
}
.logo a:hover {
  color: #fff;
}
h1 span {
  color: #fff;
}
hr {
  width: 60px;
  border: none;
  border-top: 3px solid #005A54;
  margin: 20px 0;
}
p {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 0 0 20px 0;
}
ul {
  margin: 0 0 20px 0;
  padding: 0;
}
ul li {
  list-style: none;
  border-bottom: 1px solid #005A54;
  padding: 8px 0;
}
ul li img {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}
strong {
  font-weight: 1000;
  font-size: 15px;
  font-style: normal;
}
.wrap {
  padding: 50px 25px;
  max-width: 400px;
  margin: 0 auto;
}
.yolk {
  pointer-events: none;
  width: 50%;
  height: auto;
  max-width: 215px;
  position: fixed;
  top: -1px;
  left: -22px;
  z-index: 5;
  transform: translate(0px, -100px);
  transition: 8s ease-in-out;
}
.active.yolk {
  transform: translate(0px, 0px);
}
.egg-wave {
  line-height: 0;
}
.egg-wave svg {
  width: 162px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.egg-wave-2 svg {
  width: 100% !important;
}
.kitchen-background {
  background: url('../img/kitchen.svg') no-repeat center top 45px;
  background-size: 375px auto;
}
.sep {
  width: 110px;
  height: 10px;
  margin: 20px 0;
  display: inline-block;
}
a {
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  color: #005A54;
}
a:hover {
  color: #fff;
}
.button {
  margin: 0;
  padding: 8px 18px;
  background: #FBAD08;
  line-height: 20px;
  font-weight: 400;
  color: #005A54;
  text-decoration: none;
  display: inline-block;
  font-family: cooper-black-std;
  border-radius: 18px;
  font-size: 13px;
  box-shadow: 4px 4px 0px rgba(61, 61, 61, 0.15);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-white {
  background: #fff;
  color: #005A54;
}
.button:hover {
  transform:translate(4px,4px);
  box-shadow: none;
  color: #005A54;
}
.margin-top {
    margin-top: 20px;
  }
.flex-wrap {
  margin-top: -30px;
}
.flex-col {
  margin-top: 30px;
}
.flex-wrap-mobile {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.flex-col-1of4 {
  -ms-flex: 30% !important;
  flex: 30% !important;
  max-width: 30% !important;
  padding-left: 20px;
}
.flex-col-3of4 {
  -ms-flex: 70% !important;
  flex: 70% !important;
  max-width: 70% !important;
  padding-left: 20px;
}
.header-right {
  margin-top: 20px;
}
.button + .button {
  margin-left: 5px;
}
img {
  width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}

.background-light-gradient {
  background: #66e6d0;
  background: linear-gradient(111deg, rgba(102,230,208,1) 65%, rgba(0,225,200,1) 65%);
}
.background-light {
  background: #66e6d0;
}
.background-dark {
  background: #005A54;
  color: #fff;
}
.background-dark ul li {
  border-color: #fff;
}
.background-dark .scroll-icon span {
  color: #67E6CF;
}
.background-white {
  background: #fff;
}

.capped-content {
  max-width: 525px;
}
.capped-content-large {
  max-width: 625px;
}
.text-align-center .capped-content, .text-align-center .capped-content-large {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.nudge-up {
  margin-top: -9px;
}
.yellow {
  color: #FBAD08;
}
ul li strong {
  font-weight: 500;
  text-transform: uppercase;
  color: #FBAD08;
  font-size: 15px;
}
.bottom-border {
  border-bottom: 1px solid #67E6CF;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
  
.iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border:  2px solid #fcfcfc;
}
  
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes WAVE {
  0%   { transform: rotate(-5deg) }
  50%   { transform: rotate(-40deg) }
  100% { transform: rotate(-5deg) }
}
@-moz-keyframes WAVE {
0%   { transform: rotate(-5deg) }
50%   { transform: rotate(-40deg) }
100% { transform: rotate(-5deg) }
}
@-o-keyframes WAVE {
0%   { transform: rotate(-5deg) }
50%   { transform: rotate(-40deg) }
100% { transform: rotate(-5deg) }
}
@keyframes WAVE {
0%   { transform: rotate(-5deg) }
50%   { transform: rotate(-40deg) }
100% { transform: rotate(-5deg) }
}
@-webkit-keyframes EYE {
0%   { opacity: 0; }
47%   { opacity: 0; }
48%   { opacity: 1; }
52%   { opacity: 1; }
53% { opacity: 0; }
100% { opacity: 0; }
}
@-moz-keyframes EYE {
0%   { opacity: 0; }
47%   { opacity: 0; }
48%   { opacity: 1; }
52%   { opacity: 1; }
53% { opacity: 0; }
100% { opacity: 0; }
}
@-o-keyframes EYE {
0%   { opacity: 0; }
47%   { opacity: 0; }
48%   { opacity: 1; }
52%   { opacity: 1; }
53% { opacity: 0; }
100% { opacity: 0; }
}
@keyframes EYE {
0%   { opacity: 0; }
47%   { opacity: 0; }
48%   { opacity: 1; }
52%   { opacity: 1; }
53% { opacity: 0; }
100% { opacity: 0; }
}
@-webkit-keyframes EYE2 {
0%   { opacity: 1; }
47%   { opacity: 1; }
48%   { opacity: 0; }
52%   { opacity: 0; }
53% { opacity: 1; }
100% { opacity: 1; }
  }
  @-moz-keyframes EYE2 {
0%   { opacity: 1; }
47%   { opacity: 1; }
48%   { opacity: 0; }
52%   { opacity: 0; }
53% { opacity: 1; }
100% { opacity: 1; }
  }
  @-o-keyframes EYE2 {
0%   { opacity: 1; }
47%   { opacity: 1; }
48%   { opacity: 0; }
52%   { opacity: 0; }
53% { opacity: 1; }
100% { opacity: 1; }
  }
  @keyframes EYE2 {
0%   { opacity: 1; }
47%   { opacity: 1; }
48%   { opacity: 0; }
52%   { opacity: 0; }
53% { opacity: 1; }
100% { opacity: 1; }
  }

.egg-wave svg {
  overflow: visible;
}
.egg-arm {
  transform-origin: 19% 38%;
  -webkit-animation: WAVE 2s infinite ease-in-out; /* Safari 4+ */
  -moz-animation:    WAVE 2s infinite ease-in-out; /* Fx 5+ */
  -o-animation:      WAVE 2s infinite ease-in-out; /* Opera 12+ */
  animation:         WAVE 2s infinite ease-in-out; /* IE 10+, Fx 29+ */
}
.egg-arm-2 {
  transform-origin: 35% 38%;
}
.eye-1 {
  opacity: 1;
  -webkit-animation: EYE2 8s infinite; /* Safari 4+ */
  -moz-animation:    EYE2 8s infinite; /* Fx 5+ */
  -o-animation:      EYE2 8s infinite; /* Opera 12+ */
  animation:         EYE2 8s infinite; /* IE 10+, Fx 29+ */
}
.eye-2 {
  opacity: 0;
  -webkit-animation: EYE 8s infinite; /* Safari 4+ */
  -moz-animation:    EYE 8s infinite; /* Fx 5+ */
  -o-animation:      EYE 8s infinite; /* Opera 12+ */
  animation:         EYE 8s infinite; /* IE 10+, Fx 29+ */
}

.scroll-icon circle {
  animation-duration: 1.25s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll {
  0%{opacity:1}
  100%{opacity:0;transform:translateY(20px)}
}

.scale-up-margin {
  margin-bottom: 50px;
}

@media only screen and (max-width: 350px) {
  h1,h2 {
    font-size: 24px;
  }
  h3, h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    padding: 50px 30px;
    max-width: none;
  }
  .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -30px;
  }
  .flex-wrap-top {
    align-items: normal;
  }
  .flex-reverse {
    flex-direction: row-reverse;
  }
  .flex-col {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding-left: 30px;
  }
  .logo {
    margin: 0;
  }
  .header-right {
    margin-top: 40px;
  }
  .egg-wave svg {
    width: 250px;
  }
  .kitchen-background {
      background: url('../img/kitchen.svg') no-repeat right -175px center;
      background-size: 535px auto;
  }
  .text-align-center {
    text-align: center;
  }
  .text-align-center .sep {
    margin-left: auto;
    margin-right: auto;
  }
  .push-right {
    text-align: right;
  }
  .nudge-up {
      margin-top: -11px;
  }
  
}
@media only screen and (min-width: 1000px) {
  .margin-top {
    margin-top: 30px;
  }
  p {
    margin-bottom: 25px;
  }
  h1 {
    font-size: 38px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 38px;
    margin-bottom: 25px;
  }
  h3 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  h4 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  h4.logo {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  ul {
    margin-bottom: 25px;
  }
  .sep {
    margin: 25px 0;
    width: 160px;
    height: 20px;
  }
  body, p {
    font-size: 15px;
  }
  strong {
    font-size: 19px;
  }
  .wrap {
    padding: 80px 50px;
    max-width: none;
  }
  .flex-wrap {
    margin-left: -50px;
    margin-top: -40px;
  }
  .flex-col {
    padding-left: 50px;
    margin-top: 40px;
  }
  .yolk {
    max-width: 300px;
  }
  .egg-wave svg {
      width: 300px;
  }
  .kitchen-background {
      background: url('../img/kitchen.svg') no-repeat right -120px center;
      background-size: 600px auto;
  }
  .button {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 20px;
  }
  .button + .button {
    margin-left: 12px;
  }
  .top-edge:before {
    top: -4.2vh;
  }
  .bottom-edge:after {
    bottom: -4.2vh;
  }
  .nudge-up {
      margin-top: -14px;
  }
  .bottom-border {
      margin-bottom: 50px;
      padding-bottom: 25px;
  }
  
}
@media only screen and (min-width: 1200px) {

  .wrap {
    max-width: 1100px;
  }
  .kitchen-background {
    background-position: right -30px center;
  }
  h1, h2 {
    font-size: 42px;
  }
  
  .flex-wrap {
    margin-left: -75px;
  }
  .flex-col {
    padding-left: 75px;
  }
  
  .scale-up-margin {
    margin: 30px 0 55px 0;
  }
  .scale-up-margin img {
    transform: scale(1.2);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
  }
  
}

@media only screen and (min-width: 1260px) {
  .top-edge:before {
      top: -4vh;
  }
  .bottom-edge:after {
      bottom: -4vh;
  }
}

@media only screen and (min-width: 1350px) {

  .kitchen-background {
    background-position: right center;
  }
  
}

@media only screen and (min-width: 1450px) {
  
  .kitchen-background {
    background-position: right 7% center;
  }
  
}

@media only screen and (min-width: 1550px) {
    
  .kitchen-background {
    background-position: right 12% center;
  }
  .yolk {
    left: 5%;
  }
  
}

@media only screen and (min-width: 1650px) {
      
  .kitchen-background {
    background-position: right 18% center;
  }
  
}

@media only screen and (min-width: 1750px) {
        
  .kitchen-background {
    background-position: right 21% center;
  }
  
}

@media only screen and (min-width: 1850px) {
          
  .kitchen-background {
    background-position: right 24% center;
  }
  
}

@media only screen and (min-width: 2100px) {
            
  .kitchen-background {
    background-position: right 28% center;
  }
  
}

@media only screen and (min-width: 2300px) {
              
  .kitchen-background {
    background-position: right 30% center;
  }
  
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.section-title {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0px, -30px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.sep {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-50px, 0px);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.section-content {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0px, 30px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.section-image {
  opacity: 0;
  transition: 1.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.section-image.no-sep {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.section-content.no-sep {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.section-title.active-onscreen, .sep.active-onscreen, .section-content.active-onscreen, .section-image.active-onscreen {
  opacity: 1;
  transform: translate(0px, 0px);
}

.footer{
  text-align: center;
}