*{
    margin: 0PX;
padding: 0px;
font-family: Georgia, 'Times New Roman', Times, serif;
box-sizing: border-box;
}
nav{
    width: 100%;
height: 75px;
line-height: 75px;
padding: 0px 100px;
position: fixed;
background-image: linear-gradient(#033747,#012733);
}

nav .logo p{
    font-size: 30px;
font-weight: bold;
float: left;
color: white;
text-transform: uppercase;
letter-spacing: 1.5px;
cursor: pointer;
}

nav ul{
    float:right;
}

nav li{
    list-style: none;
display: inline-block;
}

nav li a{
    font-size: 18px;
text-transform: uppercase;
padding:0px 30px;
color: white;
text-decoration: none;
}

nav li a:hover{
    color: #ff8c69;
transition: all 0.5s ease 0s;
}
.content-items img{
    width: 100%;
    height: 100vh;
    background-size:cover ;
    background-position: center;
}
