.header {
    padding: 10px;
    height: 99px;
    background-color: white;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

#headerLogo {
    width: 110px;
}

#socialList > li {
    padding: 0.2rem 0.4rem;
    border: 0px;
}

/* NAVBAR */
nav {
    background-image: linear-gradient(180deg, #a4a4a4, #5b5b5b) !important;
    height: 37px;
}

.navbar-dark .navbar-nav .nav-item {
    border-right: 1px solid #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

@media only screen and (max-width : 768px) {
    .navbar { height: unset !important; margin-top: 30px;}
}
/* END NAVBAR */

#langDropdown {
    background: #f5f5f5;
    color: #616161;
    border-radius: 5px;
    min-width: 110px;
}
.footer {
    margin-top: 1rem;
    padding: 20px;
    background-color: #5b5b5b;
    border-top: 1px solid #959595;
    color: #ffffff;
}

.footer-link {
    color: white !important;
}

.footer {
    font-size: 13px;
}

body {
    font-size: 14px !important;
}

.btn, .dropdown-menu{
    font-size: 14px !important;
}

.nav-tabs .nav-link.active {
    border-color: blue blue #fff;
}

.nav-tabs .nav-link {
    border: 2px solid transparent;
}

.nav-tabs {
    border-bottom: 1px solid blue;
}

#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}