 body {
      font-family: Georgia, serif;
    
    font-size:18px;
      color: #333;
      line-height: 1.8;
      margin: 0;
      padding: 0;
      background-color: #E9E4E0;
    }

    main {
 
      padding-left: 75px;
      padding-right: 75px;
      max-width: 600px;
    }

    h2{
      text-align: center;
      font-weight:normal;
    }

    header {

      padding: 20px;
    text-align: center;
    
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #EDE1D1;
    background-color:#ffffff;
}
    
      
     
    
      
    

 
	  
	  .header-siteName {
    font-family: "Cormorant Upright", serif;
  color:#010101;
  font-size:14px;
}



    header h1 {
      
      margin-bottom: 10px;
      font-weight: 700;
      
      color: #010101;
		font-family: "Cormorant Upright", serif;
   
    }

    header p {
      font-size: 20px;
      font-weight:bold;
      color:#555;
      
    }


 

    #welcomeMessage{}

    h1{font-family: Georgia, serif;  color: #705D70; font-size:28px; text-align: center;}




   .ga h1 {
      font-size: 28px; /* roughly 28px */
      font-family: Georgia, serif;
      font-weight: 700;
   }
   
   .ga h2 {
      font-size: 1.5rem; /* roughly 24px */
      font-family: Georgia, serif;
   }
   
  .ga h3 {
      font-size: 1.25rem; /* roughly 20px */
      font-family: Georgia, serif;
   }
   
   
  .ga p {
      font-size: 18px; /* roughly 16px */
      font-family: Georgia, serif;
      text-align:center;
   }

    

    section {
      
      margin-bottom: 40px;
    }

   aside h2{  font-size: 16px; font-weight:800;font-family: Georgia, serif;color:#555;}

   aside p{  font-size: 16px; }

   #emailModal h2{}

   #emailModal {display: none;}

   #disqus_thread {display: none!important;}

    section h2 {
      font-size: 22px;
      font-weight: 600; /* Softer headers */
      line-height: 1.5;
     
      color: #a67c5b;
      margin-bottom: 15px;
		
    }

    section p {
      
      margin-bottom: 25px;
      color:#5b5751;
      text-align:center;
     
    }

   
    
    section p {
      font-size: 18px;
      line-height: 1.6;
      color: #333; /* Softer font color */
    }

    #yesChoice{display:none;}

  

    footer {
      text-align: center;
      padding: 20px;
      font-size: 14px;
      margin-top:80px;
      background-color:#3F5A68; color:#ffffff;
    }

   

   header img {
     
      width: 50px;
      height: 50px;
     
  }

    /* Grid Layout */
.container {
  margin-top:20px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 20px;
  padding: 15px;
  background-color: white;
  margin:10px;
  border-radius:5px; 
  
  margin-bottom: 10px;
}

.left, .right {
 
  margin: 0px 20px;
  padding: 10px 20px;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); */
}

.gwc_container {

  max-width: 400px;
 padding-left:15px;
 padding-right:15px;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 
}

.gwc_container p {

  font-size:16px;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 font-family:'Raleway';
 
}

.category {
 
  
  border-radius: 10px;

  transition: background-color 0.3s ease;
  text-align:center;
}

.category:hover {
 
}
.category img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.category-title {
  color:#a67c5b;
 
  margin-bottom: 10px;
  
  font-weight:bold;
}
.category-description {
  font-size: 18px;
  
}
@media (max-width: 768px) {
  .gwc_container {
    grid-template-columns: 1fr;
  }
}

.site-body{max-width:1400px; margin-right:auto;margin-left:auto; margin-top: 50px;}



.short-border {
  width: 50%; /* Adjust as needed */
  border: 0;
  border-bottom: 2px solid #cdc8b8; /* Border color */
  margin: 10px auto;
}

@media (max-width: 600px) {
  .left, .right {
    padding: 5px 10px; /* Reduce padding on smaller screens */
    margin-top: 20px; /* Adjust margin if needed */
  }

  .category {
    padding: 10px; /* Reduce padding for category boxes */
  }

  main {
    padding-left: 20px; /* Reduce padding on the sides */
    padding-right: 20px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr;
  }

  .right {
    order: -1;
  }

  .left {
    order: 1;
  }
}
.icon_mix{ 
  color: #e0e9e4; text-shadow: 2px 2px 5px #705D70; padding:5px; font-size:24px;
}


	  #userEmail{
		  
		   width: inherit;
      padding: 12px;
      border: 1px solid #DEC6B3;
      border-radius: 5px;
      margin-top: 10px;
      font-size: 16px;
      transition: border-color 0.3s;
	  }


	   #userEmail:focus {
      border-color: #705D70;
      outline: none;
    }
	  
     #submitEmail, #submitName, #skipButton, #yesButton {
  
  margin-top: 10px;
  padding: 10px 20px;
  padding: 10px 20px;
  background-color: #d1ad6d;
  color: white;
  border: none;
  border-radius: 5px;
  text-decoration: none; 
  display: inline-block;
    }

    

/* Hover effect for the buttons */
#submitName:hover, #skipButton:hover, #submitEmail:hover, #yesButton:hover {
  background: linear-gradient(90deg, #b89454, #d1ad6d);
}


/* Hides elements with a fade-out transition */
.hidden {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

/* Fades in elements smoothly */
.fade-in {
  opacity: 0; /* Initial state for transition */
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  to {
      opacity: 1;
  }
}


#offerList {
 display:none;
  background-color: #f4f4f9; /* Light background color */
  padding: 20px;
  border-radius: 8px; /* Rounded corners for a smoother look */
 
  
  margin: 20px auto; /* Center the list horizontally */
}

#offerList ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#offerList li {
  display: flex;
  align-items: center;
  padding: 10px 0; /* Add vertical padding between items */
  font-size: 14px;
  font-family: 'Arial', sans-serif; /* Clean, professional font */
  color: #333; /* Dark grey for text */
  transition: background-color 0.3s, transform 0.3s; /* Smooth transitions */
}

#offerList li i {
  margin-right: 15px;
  font-size: 14px; /* Make icons slightly larger */
  color: #705D70; /* Use your branding color for icons */
  transition: color 0.3s; /* Smooth transition for icon color */
}

#offerList li:hover {
 
}

#offerList li:hover i {
 
}


#fnameInput{
  margin-left: auto;
  margin-right: auto;
  padding: 5px;

}

/* Responsive input and label styling */
#fnameInput input {
  padding: 10px;
  border: 1px solid #DEC6B3;
  border-radius: 5px;
  width: inherit;
  max-width: 300px;
  margin-top: 5px;
}



/* Customize h2 styling */
#fnameInput h2 {
  font-size: 22px; font-weight:500;font-family: "Cormorant Upright", serif;
  margin-bottom: 10px;
}

/* Styling for the label */
#fnameInput label {
  font-size: 1rem;
  color: #8C6B5D;
}


#yesChoice input {
  padding: 10px;
  border: 1px solid #DEC6B3;
  border-radius: 5px;
  width: inherit;
  max-width: 300px;
  margin-top: 5px;
}



/* Customize h2 styling */
#yesChoice h2 {
  font-size: 22px; font-weight:500;font-family: "Cormorant Upright", serif;
  margin-bottom: 10px;
}

/* Styling for the label */
#yesChoice  label {
  font-size: 1rem;
  color: #8C6B5D;
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body and HTML setup */
html, body {
  height: 100%; /* Full viewport height */
}

/* Header and footer */
header {
  height: 180px; /* Example height; adjust as needed */
}

footer {
  height: 160px; /* Example height; adjust as needed */
  
  padding: 1em;
  text-align: center;
}

/* Site-body setup */
.site-body {
  min-height: calc(100vh - 340px); /* 100vh minus header and footer height */
  padding: 1em;
 
}