body {
    color: #222;;
    background-color: #d1b04a;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover,
a:active {
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
    font-weight: 700;
}

h1 {
    margin-top: 200px;
    margin-bottom: 50px;
    font-size: 75px;
}

h2 {
    font-size: 60px;
    color: #fff;
}

.white {
    color: #fff;
}

.dark {
    color: #222;
}


.top-nav {
    position: absolute;
    top: 30px;
    right: 30px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    h1 {
        margin-top: 100px;
        font-size: 65px;
    }

    h2 {
        font-size: 40px ;
    }
} 