body,
a,
a:hover {
    color: #1a1a1a;
}

.bg-dark{
    background-color:  #1a1a1a !important;
}
.bg-dark,
.bg-dark a {
    color: #eee;
}
.bg-dark a:hover {
    color: #888;
    transition: 0.3s;
}
.bg-light{
    background-color:  #e9ebeb !important;
}

.bg-light,
.bg-light a {
    color: #1a1a1a;
}
.bg-light a:hover {
    color: #888;
    transition: 0.3s;
}
a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.full-height {
    height: 100vh;
    background-size: cover !important;
}

.half-height {
    height: 50vh;
    background-size: cover !important;
}

.quarter-height {
    height: 25vh;
    background-size: cover !important;
}

.fixed {
    background-attachment: fixed !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bottom {
    background-position: bottom !important;
}

.btn-site {
    background-color: var(--featured-color);
    color: var(--reverse-color);
    border: 1px solid var(--featured-color);
}

.btn-site:hover {
    background-color: var(--hover-color);
    color: var(--reverse-color);
    border: 1px solid var(--featured-color);
}

footer a,
footer a:hover {
    text-decoration: none;
    font-size: 0.9rem;
}
footer ul li a i{
    font-size: 1.5rem;
    margin-right: 5px;
}
footer .logo{
    width: 110px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
}