body {
    font-family: 'Syne', josefin sans; 
    justify-content: center;
    align-items: center;
    height: 100vh;

        }
    
    .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    
    .image-container {
      text-align: center;
      width: 100%;
    }
    
    .links-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

    .log-in-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
    .form-group {
    margin-bottom: 15px;
  }

   .form-group label {
    display: block;
    margin-bottom: 5px;
  }

  .form-group input {
    width: 60%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .form-group button {
    width: 50%;
    padding: 10px;
    background-color: #49aed6;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .error-message {
    color: red;
    text-align: center;
    margin-top: 10px;
  }
  .login-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
  }

  .login-links {
    text-align: center;
    margin-top: 10px;
  }

  .login-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #49aed6;
  }
  .login-links a:hover{
    text-decoration: underline;
  }
  .signup-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 100vh;
  }
  .signup-container h2 {
    text-align: center;
  }
  .signup-form-group {
    margin-bottom: 5px;
    width: 100% !important ;
    margin-top: 5px;
  }
  .signup-label {
    display: block;
    font-weight: bold;
  }
  .signup-input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  .signup-button {
    width: 40%;
    padding: 10px;
    background: black;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .signup-button:hover {
    background: rgb(73, 174, 214);
  }
  .singup-heading{
    text-align: center !important ;
    text-decoration: #49aed6 ;
  }
  .reset-button {
    width: 40%;
    padding: 10px;
    background: black;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .reset-button:hover {
    background: rgb(73, 174, 214);
  }
  .reset-input {
    width: 60%;
    padding: 12px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
.about-header {
background-color: #666;
padding: 30px;
text-align: center;
font-size: 35px;
color: white;
}

/* Create two columns/boxes that floats next to each other */
.nav-about {
float: left;
width: 50%;
height: 100%; /* only for demonstration, should be removed */
background: white;
padding: 20px;
}

/* Style the list inside the menu */
.nav-about ul {
list-style-type: none;
padding: 0;
}

.about-us-article {
float: right;
padding: 20px;
width: 60%;
background-color: #49aed6;
height: 100%; 
}

.about-us-section::after {
display: table;
clear: both;
}


/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
.nav-about, about-us-article {
  width: 40%;
  height: auto;
}
}
.about-logo{
width: 80px;
height: 80px;
}

/* Add a black background color to the top navigation bar */
.topnav {
overflow: hidden;
background-color: #e9e9e9;
}

/* Style the links inside the navigation bar */
.topnav a {
float: right;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
background-color: #2196F3;
color: white;
}


@media screen and (max-width: 600px) {
.topnav a, .topnav input[type=text] {
  float: none;
  display: block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 14px;
}
.topnav input[type=text] {
  border: 1px solid #ccc;
}
}
/*---------------------------------------
ABOUT              
-----------------------------------------*/
.about-section {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.about-image {
border-radius: var(--border-radius-medium);
display: block;
width: 350px;
height: 400px;
object-fit: cover;
}

.custom-text-block {
padding: 60px 40px;
}
.about-pic{
height: 200px !important;
width: 200px !important;
}
.w3-hover-sepia{
padding-top: 25px;
}
.pricing-section{
padding-top: 30px;
}
.contact-button{
justify-items: center;
}
.contact-us-sec{
width: 70%;
}


@media (max-width: 600px) {
  .company {
      flex-wrap: wrap; 
  }
  .company img {
      max-width: 120px; 
      margin-bottom: 15px; 
  }
}

/* Container for the entire signup form */
.seller-signup-container {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 400px;
}

/* Heading of the signup form */
.seller-signup-heading {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

/* Individual form group containing label and input */
.seller-signup-form-group {
  margin-bottom: 15px;
}

/* Label for form inputs */
.seller-signup-label {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-size: 0.9em;
}

/* Text, email, and password input fields */
.seller-signup-input[type="text"],
.seller-signup-input[type="email"],
.seller-signup-input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
}

/* Submit button */
.seller-signup-button[type="submit"] {
  background-color: #5cb85c;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.seller-signup-button[type="submit"]:hover {
  background-color: #4cae4c;
}

/* Container for error messages */
.seller-signup-error-container {
  color: red;
  margin-top: 10px;
  text-align: center;
  font-size: 0.9em;
}

/* Container for success messages */
.seller-signup-success-container {
  color: green;
  margin-top: 10px;
  text-align: center;
  font-size: 0.9em;
}


