.cover {
    background-image: url(../images/bg_top_main.jpg);
}

.cover-logo img {
    background-color: rgba(52, 58, 64, 1);
    border-color: rgba(52, 58, 64, 0.3);
    border-style: solid;
    border-width: 1px;
    height: 100%;
    padding: 1rem;
    width: 100%;
}

.cover-text {
    font-family: GSL;
    font-size: 10vmin !important;
    word-wrap: break-word;
}

.cover-sub-text {
    background-color: rgba(248, 249, 250, 0.6);
    font-size: 2.5vh !important;
    padding: 1rem;
    word-wrap: break-word;
}

.navbar, .dropdown-menu {
    background-color: rgba(248, 249, 250,0.99)!important;
}

.active {
    background-color: rgba(52, 58, 64, 0.05);
}

.text-wrap {
    white-space: normal !important;
}

#contact-us {
    padding: 5em 0rem 0rem 0rem !important;
}

.card {
    margin: 2rem 0rem;
}

.image-placeholder {
    width: 10rem;
}

.image-placeholder img {
    width: 100%;
    filter: grayscale(0.4);
}

.image-placeholder img:hover {
    filter: grayscale(0);
    transform: scale(1.01);
    transition: transform 0.2s ease-in-out;
}

footer {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dfe0e1;
    margin-top: 5rem;
    padding: 1rem 0rem;
}
