@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar, footer {
    font-family: Poppins, sans-serif;
    background-color: #a4d7e1;
    color: #014c64;
}
.navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    background-color: #a4d7e1;
    padding: 10px;
    list-style: none;
}
.navbar-brand, .navbar-banner {
    height: auto;
    margin: 0;
    padding: 0;
}
.navbar-brand img {
    max-width: 50%;
    width: 40vw;
    height: auto;
}
.navbar-banner {
    max-width: 100%;
}
.navbar .nav-link, .navbar-nav .nav-link.active, .navbar-brand  {
    color: #014c64;
}
.nav-link {
    white-space: nowrap;
}
.navbar-nav .nav-link.active {
    font-weight: bold;
}
.navbar .nav-link:hover, .navbar-brand:hover {
    color: #002f3e;
}
.navbar, header, footer {
    width: 100vw;
    min-width: 100%;
}
body {
    font-family: Poppins, sans-serif;
    color: #333;
    background-color: #f0f8f8;
}
html, body {
    overflow-x: auto;
}
header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #fff;
}
.team-photo { 
    border: 1px solid #a0d0d0;
    max-width: 1600px;
}
.card {
    background-color: #ffffff;
    border: 1px solid #a0d0d0;
    margin-bottom: 20px;
}
.modal-content {
    border: 3px solid rgb(57, 135, 161);
}
.theme-btn {
    background-color: #a4d7e1;
    color: #002f3e;
    border: 1px solid #002f3e;
}
.theme-btn:hover {
    background-color: #c0e0e0;
    color: #002f3e;
    border: 1px solid #002f3e;
}
.up-arrow {
    color: #002f3e;
}
a {
    color: #002f3e;
}
a:active {
    color: #002f3e;
}
a:visited{
    color: #002f3e;
}
a:hover {
    color: #014c64;
}
.team .profile-dropdown {
    width: 300px;
}
.team .profile, .welcome {
    width: 300px;
}
.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
}
#doctor-select {
  background-color: #f0f8f8;
  border: 1px solid #a0d0d0;
  border-radius: 0.5rem;
  box-shadow: none;
  padding-left: 0.5rem;
}
/*team member profile cards*/
.profile-card {
    width: 300px;
    border-radius: 8px;
    transition: border 0.5s ease;
}
.profile-card:hover {
    cursor: pointer;
}
.card-text.team-accolades {
  font-size: x-small;
}
.modal-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    height: auto;
}
.active-border {
    border: 3px solid rgb(57, 135, 161);
}
/*anaesthesia information video*/ 
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.powered-by {
    height:16px;
    vertical-align:middle;
    opacity:0.6;
}
footer p {
    margin: 0.25rem 0;
    line-height: 1.3;
}