body {
    font-family: 'Montserrat', sans-serif;
}

header {
    background-color: #BBBBBB;
    padding: 20px 0;
}

.caixa {
    width: 940px;
    position: relative;
    margin: 0 auto;
}

nav {
    position: absolute;
    top: 110px;
    right: 0px;
}

nav li{
    display: inline;
    margin: 0 0 0 15px;
}

nav a{
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
}

nav a:hover {
    color: #C78C19;
    text-decoration: underline;
}

footer {
    text-align: center;
    background: url(../assets/bg.jpg);
    padding: 40px 0;
}

.copyright {
    color: #CCCCCC;
    font-size: 13px;
    margin-top: 20px;
}

@media screen and (max-width: 480px) {
    h1 {
        text-align: center;
    }

    nav {
        position: static;
    }
}
