@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');

* {
    font-family: 'EB Garamond', serif;
}

a {
    color: #000;
}

body {
    background-color: #58585b;
}

small {
    font-size: 17px;
}

a:hover {
    color: #000;
    text-decoration: none;
}


.top-header .row .col-6 {
    padding: 0 20px;
    line-height: 35px;
}

.top-header label {
    font-size: 13px;
    color: #FFF;
}

.top-header ul li {
    list-style: none;
    float: right;
    border-right: solid 1px #fff;
    padding: 0 10px;
    font-size: 13px;
    color: #FFF;
    line-height: 20px;
}

.navbar-nav li {
    font-weight: bold;
}

.top-header ul li:first-child {
    border: none;
}

.top-header a {
    color: #FFF;
}

.nav-item a {
    color: #fff !important;
    transition: color !important;
    transition-duration: 500ms !important;
}

.nav-item a:hover {
    color: #d1d1d1 !important;
}

.body {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: solid 8px #cdcdcd;
}

.body .col-12 {
    padding: 10px;
    background-color: #978772;
}

.body h3 {
    color: #FFF;
}

.slogan {
    width: 70%;
    text-align: center;
    height: 330px;
    position: relative;
}

.slogan p {
    font-size: 18px;
    color: #FFF;
    position: absolute;
    top: 75px;
}

small {
    color: #FFF !important;
}

footer label {
    color: #FFF;
    font-size: 13px;
}

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }

    .navbar-brand.abs a {
        position: absolute;
        left: 0;
        text-align: center;
        z-index: 99999;
    }

    .navbar-dark {
        height: 85px;
    }

    .top-header {
        width: 100%;
        height: 38px;
        background-color: #918672;
        -webkit-box-shadow: 3px 10px 5px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 3px 10px 5px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 3px 10px 5px 0px rgba(0, 0, 0, 0.24);
    }

}

@media (max-width: 768px) {
    .imo {
        height: 200px !important;
        width: 120% !important;
    }

    .slogan p {
        font-size: 18px;
        color: #FFF;
        position: absolute;
        top: 0;
    }

    .top-header label {
        font-size: 8px !important;
        color: #FFF;
        line-height: 9px;
    }

    .top-header li {
        font-size: 8px !important;
        color: #FFF;
    }

    .top-header {
        width: 100%;
        min-height: 38px;
        height: auto;
        background-color: #918672;
        padding-top: 5px;
    }

    .slogan {
        width: 100%;
        text-align: center;
        height: 330px;
        position: relative;
    }

    .slogan label {
        line-height: 22px !important;
        text-align: center!important;
    }
}

.footer-a{
    color: #fff !important;
}