body {
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15pt;
}
hr{
    color:#747D96;
}

@media only screen and (min-width: 992px) {
    .navbar {
        flex-direction: column;
    }
}

.navbar-brand img {
    height: 180px;
}


.carousel-item {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    object-position: center;
}

.carousel-caption {
    bottom: 7rem;
    /*text-shadow: 0 0 3px #9A2A54, 0 0 5px #000;
     background-color: #000;
    opacity: 0.7;
    border-radius: 10px; */
}

.carousel-caption h1 {
    opacity: unset;
}

.gallery img {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.footer {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #CC4A44;
    color: white;
    font-size: 10pt;
}

.footer a {
    color: white
}