html {
    background: #999999 url("images/background.jpg") fixed; 
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
body {
    color: ivory;
}
nav {
    text-align: center;
    width: auto;
}
h1 {
    margin: 12% 0% 0% 0%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 44px;
}
h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
}
h3 {
    margin-top: 20%;
    text-align: center;
    font-family: sans-serif;
    color: rgba(0, 0, 0, 0);
    padding: 30px;
}
a.hidden:link, a.hidden:visited {
    color: rgba(0, 0, 0, 0);
}
a.hidden:hover {
    color: rgba(129, 60, 60, 0.7);
}
a:link, a:visited {
    color: teal;
    text-decoration: none;
}
a:hover {
    color: #e04d20;
    text-decoration: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
    font-size: 18px;
    padding: 7px;
}
footer {
    text-align: center;
}