.carousel-item img {
    height: 400px;
}

.carouselText {
    background-color: white;
    border: 3px solid #003965;
    padding: 30px 120px;
}

.fa-star {
    color:#A18B32;
}

.photo {
    height: 265px;
    max-width: 353.33px;
    background-color: #00396551;
}

.modalPhoto {
    width: 60%;
}

.modal-dialog {
    border: solid 2px #003965 !important;
    border-radius: 1%;
}

.modal-header, .modal-footer {
    background-color: #00396551;
}

.list-group>.active {
    background-color: #003965;
    border-color: #003965;
}

.list-group button {
    color: white !important;
}

.list-group button:hover {
    color: #003965 !important;
}
.quicksand {
    font-family: "Quicksand", sans-serif;
}

body {
    color: #003965;
    font-family: "Figtree", sans-serif;
    background-color: #ABBDCB !important;
}

.btn-dark {
    background-color: #A18B32 !important;
}

.nav-link, .form-label {
    color: #003965 !important;
}

.nav-link.active {
    color: #A18B32 !important;
}

.navbar-collapse {
    justify-content: end !important;
}

.servicesList a {
    cursor: pointer;
    margin-bottom: 20px !important;
}
.mobile {
    display: none;
}

.desktop {
    display: block;
}

@media only screen and (max-width: 600px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;;
    }

    .carousel-item img {
        height: 300px;
    }

    .photo {
        height: 225px;
        max-width: 300px;
        background-color: white;
        margin-top: 15px;
    }

    .carouselText {
        padding: 20px 35px;
    }
}
  