/* HOME PAGE*/

body, html {
  height: 100%;
  
}
.main {
overflow: auto;
}

/* The hero image */
.hero-image {
background-image: url("imageAssets/bbimage1.png");
width: 100vw;
height: 100vh; 
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
background-size: cover;
margin-bottom: auto;
box-shadow: #000;

/* background-attachment: fixed; */
}


/* Place text in the middle of the image */
.hero-text {
text-align: left;
position: relative;
top: 50%;
left: 60%;
transform: translate(-50%, -50%);
}

/* MAIN TEXT */ 
#curatedSnacks{
flex-shrink: 0;
color: #4C6044;
font-family: "Source Serif Pro";
font-size: 70px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

#just {
flex-shrink: 0;
color: #4C6044;
font-family: "Source Serif Pro";
font-size: 55px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

#introInfo {
color: #000;
font-family: Georgia;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#cancel {
  color: #000;
  font-family: Georgia;
  font-size: 25px;
  font-style: bold;
  font-weight: 500;
  line-height: normal;
}

/* BUTTON */ 
.button {
background-color: #4c6044;
color:#ffffff;
text-align: center;
padding: 15px 17px;
border-radius: 5px;
border: none;
box-shadow: #000;
font-family: Vilane;
font-size: 25px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 1px;
}

body {
  display: flex;
  flex-direction: column;
  text-align: left; 
  flex-grow: 1;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  overflow-x: hidden;
}

/* scrolling text on homepage 
marquee{
  background-color:#4c6044;
  color:#ffffff;
}
*/

/* Navbar and Footer */
/* nav container */
.nav-content{
  width: 60.3%;
  padding-top: 10px;
}

/* logo in the navbar */
.mainLogo {
  position: fixed;
  height: auto;
  left: 3px;
  width: 195px;
  padding-left: 35px;
}

/* nav bar */
.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FBF6F2;
  padding: 1rem 6%;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.navbar a {
font-size: 1rem;
padding: 0 1.2rem;
color: #040604;
overflow: auto;
font-family: Vilane;
font-size: 18px;
font-style: normal;
line-height: normal;
word-spacing: 2px;
letter-spacing: 1px;
text-decoration: none;
text-align: center;
}

.navbar a:hover {
  color: var(#4c6044);
  transform: scale(1.2);
}

/* header icons */
.profile-icons{
  text-align: right;
  padding: 0;
}
.profile-icons li{
  display: inline-block;
  text-align: right;
  padding: 5px;
  padding: 5px;
}
.profile-icons i{
  color: #000;
  font-size: 25px;
  margin-right: 15px;
}

a{
  text-decoration: none;
}

a:hover{
  color: #4c6044;
}

.profile-icons i:hover{
  color: #4c6044;
}


/* footer */
*{
  margin: 0;
  padding: 0;
  
}
footer{
  background: #F9F0E9;
  padding-top: 30px;
  margin-top: auto;
  bottom: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
 
}

.container {
  width: auto;
  margin: auto;
  display: flex;
}
.footer-content{
  width: 60.3%;
}
.footer-text {
  font-size: 25px;
  margin-bottom: 15px;
  color: #000;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-top: 8px;
}

.footer-text2 {
  color: #000;
  margin-bottom: 15px;
  font-family: "Source Serif Pro";
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
}

/* vertical line in footer */
.vertical {
  border-left: 2px solid #4c6044;
  height: 150px;
  position: absolute;
  left: 50%;
}

.footer-content ul{
  text-align: center;
}

/*faq etc*/
.list{
  padding: 0;
}

.list li{
width: auto;
list-style-type:none;
padding: 8px;
color: #000;
font-weight: 400;
line-height: normal;
text-align: left;
  
}

.list li a{
  font-family: Georgia;
  font-size: 15px;
  padding-top: 20px;
  position: relative;
  text-decoration: none;
  color: black;
}

.list li a:hover{
  color: #4c6044;
  transform: scale(1.8);
}

/* socials and email */ 
.social-icons{
  text-align: center;
  padding: 0;
}
.social-icons li{
  display: inline-block;
  padding: 5px;
}
.social-icons i{
  color: #000;
  font-size: 45px;
  padding: 2px;
  text-align: center;
}
a{
  text-decoration: none;
}
a:hover{
  color: #4c6044;
}
.social-icons i:hover{
  color: #4c6044;
}

/* copyright */ 
.bottom-bar{
  background: #F9F0E9;
  text-align: center;
  padding: 10px 0;
  margin-top: 50px;
 border-top: 3px, black;
}
.bottom-bar p{
  color: BLACK;
  margin: 0;
  font-size: 16px;
  padding: 2px;
  font-family: Georgia;

}


/* Tell Us More page */
.tellusbg {
  background-color: #FBF6F2;
}
/* Big container */
.bigContainer{
  max-width: 800px;
  margin: 0 auto;
}

/* Title*/
#tellUsMore{
  width: 400px;
  height: 103px;
  flex-shrink: 0;
  color: #4C6044;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Source Serif Pro";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-left: 200px;
  margin-top: 100px;
}

/* Have account subtitle */
.haveAccount{
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #75975E;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-align: center;
}

/* Required */
.required{
  color: #EA2929;
  font-family: Georgia;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 10px;
}

/* Form Container */
.formContainer{
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Label Styling */
.label{
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Label Typography */
.labelTypography{
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Input Grid Container */
.inputGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin: 20px;
}

/* Form Boxes */
#expectedDue, #trimesterOne, #trimesterTwo, #trimesterThree{
  width: 349px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 7px;
  border: 2px solid #4C6044;
  background: #FBF6F2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Dietary Box */
#dietary{
  width: 779px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 7px;
  border: 2px solid #4C6044;
  background: #FBF6F2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Disclaimer Info */
.disclaimerInfo{
  width: 810px;
  color: #000;
  font-family: Georgia;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-left: 130px;
}

/* Submit Button */
.submit{
  width: 352px;
  height: 82px;
  flex-shrink: 0;
  border-radius: 7px;
  background: #4C6044;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 236px;
  height: 59px;
  flex-shrink: 0;
  color: #FFF;
  font-family: Vilane;
  font-size: 38px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-top: 20px;
}

#submitFormButton{ 
  width: 352px;
  height: 82px;
  flex-shrink: 0;
  border-radius: 7px;
  background: #4C6044;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 236px;
  height: 59px;
  flex-shrink: 0;
  color: #FFF;
  font-family: Vilane;
  font-size: 38px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-top: 20px;
}

/* Disclaimer Info */
.disclaimerInfo{
  width: 800px;
  color: #000;
  font-family: Georgia;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 100px;
  
}


/*red astrick for tell us more page*/
.expectedBox label::after {
  content: " *";
  color: red;
}


  