html {
    line-height:1.15;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}

body{
    margin:0;
    font-family: 'Open Sans', sans-serif;

}
article,aside,footer,header,nav,section{display:block}

h1 {
    font-size:2em;
    margin:0.67em 0;
}


a {
    background-color: transparent;
    text-decoration: none;
    color: #ee1a26;
}

a:hover {
    background-color: transparent;
    text-decoration: none;
    color:lightgray;
}

.fundo {
    background-image: url("../images/bg.png");
    background-size: cover;
    height: 100vh;
}

.hum {
    margin-top: 10%;
}

@media (max-width: 768px) {
    .hum {
        margin-top: 50%;
    }
}
