html, body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: blue;
}

nav#main-nav ul{
    list-style: none;
    margin:0;
    margin-top: 30px;
    padding: 0;
    display: flex; 
    justify-content: space-between;
}

nav#main-nav ul li a{ 
    display: inline-block;
    color: blue;
    font-weight: 800;
    padding: 0em 2em; 
    margin: 0 20px;
    text-decoration: none;
}

nav#main-nav ul li a:hover{
    color: gray;
}
nav#main-nav ul li a.selected{
    color: gray;
}

.container {
    position: relative;
    text-align: center;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 110px;
    font-style: italic;
    font-weight: 600;
  }

.main-image{
    height:42rem;
    object-fit: cover;
}


#footer-content{
    text-align: right;
    color: white;
    background-color: blue;
    padding: 10px;
}

div#footer-content ul{
    list-style: none;
    margin:0;
    padding: 10;
}

.content-area {
    width: 98%;
    padding: 20px 0px;
    margin: none;
}

img.item-image{ 
    float: right;
    padding: 20px 20px;
    height: 500px;
    width: 1500px;
    object-fit: cover;
    margin-top: -37px;
    margin-bottom: -37px;
}

img.item-image-left{ 
    float: left;
    padding: 20px 40px 20px 0px;
    height: 500px;
    width: 1500px;
    object-fit: cover;
    margin-top: -37px;
    margin-bottom: -37px;
}

#media{
    height: 800px;
    width: 1500px;
}

hr{
    height: 1px;
    background-color: blue;
}


ul.item{
    list-style: none;
    display: flex;
}

.item-date{
    text-align: right;
    margin-top: -30px;
}

.item-title{
    margin-top: 10px;
    width: 45%;
}
.item-description{
    width: 100%;
    margin-top: 50px;
    margin-right: 30px;
    margin-left: 50px;
}

h2{
    font-size: 60px;
    text-align: right;
    font-style: italic;
}

/*.high-tops{
    margin-top: 50px;
    font-size: 40px;
} */


