

/* @media (max-width: 768px) {
    .nav-links {
        display: none; 
    }

    .hamburger {
        display: flex; 
    }

} */
.logo img {
    max-height: 100px;
    width: auto;
    align-items: center;
    float: center;
    padding-bottom: 20px;
    padding-top: 20px;
}



/* nav {
    background-color: #ffffff;
    color: white;
    padding: 10px;
}


nav ul li a {
    text-decoration: none;
    color: black;
}

nav ul li a:hover {
    text-decoration: underline;
}


.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
} */

/* .nav-links li {
    margin: 0 15px;
} */

/* Styles for hamburger menu */
/* .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
} */

.line {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
}

body {
    background-color: #f5f9f9 ;
    
    /* Additional styling starts below. */
    
    font-family: 'Lexend Deca', sans-serif;
    /* width: 1200px;  */
    width: auto;
    /* height: 1000px; */
    /* margin: auto; */
    color: #2E475D;
  }

  #mission{
    background-color: #26b3ff;
    min-height: 500px;
    width: auto;
    /* margin-bottom: 20px; */
  }

  .layout-choose{
    color: black;
  }



.ChooseUs-content {
    align-content: center;
    color: white;
}

.listcontainer{ 
        display: flex;
        align-items: center;
        
}


.page-section-header .page-section-title {
    font-size: 3em;
    font-family: var(--font-family-sans-serif);
    font-weight: 200;
    color: var(--black);
  }
  
  .page-section-header .page-section-text {
    font-size: 1.2em;
    font-weight: 200;
  }
  
  .layout-media .layout-image {
    height: auto;
    max-width: 500px;
  }
  
  .layout-media .layout-title {
    color: var(--black);
    font-family: var(--font-family-sans-serif);
    font-weight: 200;
    font-size: 1.6em;
  }

  .layout-text {
    background-color: #26b3ff;
    color: white;
    border-radius: 2%;
  }

  .layout-media .media-body{
    background-color: #26b3ff;
    color: white;
    border-radius: 2%;
    height: auto;

  }

/* .DiagnosesList{
    background-color: #26b3ff;
    border-radius: 2%;
    font: sans-serif;
    list-style: inside;
    color: white;
    display: inline-block;
    min-height: 1000;
    line-height: 30px;
}

.DiagnosesImg{
    height: 500px;
    width: auto;
    margin-left: 30px;

} */
.diagnoses-footer{
    margin-top: 1rem;
}

.About{
    background-color: #ffffff;
    color: black;
}
/* #profile{
    float: left;
    height: 300px;
    width: auto;
    padding: 50px;
    border-top-left-radius: 50% 50%; 
    border-top-right-radius: 50% 50%; 
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    border-color: #26b3ff;
  } */
 
  #profile{
    border:3px solid;
    border-color: #26b3ff;
    border-radius:50%;
    width:300px;
    height: 300px;;
    }
    #figure-caption{
        color: black;
    }
.card {
    margin: 0 auto; 
    float: none;  
    margin-bottom: 50px;
    color: black; 
}
#diagnoses{
    justify-content: center;
}


.carousel-inner{
    margin: 0 auto; 
    float: none;  
    margin-bottom: 10px; 
}


.Contact form {
    width: 70%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.Contact form label {
    display: block;
    margin-bottom: 5px;
    color: rgb(0, 0, 0);
}

.Contact form input,
.Contact form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.Contact form button {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}