@import url('https://fonts.googleapis.com/css2?family=Numans&display=swap');

body{
    font-family: "Numans", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.bg-setios{
    background-color: #010101;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 17.57px;
    line-height: 20.64px;
}


header{
    min-height: 418px;
    background-image: url('/assets/img/header-bg.png');
    background-size: cover;
    background-position: center;
}

h1, h2, h3{
    font-size: 48px;
}

.lead{
    font-size: 28.67px;
}

#hand-image{
    min-height: 477px;
    background-image: url('/assets/img/hand.png');
    background-size: cover;
    background-position: center;
}

@media (max-width: 576px) { 
    h1, h2, h3{
        font-size: 30px;
    }
    
    #hand-image{
        background-image: url('/assets/img/hand_mobile.png');
        min-height: 377px;
        background-size: cover;
        background-position: bottom;
    }
 }