@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

:root{

    --background-color: #FFFFFF;

    --secondarybg-color:rgba(168, 168, 168, 0.2);

    --primary-text-color: #333333;

    --secondary-text-color: #8A8A8A;

    --buttonnav-color: #00C5B4;

    --secodary-color: #78F0E6;

    --trasnparent-background:#00c5b4a3;

    --div-bg-color:rgba(120, 240, 230, 0.4);



}



/* @import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap'); */



html{

    font-family: 'Red Hat Display', sans-serif;

    padding: 0px;

    margin: 0px;

}





/* body {

    width: 100%;

    height: 100vh;

    background: var(--background-color);

    color: var(--primary-text-color);

    font-family: 'Red Hat Display', sans-serif;

    font-size: 16px;

    font-style: normal;

    font-weight: 700;

    line-height: 21px;

    letter-spacing: 0em;

    text-align: left;

    padding: 0px;

    overflow-x: hidden; gets rid of horizontal scroll

    overflow-y:scroll;

    margin: 0px;

    padding: 0px;

    

   } */

   body {

	font-family: 'Red Hat Display', sans-serif;

	font-size: 16px;

	color: #000000;

  	margin: 0px;

}



/* header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    background:rgb(245, 241, 241);

    padding: 0.8em 4em;

}

.logo {

    display: flex;

    align-items: center;

}

 .logo img {

    width:30px;

}

 .logo h2 {

    display: inline-block;

    font-size: 18px;

    padding-left: 8px;

    text-decoration: none;

}

a {

    color: #000000;

    text-decoration: none;

    margin: 0 0 0 32px;

    transition: color 0.5s;

    font-family: 'Red Hat Display', sans-serif;

    padding: 3px;

  }

  a:hover, a.selected {

    background-color: #00c5b4;

    color: white;

  }

a.selected, a {

    font-family: 'Red Hat Display', sans-serif;

    border-radius: 7px;

    padding: 10px;

    font-size: 16px;

    font-weight: bold;

}



div.a {

    font-weight: bold;

}

 */


header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:rgb(245, 241, 241);
    padding: 0.8em 4em;
  }
  .logo {
    display: flex;
    align-items: center;
  }
  .logo h2 {
      text-decoration: none;
  }
  .dropdown {
    display: none;
  }
  .navbar {
    display: none;
  }
  img{
    width:30px;
  }
  h2{
    display: inline-block;
    font-size: 18px;
    padding-left: 8px;
  
  }
  
  a {
    color: #000000;
    text-decoration: none;
    margin: 0 0 0 32px;
    transition: color 0.5s;
    font-family: 'Red Hat Display', sans-serif;
    padding: 3px;
  }
  /* .no-dropdown a {
     font-weight: bold;
  } */
  a:hover, a.selected {
    background-color: #00c5b4;
    color: white;
  }
  a.selected, a {
    border-radius: 7px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
  }
/* END OF HEADER */





   div.header-container{
      background-image: url(images/about-us-images/about.svg);
      position: relative;
      max-width: 100%;
      height: 500px;
      background-repeat: no-repeat;
      background-size: cover;      
   }

 

   div.about-content{

      background-color: var(--trasnparent-background);

      /* height: 340px; */

      color: var(--background-color);

      border-radius: 15px;

      padding: 30px;

      width: 48% !important;
      text-align: center;
      position: absolute;
      top:50%;
      left: 70%;
      transform: translate(-50%, -50%);
   }

   img#bg-image{

      width: 98%;

      height: 900px;

      display: flex;

      flex-direction: row;

      justify-content: center;

      align-items: center;

  }

  div.mission-statement{

     color: var(--primary-text-color);

     display: flex;

     flex-direction: column;

     justify-content: center;

     align-items: center;

     padding: 0px 20px;

     font-size: 18px;

     

  }

  h2 {

    text-decoration: underline;

    text-decoration-thickness: 5px;

    text-decoration-color: #00C5B4;

  }

   p.mission-statement{

       text-align: center;

   }

  div.sv{

     display: flex;

     flex-direction: column;

     flex-wrap: nowrap;

     justify-content: center;

     align-items: center;

     padding: 15px 20px;

     background-color: var(--div-bg-color);

     

  }

  div.service-img{

   display: flex;

   flex-direction: row;

   justify-content: space-evenly;

  }

  img.service-img{

     width: 296px;

     height: 205px;

  }

  h2#services-heading{

      align-self:unset;

      /* padding-left: 8%; */

      margin-bottom: 15px;

  }

 ul.services-container{

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
 }

 li.services-flex{

     display: flex;

     flex-direction: column;

     justify-content: center;

     align-items: center;

     font-size: 21px;

     margin-bottom: 15px;

     margin-right: 30px;

 }

  

 li#primary{

     position: relative;

     right: 40%;

 }

li#dentistry{

    position: relative;

    right: 20%;

}

li#pediactrics{

    position: relative;

    left:10%;

}

div#values{

    background-color: var(--secondarybg-color);

}



div#values-and-images{

    display: flex;

    flex-direction: column;

    justify-content: space-evenly;

}

img#value-logo{

    width: 50%;

    height: 50%;

    margin-left: 30%;

    margin-top: 15px;

}



ul.list-values{

    display: flex;

    flex-direction: column;

    align-items:center;

    justify-content: center;

    font-size: 21px;

    align-self: center;
    padding: 0em;

}



/* #value-1{

    line-height: 2;

} */

li.list-values{
    text-align: center;
    margin: 1.5em;
}
#founder-container {
    margin: 3em 0em;
    text-align: center;
}

div.our-founder{

    display: flex;

    justify-content: center;
    
    align-items: center;

}

h2#h2founder{
    padding-bottom: 2em;
    margin: 0;
}



img#founder-img{

    width: 50%;

    height: 50%;

}

p.our-founder{

    text-align: center;

    padding: 8px 15px;

}




div.our-team-container{
    text-align: center;
    background-color: var(--secondarybg-color);
}

div.our-team{

    display: flex;

    justify-content: center;

    align-items: center;

}

h2.our-team{
    padding: 2em;
}

img#our-team-img{

    width: 50%;

    height: 50%;

}

p.our-team{

    text-align: center;

    padding: 10px 15px;

}



h2.Newsletter{

    text-decoration: none;

    text-align: center;

    padding: 10px 0 8px 0;

}



div.Newsletter{

    display:flex;

    flex-direction: column;

    justify-content: space-between;

    align-items: center;

    margin:15px 0 15px 0;

}

div#email-sign-up{

    display: flex;

    flex-direction: column;

    justify-content: space-evenly;

    align-content: center;

    padding: 10px;

}





input.user-input{

    width: 16em;

    border: 1px solid #C4C4C4;

    box-sizing: border-box;

    border-radius: 5px;

    background-color: #F9F9F9;

    font-family: 'Red Hat Display', sans-serif;

    padding:8px 0 8px 8px;    

}

input#sign-up-btn{

    height: 2em;

    width: 8em;

    border-radius: 5px;

    background-color: var(--buttonnav-color);

    font-weight: bold;

    box-sizing: border-box;

}

#sign-up-btn:hover {

    background-color:rgb(178, 240, 226);

  }

input{

    border-style: none;

    border-radius: 4px;

    font-size: 16px;

}



div.location-disclaimer{

    background-color: var(--secodary-color);

    display: flex;

    flex-wrap: nowrap;

    flex-direction: column;

    justify-content: space-evenly;

    align-items: center;

}

ul.address-disclaimer{

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    align-items: center;

    text-align: center;

}

img#logo-disclaimer{

    height: 75px;

    width: 75px;

}

ul.map-copyright{

    display: flex;

    flex-direction: column;

    position: relative;

    right: 20%;

    font-size: 16px;

    font-weight: normal;

}

h2#news-letter{

    font-size: 24px;

   /* text-decoration: underline var(--buttonnav-color) 6px; */

   padding-left: 10px;

}

ul#footer-menu1{

    display: flex;

    flex-direction: column;

    align-items: center;

    padding:0px;

    line-height: 1.5;

}

ul#footer-menu2{

    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 0px;

    line-height: 1.5;

}

a {

    font-size: 16px;

    text-decoration: none;

    /* color: var(--primary-text-color); */

    color: #000000;



}   



/* h2{

   font-size: 28px;

   text-decoration: underline var(--buttonnav-color) 6px;

} */



p{

    line-height: 2.5;

    font-size: 16px;

}

 

ul{

   list-style-type: none;

}

li

{

    list-style: none;

}

.section-bottom {

    margin-top: 100px;

    display: flex;

    flex-direction: row;

    align-items: center;

    justify-content: space-between;

    margin-right: 100px;

    width:100%;

    font-size: 18px; 

    /* background-color: lightgray; */

    background:rgb(245, 241, 241);

  }

  

  .section-bottom .logo{

    /* margin-left:10px;

    margin-right:140px; */

    display: flex;

    

  }

  

  .section-bottom .empr-logo {

    width: 30px;

    margin-left: 30px;

  }



  .logo h3 {

    margin-left: 10px;

    font-size: 20px;

  }

  .section-bottom .last {

    display: flex;

    /* width: 24%; */

    align-items: center;

  }

  .section-bottom p {
    line-height:1.2;
 
}

  footer {

    display: inline-block;

    padding:30px;

    background-color:#78F0E6;

    height:295px;

    display:grid;

    grid-template-columns:1fr 1fr 1fr 1fr;

    grid-template-rows: 1fr;

    /* line-height: 1.5; */

   }

   .footer1 img{

       width:60px;

   }

   footer a {

     margin: 0px;

     padding: 0px;

     font-size: 16px;

     font-weight: normal;

     line-height: 2.5;

   }

   

   .footer1 p {

       font-size: 16px;

       line-height: 1;

   }

  

   .footer2, .footer3, .footer4 {

     padding-top: 11px;

   }

   #footer-links {

    background-color:#78F0E6;

    color: #000000;

   }

  #footer-links:hover {

    cursor:pointer;

    transition:0.2s;

    font-weight: bold;

   }

   

   

   footer .footer3 p:hover{

       cursor:pointer;

       transition:0.2s;

       font-weight: bold;

   }

   

   footer .footer4 p:hover{

       cursor:pointer;

       transition:0.2s;

       font-weight: bold;

   }

  



/*Mobile Nave Bar Design*/

@media screen and (max-width:780px){

    html,body {

        margin:0;

        padding:0;

        overflow-x:hidden;

    }

    
    header {  
        display: flex;
        width: 100%;
        margin-left: 0px;
        justify-content: space-around;
        align-items: center;
        padding: 0.8em 0em;
      }
      header .dropdown {
       display: inline;
     }
     header .no-dropdown {
       display: none;
     }
     .navbar {
       display: block;
       margin: -17px;
     }
   /* Dropdown content (hidden by default) */
   .dropdown-content {
     display: none;
     position: absolute;
     width: 100%;
     /* height: 320px; */
     font-size: 22px;
     font-weight: none;
     border-radius: 15px;
     background-color: #fff;
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     z-index: 1;
     left: 0;
   }
   /* Links inside the dropdown */
   .dropdown-content a {
     float: none;
     color: black;
     padding: 16px 8px;
     text-decoration: none;
     display: block;
     /* text-align: center; */
     margin-left: auto;
     margin-right: auto;
   }
   
   /* Show the dropdown menu on hover */
   .dropdown:hover .dropdown-content {
     display: block;
   }
   
   
      /* The dropdown container */
   .dropdown {
     float: left;
     overflow: hidden;
   }
   
   /* Dropdown button */
   .dropdown .dropbtn {
     border: none;
     outline: none;
     background-color: inherit;
   }
   
   /* Add a background color to navbar links on hover */
   .navbar a:hover {
     background-color: #00c5b4;
   }
   
      header h2{
          /* margin-left: 10px;
          margin-right: 0px;
          margin-top: 28px;
          margin-bottom: auto; */
   
          font-size: 16px;
      }
    
      header a {
         display: block;
          width:fit-content;
          text-decoration: none;
          margin: 10px;
          padding: 0px;
          margin-top: 10px;
      }
      div.about-content {
          height: auto;
          width: 100% !important;
          padding: 0em;
          transform: none;
          top: 5%;
          left: 0%;
          right: 0%;
      }
      div.our-founder, div.our-team {
        flex-direction: column;
      }
    .section-bottom {

        display: inline-block;

        margin-top: 20px;

        width: 100%;

      } 

      .section-bottom p {

        font-size: 16px;

        margin-left: 5%;

      }

      .section-bottom .last {

        width: 103%;

      }

    footer {

        display: inline-block;

        width: 100%;

        height: 100%;

      }

      #footer-links:hover {

        cursor:pointer;

        transition:0.2s;

        font-weight: bold;

       }

}



.footer{

    background-color: rgb(177, 245, 238);

    color: #009578;

  

}



.footer .footer-top {

    background: rgb(245, 243, 243);

    width: 100%;

}



.footer-top{

    margin-top: 100px;

    display: flex;

    flex-direction: row;

    align-content: center;

    justify-content: center;

    text-align: center;

    color: black;

    font-size: 25px;

    

}

div.logo-bottom{

    display: flex;

    flex-direction: row;

    justify-content: center;

}







img.bottom-logo1{

    height: 45%;

    width: 45%;

    padding: 21px 15px;

    align-self: center;

}

logo-bottom, .img{

    display:flex;

    align-items: center;

}

.top-text{

    font-size: 30px;

}

.socials{

    padding-left: 40px;

    padding-top: 36px;   

    display: flex;

    flex-direction: row;

    align-items: center;

    padding-top: 1%;

}

div.footer-content{

    padding: 0 20px;

    border:none;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

}

.footer-section-about{

   

    padding-top: 1em;

}



.contact-address{

    color: black;

    font-size: 20px;

}

.footer .footer-content .footer-section .footer-section2{

flex: 1;

}



.footer-section-links, .footer-section-links2{

    list-style-type: none;

    

    padding-top: 2em;

    font-size: 16px;

}



.footer-section-links3{

    list-style-type:none;

    padding-left: 4em;

    padding-top: 2em;

    font-size: 30px;

}

#footer-links:hover {

    cursor:pointer;

    transition:0.2s;

    font-weight: bold;

   }
