/*General*/

body {
    font-family: 'Merriweather', serif;
}

ul {
    list-style: none;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #434345;
}

#section-title {
    background-color: #890013
}



/*Home*/

.google-maps {
    padding-bottom: 25%;
    overflow: hidden;
}


/*Contact*/

.contact-item {
    transition: all 0.3s;
}

.contact-item:hover {
    color: black !important;
}

.icons {
    background-color: rgb(229, 229, 229);
    color: #888888;
    transition: 0.5s;
}

.icon-facebook:hover {
    background-color: #3b5998 !important;
}

.icon-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.icon-twitter:hover {
    background-color: #1DA1F2 !important;
}

.icon-linkedin:hover {
    background-color: #0077B5 !important;
}

.icon-telegram:hover {
    background-color: #0088cc !important;
}

.icon-whatsapp:hover {
    background-color: #25D366 !important;
}



/*Footer*/

footer p {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
}

footer #copyright {
    background-color: #0d2d62;
}

footer #copyright .container {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

footer .privacy-policy {
    background-color: #0d2d62 !important;
    color: #fff !important;
}

footer .privacy-policy:hover {
    color: #fff !important;
}
