#menu a{
  font-size:18px;
  font-weight:bold;
  color: #3f3f3f;
}

#menu button {
  font-size:18px;
  font-weight:bold;
}

#myCarousel {
  height: 75vh; 
}

.carousel-item {
  height: 50vh; 
}

.carousel-item img {
  object-fit: cover; 
  height: 100%; 
  width: 100%; 
}

.custom-bg {
            background-color: #293a52; 
        }

.custom-container {
    width: 100%; 
    margin: 0 auto; 
}

.card {
    min-width: 350px; 
    max-width: 100%; 
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.open-sans-300 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
