
/*-- Standard Rules --*/
*
{
  font-family: neusa-next-std, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #FFF;
}

html
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body
{
  background-color: #00263b;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  body
  {
    background-color: #00263b;
    padding: 0;
    margin: 0;
    overflow: visible;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

p
{
  font-size: 18px;
  line-height: 150%;
}

h1
{
  font-family: neusa-next-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

h2
{
  font-size: 20px;
  font-family: neusa-next-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

button
{
  cursor: pointer;
}

.bkg-logo
{
  position: absolute;
  top: calc(50% - 128px);
  left: calc(50% - 128px);
  z-index: -200;
  opacity: 0.15;
}

.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    position: relative;
   
}

.circles{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 20s linear infinite;
    bottom: -250px;
    opacity: 0.2;
}


/* For Desktop */
@media only screen and (min-width: 1024px)
{
  .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 20s linear infinite;
    bottom: -300px;
    
}
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

#xlrg-h1
{
  font-size: 32px;
}

.noymargin
{
  margin-top: 0;
  margin-bottom: 0;
}

input[type='email']
{
  padding: 5px;
  height: 30px;
  width: 250px;
}

#subscribe
{
  border: 2px solid #00263B;
  padding: 5px;
  width: 350px;
  height: 40px;
  background-color: #7AADD4;
  color: #00263B;
}

#subscribe:focus
{
  outline: none !important;
}

::placeholder
{
  color: #00263B;
}

input[type='submit']
{
  height: 43px;
  width: 150px;
}

table td
{
  color: black;
  padding: 0px 50px 10px 0px;
}

.blue-svg
{
  filter: invert(12%) sepia(44%) saturate(1780%) hue-rotate(169deg) brightness(93%) contrast(103%);
}

.bluebkg { background-color: #00263B;}
.tanbkg { background-color: #C2BA99;}
.blackbkg { background-color: #212421;}
.greybkg { background-color: #CFD1D4;}
.lightbluebkg { background-color: #7AADD4;}
.whitebkg { background-color: #7AADD4;}

.bluetext { color: #00263B;}
.tantext { color: #C2BA99;}
.blacktext { color: #212421;}
.greytext { color: #CFD1D4;}
.lightbluetext { color: #7AADD4;}


.before {opacity: 0;}
.after {opacity: 1;}

#adminanchor
{
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

#backanchor
{
  color: white;
  text-decoration: none;
  position: absolute;
  top: 10px;
  left: 10px;
}

#Login-Container
{
  width: 600px;
  height: 550px;
  margin: 180px auto;
  background-color: #cfd1d4;
  border-radius: 25px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  text-align: center;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#Login-Form
{
  width: 80%;
  margin: 0px auto;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#Login-SubContainer
{
  position: relative;
  top: 50px;
}

#Login-Title
{
  color: #212421;

  font-family: neusa-next-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
}

.login-input
{
  color: #000;
  width: 100%;
  height: 40px;
  display: block;
  margin: 20px auto;
  padding: 5px;
  border: none;
  text-align: center;
  font-size: 20px;

  font-family: neusa-next-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#login-button
{
  width: 170px;
  height: 60px;
  border: 4px solid #00263b;
  color: #00263b;
  font-size: 22px;
  margin: 0px auto;
  margin-top: 30px;
  padding: 15px;

  font-family: neusa-next-std, sans-serif;
  font-style: normal;
  font-weight: 400;

  background-color: rgba(0,0,0,0);
  cursor:pointer;
}

#splash-parent-div
{
  width: 100%;
  text-align: center;
  margin: 200px auto;
}

#splash-parent-div h1
{
  font-size: 72px;
  font-family: airstrike;
}

#comingsoon-div
{
  text-align: left;
  max-width: 175px;
  margin: 0 auto;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#comingsoon-div h2
{
  color: white;
}

#splash-div
{
  display: block;
  width: 512px;
  height: 512px;
  margin: 50px auto;
  position: relative;
  left: 0;
  top: 0;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#pic
{
  position: absolute;
  left: 0;
  top: 0;

}

#email-container
{
  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#message
{
  width: 100%;
  background-color: #000;
  color: #FFF;
  height: 60px;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

/*******************************************/
/* HOME
/*******************************************/
#nav-bar
{
  width: 100%;
  min-width: 500px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#nav-logo-container
{
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 64px;
}

.desktop-home
{
  display: none;
}

.mobile-home
{

  display: block;
}

#nav-links-container
{
  height: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}

#nav-links-container a
{
  color: white;
  text-decoration: none;
  font-size: 16px;
  margin: 10px;

  font-family: neusa-next-std, sans-serif;
  font-weight: 600;
  font-style: normal;

  white-space: nowrap;
}

#nav-links-container a:hover
{
  color: #F5A800;
}

#main-container
{
  width: 100%;
  min-width: 540px;
}

#img-block
{
  position: relative;
  z-index: 1;
}

#img-block img
{
  vertical-align: middle;
}

#img-block-sub
{
  position: absolute;
  z-index: 4;
  top: 125px;
  left: 55%;
}

#img-block-sub h1
{
  font-size: 24px;
  margin: 0;
}

#img-block-sub p
{
  font-size: 16px;
}

#split-container
{
  width: 100%;
  display: block;
}

#split-text-sub
{
  width: 500px;
  margin: 0 auto;
  padding: 15px;
}

#split-text-sub h1
{
  font-size: 40px;
}

#split-text-sub h2
{
  font-size: 24px;
}

#evensplit
{
  width: 100%;
  height: inherit;
  margin: -1px;
  outline: 0;
  overflow: hidden;
  display: block;
}

#evensplit-mobile-center
{
  width: 100%;
  height: inherit;
  margin: -1px;
  outline: 0;
  overflow: hidden;
  display: block;
  text-align: center;
}

#evensplit img, #evensplit-mobile-center img
{
  padding: 20px;
}

#leftsplit
{
  width: 100%;
  display: block;
  text-align: left;
  height: inherit;
  margin: 0;
  outline: 0;
  overflow: hidden;
}

#rightsplit
{
  width: 100%;
  height: inherit;
  display: block;
  margin: 0;
  outline: 0;
  overflow: hidden;
  text-align: right;
}

#rightsplit img, #leftsplit img
{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#evensplit-top
{
  width: 100%;
  height: inherit;
  display: block;
}

#variablesplit
{
  display: block;
  height: inherit;
  margin: 0;
  outline: 0;
  overflow: hidden;
}

#variablesplit-l, #variablesplit-r
{
  display: block;
  width: 50%;
  height: inherit;
  margin: -1px;
  outline: 0;
  overflow: hidden;
}

#split-container-force-flex
{
  width: 100%;
  min-width: 725px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#scroll-container
{
  height: 750px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; 
}

#scroll-container::-webkit-scrollbar
{
  display: none;
}

.scroll-item
{
  width: 100%;
  height: 750px;
  display: block;
  position: relative;
}

.nonscroll-item
{
  width: 100%;
  height: 750px;
  display: block;
  position: relative;
}

#scroll-item-content-left, #scroll-item-content-right
{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 25%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}

#scroll-item-fixed-container-left, #scroll-item-fixed-container-right
{
  width: 50%;
  text-align: left;
}

#scroll-item-content-left h2, #scroll-item-content-left p, #scroll-item-content-right h2, #scroll-item-content-right p
{
  color: #00263b;
}

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  h2
  {
    font-size: 1.5em;
  }

  #xlrg-h1
  {
    font-size: 48px;
  }

  #main-container
  {
    width: 100%;
    min-width: 1024px;
  }

  #nav-bar
  {
    width: 100%;
    min-width: 1024px;
    height: 150px;
    line-height: 150px;
  }

  #nav-links-container
  {
    height: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  #nav-links-container a
  {
    margin: 25px;
    color: white;
    text-decoration: none;
    font-size: 24px;

    font-family: neusa-next-std, sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  #nav-logo-container
  {
    display: block;
  }

  #nav-logo-container img
  {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .desktop-home
  {
    margin: 0px 50px 0px 0px;
    display: block;
  }

  .mobile-home
  {
    display: none;
  }

  #img-block-sub
  {
    position: absolute;
    z-index: 4;
    top: 245px;
    left: 55%;
  }

  #img-block-sub h1
  {
    font-size: 40px;
    margin: 0;
  }

  #img-block-sub p
  {
    font-size: 18px;
  }

  #split-container
  {
    width: 100%;
    min-width: 960px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #split-container-force-flex
  {
    width: 100%;
    min-width: 1024px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #evensplit, #evensplit-mobile-center
  {
    width: 50%;
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  #leftsplit
  {
    width: 50%;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #rightsplit
  {
    text-align: right;
    width: 50%;
    height: inherit;
    
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
  }

  #rightsplit img, #leftsplit img
  {
    width: auto;
    height: 600px;
    vertical-align: bottom;
  }

  #evensplit-top
  {
    width: 50%;
    height: inherit;
    margin: 0;
    outline: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }

  #variablesplit
  {
    height: inherit;
    margin: 0;
    outline: 0;
    overflow: hidden;
  }

  #variablesplit-l
  {
    width: 60%;
    height: inherit;
    margin: 0;
    outline: 0;
    overflow: hidden;
  }

  #variablesplit-r
  {
    width: 40%;
    height: inherit;
    margin: 0;
    outline: 0;
    overflow: hidden;
  }

  #scroll-container
  {
    height: 750px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; 
  }

  #scroll-item-content-left
  {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 10%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }

  #scroll-item-content-right
  {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
  }

  #scroll-item-fixed-container-left
  {
    width: 33%;
    text-align: left;
    float: left;
  }

  #scroll-item-fixed-container-right
  {
    width: 50%;
    text-align: left;
    float: right;
    position: relative;
  }
}

.bkg-img
{
  position: absolute;
  top: 100px;
  left: -100px;
  z-index: -10;
  opacity: 0.1;
}

#centered
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#scroll-dots-container
{
  position: absolute;
  bottom: 50px;
  left: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-dot
{
  background-color: grey;
  width:10px;
  height:10px;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer;
}

#bag-preview
{
  position: relative;
  width: 100%;
  height: 750px;
}

#bag
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#visual-container
{
  width: 256px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0px);
  text-align: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

#visual
{
  width: 256px;
  height: 0px;
  background: #e5feff;
  overflow: hidden;
}



#protein
{
  background-color: #c9c0b6;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  height: 0px;
}

#vanilla
{
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  height: 0px;
  background-color: white;
}

#sweetner
{
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  height: 0px;
  background-color: #7aadd4;
}

.activedot
{
  background-color: white;
}

.heightshort
{
  height: auto;
}

.heightmed
{
  height: auto;
}

.heightlar
{
  height: auto;
}

.heightxlar
{
  height: auto;
}

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  .heightshort
  {
    height: 500px;
  }

  .heightmed
  {
    height: 600px;
  }

  .heightlar
  {
    height: 750px;
  }

  .heightxlar
  {
    height: 850px;
  }
}

#yellow-btn
{
  width: 300px;
  height: 55px;
  background-color: #F5A800;
  border: 0;
  margin: 40px 0px;
}

#yellow-btn-sml
{
  width: 200px;
  height: 40px;
  background-color: #F5A800;
  border: 0;
  margin: 20px 0px;
}

#standard-btn
{
  width: 300px;
  height: 55px;
  border: 0;
  margin: 50px 0px;
}

#product-container-header
{
  text-align: center;
  padding: 50px;
  width: 500px;
  margin: 0 auto;
}

#product-container-header h2
{
  font-size: 24px;
  margin: 0;
}

#product-container-header h1
{
  font-size: 40px;
}

#product-grid
{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#product-cell
{
  margin: 50px;
}

#product-cell h1
{
  font-size: 24px;
}

#product-cell h2
{
  font-size: 16px;
}

#standard-block
{
  text-align: center;
  padding: 75px;
}

#large-text-div
{
  text-align: left;
  width: 70%;
  margin: 200px auto;
}

#large-text-div h2
{
  text-decoration: underline;
}

#large-text-div a
{
  text-decoration: underline;
}

#the-404-container
{
  width: 100%;
  text-align: center;
}

#the-404-sub-container
{
  width: 400px;
  height: 400px;
  margin: 200px auto;
  text-align: center;
}

#the-404-sub-container h1
{
  font-size: 72px;
}

#the-404-sub-container h2
{
  font-size: 22px;
  font-family: neusa-next-std, sans-serif;
  font-weight: 400;
  font-style: italic;
}

#the-404-centered a
{
  font-size: 20px;
  margin-top: 200px;
}

#the-404-centered
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/**************************************/
/*     contact     */
/*************************************/

#map
{
  display: block;
  width: 400px;
  height: 250px;
  margin: 0;
  min-width: 300px;
}

input.contact-input
{
  display: block;
  padding: 10px;
  height: 35px;
  width: 100%;
  border: 2px solid #00263B;
  margin: 10px 0;
  color: black;
  background-color: #CFD1D4;
}

textarea.contact-input-message
{
  width: 100%;
  height: 100px;
  padding: 15px;
  border: 2px solid #00263B;
  color: black;
  background-color: #CFD1D4;
}

/**************************************/
/*     FOOTER     */
/*************************************/
footer
{
  display: block;
  text-align: center;
  background-color: #00263B;
  padding: 50px;
}

#footer-section
{
  text-align: center;
  border-bottom: 1px solid white;
}

#footer-section-last
{
  text-align: center;
  border: none;
}

#footer-section a.block, #footer-section-last a.block
{
  display: block;
  margin: 20px 0px;
  text-decoration: none;
  font-family: neusa-next-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

#social-container
{
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#social-container a
{
  margin: 15px;
}

#footer-section a:hover, #footer-section-last a:hover
{
  color: #F5A800;
}



/* For Desktop */
@media only screen and (min-width: 1024px)
{
  #map
  {
    display: block;
    width: 500px;
    height: 300px;
    margin: 0;
    min-width: 300px;
  }

  footer
  {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00263B;
    height: 250px;
    background-color: #00263b;
  }

  #footer-section
  {
    text-align: left;
    border: none;
    margin-right: 150px;
  }

  #footer-section-last
  {
    text-align: left;
    border: none;
  }

  #footer-section a.block, #footer-section-last a.block, 
  {
    display: block;
    margin: 20px 0px;
    text-decoration: none;
    font-family: neusa-next-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }

  #social-container
  {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #social-container a
  {
    margin: 0px 15px 15px 0px;
  }

  #large-text-div
  {
    text-align: left;
    width: 70%;
    margin: 200px auto;
  }

  #the-404-centered h1
  {
    font-size: 72px;
  }

  #the-404-centered h2
  {
    font-size: 40px;

    font-family: neusa-next-std, sans-serif;
    font-weight: 400;
    font-style: italic;
  }

  #the-404-sub-container img
  {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #the-404-centered a
  {
    font-size: 20px;
    margin-top: 200px;
  }

  #the-404-centered
  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}