body {
    font-family: 'Montserrat';
    overflow-x: hidden;
}

.img-logo {
    width: 22vh;
}

.fixed-panel {
    top: 29%;
    z-index: 999999;
}

.welcome-section {
    background-image: url('images/bg.png');
    background-size: cover;
}

footer {
    background-image: url('images/contacts.png');
    background-size: cover;
}

footer h3,
footer a {
    font-size: 42px;
}

.headliner {
    font-size: 42px;
}

/* Scroller */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
}
 
::-webkit-scrollbar-thumb {
    background: #eb102f; 
}

::-webkit-scrollbar-thumb:hover {
    background: #eb102f; 
}

@media(max-width:768px){
    .headliner {
        position: static;
        text-align: center;
        width: 100%;
        font-size: 26px;
        margin-top: 30px;
    }
    
    footer h3,
    footer a {
        font-size: 22px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1813px;
    }
}