.navbar-brand {
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-brand img {
    max-height: 85px !important;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

#contact #message {
    height: 200px !important;
}

/* Carousel Caption Styling */
.carousel-caption-box {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
    max-width: 800px;
    text-shadow: none;
}