p{
    font-family: Estandar !important;
    font-weight: lighter;
}
td{
    font-family: Estandar !important;
    font-weight: 200 !important;
}
.header{
    background-image: url("../img/header.png");
    min-height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#langchange{
    height: 40px;
}

.lang-btn{
    height: 20px;
    background-color: #FF3A3F;
    color: white;
    text-decoration: none;
    padding: 5px;
    font-size: 11px;
    border-radius: 6px;
    margin-top: 5px;
    width: 80px;
    text-align: center;
    line-height: 1;
}

#logo{
    margin-top: 39px;
    margin-left: 80px;
}

.red-block{
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #FF3A3F;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 1.4em;
    color: white;
    border-right: solid white 4px;
    border-bottom: solid white 4px;
}

.sideLinks{
    display: block;
    margin-bottom: 5px;
}

a:hover{
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.nopad{
    padding: 0;
}


body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #ff3a3f;
    outline: 1px solid slategrey;
}

@media (max-width: 500px) {
    #logo{
        margin-left: 0;
    }
}

.img-menu{
    display: inline-block;
    height: 55px;
    margin: 5px 0 5px 0;
}