* {
    font-family: "Roboto", sans-serif;
}


body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    margin: 0px;
}

header {
    display:flex;
    flex-direction: column;
    background-image: url("images/lavender.jpg");
    background-size: 100%;
    min-height: 200px;
    min-width: 1050px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}


.title img {
    /* width: 95%;
    max-height: 250px;
    
    min-height: 100px;
    min-width: 160px; */
    height: auto;
    width: 300px;
    margin: 10px;
}

.banner {
    display:flex;
    flex: auto;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    color: white;
    padding-right: 50px;
  }

.banner a {
    background-color: #9d65e6;
    color: white;
    padding: 16px;
    font-size: 18px;
    border: none;
    border-radius: 12px;
    transition-duration: 0.4s;
}

.banner h1 {
  margin:20px;
}

.banner a:hover {
  background-color: #793fc5;
}

.about-info {
  display: flex;
  flex: auto;
  justify-content: space-around;
  align-items: center;
}

.about-img img {
  max-height: 500px;
  max-width: auto;
  padding-right: 100px;
}

.about {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  padding-left: 20px;
  flex:auto;
}

.about h3 {
  margin:0px;
  padding-top:16px;
}

.about-para p{
  margin-bottom: 0px;
} 

.speciality {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
footer {
    display:flex;
    flex-direction: column;
    flex: auto; 
    max-height: 167px;
    background-color: #88941c;
    color: white;
}


.footerInfo {
    display:flex;
    justify-content: center;
    flex: auto;
    gap:150px;
}

.copyright {
  display: flex;
  justify-content: center;
  background-color: #6d7713;
  padding: 10px 0px 10px 0px;
}




/* Dropdown Button */
.dropbtn {
    background-color: #88941c;
    color: white;
    padding: 16px;
    font-size: 18px;
    border: none;
    
  }

  .dropdown {
  
  }
  
.navigation {
    display:flex;
    gap: 10px; 
    margin: 10px;
    align-items: center;
    flex: none;
}

  /* The container <div> - needed to position the dropdown content */
  .button a{
    background-color: #88941c;
    color: white;
    padding: 16px;
    font-size: 18px;
    border: none;
    
  }
  

 
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}

  /* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
}

a {
    color: white;
    text-decoration: none;
}


/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #a4b31f;}






/* Contact.html unique css */
.contact {
    display: flex;
    justify-content: space-around;
}

.contact-update {
  padding: 16px;
  margin: 0px 25px 0px 50px;
  font-size: 18px;
}

.contact-update div p{
  max-width: 500px;
}

.contact-number {
    font-weight:bold;
}

.contact-fiona {
    padding: 16px;
    margin: 0px 50px 0px 25px;
    font-size: 18px;
}

.contact-fiona div span{
    font-weight:bold;
}

form {
  display: flex;
  flex-direction: column;
  flex: auto;
  min-width: 400px;
  align-items: flex-start;
}

form input{
  padding: 4px;
  min-width: 400px;
  margin: 5px;
  font-size: 16px;
}

form div {
    max-width: 200px;
}

form textarea {
  padding: 4px;
  min-width: 400px;
  margin: 5px;
  font-size: 16px;
}

form button {
    background-color: #9d65e6;
    color: white;
    padding: 12px;
    font-size: 18px;
    border: none;
    border-radius: 12px;
    transition-duration: 0.4s;
}

form button:hover{
    background-color: #793fc5;
}

.form-box {
    display:flex;
    align-items: center;
    font-size: small;
    font-style: italic;
}

/* testimonials.html unique css */
.testimonials {
    display: flex;
    flex-direction: column;
    
    align-items: center;
    max-width: 600px;
    padding: 16px;
    margin: 0px 25px 0px 50px;
    font-size: 18px;
}

.testimonial-content {
    display: flex;
    justify-content: center;
}

/* pricing.html unique css */

.pricing-body {
    display:flex;
    justify-content: center;
}

.pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    padding: 16px;
    margin: 0px 50px 0px 50px;
    font-size: 18px;
}

.pricing-age {
    margin:10px;
}

.pricing-age div div span{
    font-weight: bold;
}

.pricing-appointment div{
    margin: 10px;
}

.pricing-appointment div span{
    font-weight: bold;
}

.pricing-info {
    padding:10px;
    font-style: italic;
}



/* iondine.html unique css */
.iodine-infomation div{
  display: flex;

}

.iodine {
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.iodine-infomation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  margin: 0px 50px 0px 50px;
}

.iodine-testing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
}

.iodine-infomation p{
  max-width: 700px;
  margin: 18px 0px 0px 0px;
}

.iodine-testing h4 {
  margin-bottom: 0px;
  text-decoration: underline;
}

/* gut-fuction.html unique css */

.gut-function {
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.gut-function-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  margin: 0px 50px 0px 50px;
  max-width: 1000px;
}

.gut-function-info span{
  font-weight: bold;
}

/* thyroid.html unique css */

.thyroid {
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.thyroid-info{
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin: 0px 50px 0px 50px;
  max-width: 1000px;
}

.thyroid-info span{
  font-weight: bold;
}
  /* qxci.html unique css */

  .qxci {
    display: flex;
    justify-content: center;
    font-size: 18px;
  }
  
  .qxci-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    margin: 0px 50px 0px 50px;
    max-width: 1000px;
  }
  
  .qxci-info span{
    font-weight: bold;
  }

  /* product.html unique css */

  .product {
    display: flex;
    justify-content: center;
    font-size: 18px;
  }
  
  .product-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    margin: 0px 50px 0px 50px;
    max-width: 800px;
  }
  
  .product-info span{
    font-weight: bold;
  }

  .stocklist {
    display: flex;
    gap:50px;
  }


  /* covid19.html unique css */

  .covid19 {
    display: flex;
    justify-content: center;
    font-size: 18px;
  }
  
  .covid19-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    margin: 0px 50px 0px 50px;
    max-width: 1000px;
  }
  
  .covid19-info span{
    font-weight: bold;
  }

  /* pathology.html unique css */

  .pathology {
    display: flex;
    justify-content: center;
    font-size: 18px;
  }
  
  .pathology-info{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 16px;
    margin: 0px 50px 0px 50px;
    max-width: 800px;
  }
  
  .pathology-info span{
    font-weight: bold;
  }

   /* mineral-testing.html unique css */

   .mineral-testing {
    display: flex;
    justify-content: center;
    font-size: 18px;
  }
  
  .mineral-testing-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    margin: 0px 50px 0px 50px;
    max-width: 800px;
  }
  
  .mineral-testing-info span{
    font-weight: bold;
  }
