body {
    font-family: 'Open Sans Light', sans-serif;
    background: #F2F3EE;
}

.navbar {
    padding: 1rem 1rem;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-brand img {
    height: 30px;
}

.navbar-toggler {
    border: none;
}

.nav-item {
    display: inherit;
}

a:hover {
    color: black;
    text-decoration: none;
}

img {
    width: 100%;
}

.btn-black {
    background: black;
    border-radius: 0;
    border: 3px solid black;
    color: white !important;
}

.btn-black:hover {
    background: #F2F3EE;
    color: black !important;
}

.container-main {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.container-banner {
    position: relative;
    color: white;
}

.container-banner>div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer {
    background: #638181;
    color: white;
}

footer a, footer a:hover {
    color: white;
}

footer a:hover {
    text-decoration: underline;
}

footer img {
    width: 150px;
}

.under-construction {
    text-align: center;
}

figure {
    margin: 0 1em 1rem;
}

figcaption {
    font-size: small;
}

@media(max-width: 992px) {
    .container-main {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .nav-item i {
        padding-right: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width: 768px) {
    footer .small {
        margin-top: 30px;
    }
}