body {
    background-color: #111e;
    color: white;
    
    font-family: "Roboto";
}

.lang-img {
    width: 40px;
    display: inline-block;
    margin-top: 10px;
    margin: 0 0 0 10px;
}

a.col-white {
    color: white;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vspacing {
    margin-top: 20px;
}

.vspacing-30 {
    margin-top: 30px;
}

.img-logo {
    margin: 0 auto;
    min-width: 100%;
    max-height: calc(100vh - 110px);
    object-fit: cover;
}

h1 {
    font-size: 100px;
    margin-bottom: -20px;
    
    font-family: "CariboldRough";
}

.video-container {
    margin-top: 60px;
}

.mobile-contacts {
    margin-bottom: 40px;
}

#footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    
    background-color: #ffffff22;
}

.color-white {
    color: white;
}

a:hover {
    color: inherit;
}

.no-margin {
    margin: 0px !important;
}

.semi-bold {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 50px;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 18px;
    }
}






@font-face {
    font-family: "CariboldRough";
    src: url("../fonts/caribold_rough.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto-Thin.ttf');
}