body {
    background-color: black;
}

h3 {
    color: white;
}

h5 {
    color: white;
}

.carousel-dimensioning img {
    height: 75vh;
    object-fit: fill;
    width: auto;
}

@media (max-width: 900px) {
    .carousel-dimensioning img {
        object-fit: scale-down;
    }
}

.top-menu {
    border-bottom: 2px rgb(212, 21, 21) solid;
}

.topnav {
    padding: 1% 1% 3%;
}

.topnav-logo {
    width: 50%
}

.topnav-logo-img {
    width: 50%;
}

@media (max-width: 900px) {
    .topnav-logo-img {
        width: 100%;
    }
}

.services-container {
    border-bottom: 2px rgb(212, 21, 21) solid;
    border-top: 2px rgb(212, 21, 21) solid;
    padding: 8% 4%;
    text-align: center;
}

.contact-container {
    border-bottom: 2px rgb(212, 21, 21) solid;
    border-top: 2px rgb(212, 21, 21) solid;
    padding: 8% 4%;
}

.client-title {
    padding: 2% 4%;
    text-align: center;
}

.text-styling {
    margin: 2% 5%;
    color: white;
    text-align: center;
}

.menu-items {
    font-size: 1.2rem;
    font-family: 'Ubuntu', sans-serif;
}

footer {
    text-align: center;
}

.menu-items li {
    padding: 10px;
}

 .menu-items li a {
    border-bottom: 2px transparent solid;
}

.menu-items li a:hover:not(.dropdown-item) {
    border-bottom: 2px rgb(212, 21, 21) solid;
}

.map {
    width: 100%;
    height: 100%;
}

.map-styling {
    text-align: center;
    height: 400px;
}

@media (max-width: 900px) {
    .map-styling {
        margin-top: 20px;
    }
}

.icon-styling {
    font-size: 48px;
    color: rgb(212, 21, 21);
    margin-bottom: 10px;
}

.row div h3 {
    text-align: center;
}