body{
    font-family: 'Bebas Neue', cursive;
    -webkit-font-smoothing: antialiased;
}

.bg-dark{
    background-color: #051439 !important;
}

.text-dark{
    color: #051439 !important;
}

#landing{
    background: url('../images/zw-background-default.png'); 
    background-size: cover!important;
    background-position: 50% 50%!important;
    background-repeat: no-repeat!important;
    height: 100vh;
}

#landing a{
    tet
}

#landing h3{
    font-size: 28px;
    line-height: 32px;
}

#landing #block{
    transition: all .2s ease-in-out;    
}

#landing #block:hover{
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}