html, body {
    height: 100%;
}
body {
    background: #000;
}
img{
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: 100%;
}
a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.logo {
    width: auto;
    padding: 25px;
    max-height: 220px;
}
header {
    width: 100%;
    height: 120px;
    /*margin-bottom: 11%;*/
}
header .address {
    color: #fff;
    font-size: 15px;
}
section {
    height: calc(100vh - 120px);
}
.logoB img {
    width: 195px;
    height: 110px;
}
img.pelengator {
    padding: 0 25px;
}
img.logo-small {
    width: 200px;
    height: auto;
}

.h-md-50 {
    height: 50% !important;
}
@media (max-width: 500px) {
    .logoB img {
        width: 80px;
        height: 45px;
    }
    img.pelengator {
        width: 45%;
        height: auto;
        padding: 30px 0 0 0;
    }
    img.logo-small {
        width: 45%;
        height: auto;
        padding: 20px 0 0 0;
    }
    .logo-spring {
        width: 38%!important;
    }
    .logo {
        max-height: 100px;
        padding: 10px 5px;
    }
    .h-100 {
        height: auto !important;
    }
    .h-25 {
        height: 25% !important;
    }
}