.tag {
    background-color: #343a40;
    color: #fff;
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    text-decoration: none;
    -webkit-transition: 330ms;
    -moz-transition: 330ms;
    -ms-transition: 330ms;
    -o-transition: 330ms;
    transition: 330ms;
    margin-bottom: 6px;
}

.tag:hover {
    background-color: #24282c;
}

.tag:last-child {
    margin-right: 0;
}

.tag-flex {
    display: inline-block;
    margin-top: 20px;
}

#navmenu.naviswhite li a {
    color: #000 !important;

}

#navmenu li a {
    font-weight: 700 !important;
    text-transform: uppercase !important;
}


.social {
    display: flex !important;
    gap: 15px !important;
    margin-top: 20px;
}

.social li a {
    width: 50px !important;
    height: 50px !important;
    border-radius: 40px !important;
    font-size: 15px !important;
    border: 1px solid rgba(0, 0, 0, 0.7) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    -webkit-transition: 330ms;
    -moz-transition: 330ms;
    -ms-transition: 330ms;
    -o-transition: 330ms;
    transition: 330ms;
}


.social li a:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.social.variant li a{
    border-color: #fff !important;
}

.social.variant li a:hover{
    background-color: #fff !important;
    color:#000 !important;
}

.alt-description {
    font-size: 1.3rem !important;
    margin-top: 10px;
}

.title-site {
    font-size: 1.1rem !important;
    color: #252525;
}

.description {
    color: #000;
    font-size: 1rem;
    font-weight: 500;

}

.direction {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .hide-mb {
        display: none !important;
    }

    #cover {
        height: 450px !important;
    }

    .mono-width {
        width: 150px !important;
    }
}

@media screen and (min-width: 1200px) {
    #headerlogo {
        margin-top: -37px !important;
    }
}


@media screen and (max-width: 767px) {
    #cover {
        height: 350px !important;
    }

    .about-title {
        margin-top: -20px !important;
    }

    .mb-full-w{
        width: 100% !important;
        margin-top: 50px !important;
    }
    .mb-full-w iframe{
        width: 100% !important;
    }

    .mb-page-grid{
        display: block !important;
        margin-bottom: -90px !important;
    }

}


@media screen and (max-width: 567px) {
    #cover {
        height: 300px !important;
    }
}

@media screen and (max-width: 470px) {
    #cover {
        height: 275px !important;
    }
}

@media screen and (max-width: 420px) {
    #cover {
        height: 255px !important;
    }
}

