@import url(https://fonts.googleapis.com/css?family=Abhaya+Libre);

html {
    background-color: steelblue;
    font-family: Abhaya Libre;
}

html, body {
    margin: 0;
    padding: 0;
}
.main-header {
    padding-top: 10px;
    background-image: url(https://images.ctfassets.net/hrltx12pl8hq/4plHDVeTkWuFMihxQnzBSb/aea2f06d675c3d710d095306e377382f/shutterstock_554314555_copy.jpg);
    background-size: cover;
    padding-bottom: 0px;

}
.title {
    font-size: 5em;
    text-align: center;
}
.nav ul {
    margin: 0;
}
.nav li {
    display: inline;
}
.nav a {
    color: white;
    text-decoration: none;
}
.nav a:hover{
    background-color: (255, 255, 255, .3)
}
.nav-1 {
    border-top: solid 2px rgba(255, 255, 255, .3);
    text-align: center;
    font-size: 1.9em;
    font-weight: lighter;
    border-bottom: solid 2px rgba(255, 255, 255, .3);
}
.nav-1 li{
    padding: 0 4%;
}
.content {
    margin: 0.3em;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5em;
}
