@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");

body {
    font-family: "Nunito", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
 }

#navFont {
    font-size: 120%;
}

.actiVe {
    display: inline-block;
    border-bottom: 2px solid rgba(102, 107, 102, 0.554);
    margin-bottom: auto;
}

ul {
    list-style: none;
}

@media screen and (max-width: 650px) {
    .carousel-inner .carousel-item {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .actiVe {
        display: inline-block;
        border-bottom: 2px solid rgba(102, 107, 102, 0.554);
        margin-bottom: auto;
        max-width: 88px;
    }
}

@media screen and (max-width: 575px) {
    .photo-gallery img {
        width: 70%;
        margin-left: 16%;
    }
}