Nav ul {
	list-style-type:none;
    background-color: #093051;
    text-align: center;
    padding: 0.5em;
    width: auto;
    margin: 0;
}

Nav a{
	text-decoration:none;
    color: white;
    padding-left: 2em;
    padding-right: 2em;
    font-family: sans-serif;
    font-size: 0.8em;
}

nav a:hover{
    color:lightblue;
}

Nav li {
	display:inline;
}

body{
    margin: 0;
}

#backgroundimage{
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    background-color: #093051;
    height:804px;
    width:100%;
    background-position: center;
}

#logo {
    padding-top: 1em;
    text-align: center;
}

h1{
    color:white;
    text-align: center;
    font-size: 3em;
    font-family: serif;
    font-weight: 100;
    margin: 0;
}

p{
    color: white;
    text-align: center;
    font-style: italic;
    font-size: 1.5em;
}


#subnav{
    text-align: center;
}


#subnav img{
    border: 1px white solid;
}

#subnav img:hover{
    transition-duration: 2s;
    border: 1px white solid;
    background: rgba(255, 255, 255, .5);
}


main{
    margin: 0;
}

#description{
    height: 240px;
    background-color: #093051;
    padding: 1em 18% 1em 18%;
    line-height: 2em;
}



footer {
    background-color: black;
    font-family: sans-serif;
    font-size: 0.5em;
    text-align:center;
    width: 100%;
    height: 40px;
    padding-top: 1px;
    
}

#sticky{
    position: sticky;
    bottom: 0;
}

#wrapper{
    background-color: #093051;
}

footer a{
    color:blue;
}