body {
    padding-top: 57px;
    padding-bottom: 3rem;
    color: #4a4a4a;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
    /* color: rgba(33,180,220,1); */
    color: rgba(19,139,171,1);
}

.bg-bluedark {
    background-color: rgba(19,139,171,1);
}
.bg-light-dark {
    background-color:  #f0f0f0 !important;
}
.text-white {
    color: #ffffff;
}
.text-shadow {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .6);
}
.footer-menu {
    color: rgba(255, 255, 255, 0.5);
}
.footer-menu a {
    color: rgba(255, 255, 255, 0.5);
}
.logotyp-header {
    background-image: url('/img/logotyp-header.png');
    background-repeat: no-repeat;
    background-position: 80% 0;   
}
/*.logotyp-footer {
    background-image: url('/img/logotyp-footer.png');
    background-repeat: no-repeat;
    background-position: 80% 0;   
}*/
@media (max-width: 40em) {
    h1, .h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 62em) {

}


