* {
    font-family: 'Lato', sans-serif;
}

#head #logo {
    max-height: unset;
    max-width: unset;
    top: 10%;
    transform: unset;
    height: 80%;
}
#head {
    background-color: #08284d;
}
#head #menu li a{
    color: hsla(213, 9%, 100%, 1);
}
.slider h2.text1 {
    font-size: 40px;
    margin: 0;
    height: auto;
    text-wrap: balance;
}