*{
    box-sizing: border-box;
}
html, body{
  height:100%;
  margin: 0;  
}
.container{
    padding: 0;
    min-height: 100%;
    margin-top: 0px;
    margin-bottom: -70px;
    margin-right: auto;
    margin-left: auto;
}
 img{
    width: 30%;
    height: auto;
}
.main-logo{
color:lightblue;
background-color: black;
font-family: 'arial black', Arial, Helvetica, sans-serif;
font-size: 6vh;
margin-left: 5%;
text-decoration: none;
position: relative;
}
.page-title{
font-family: 'Cambria', times,serif;
font-size: 5vh;
padding-left: 1%;
position: relative;
}
section{
    background-image: url(/Images/codakid.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 800px;
    padding-top: 50px;
}
.content{
    background-color: rgba(232,233,235,0.85);
    margin: 0 auto; /*using shorthand*/
    padding: 50px;
    width: 80%;
}

footer {
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 70px;
}
footer div{
    position:absolute;
    right: 0;
    width: 112px;
    z-index: 1;
}
nav{
    left: 25px;
    positon: relative;
    top: 10px;
    margin: 0 auto;
    width: 80%;
}
nav a{
    color: #ffffff;
    font-family: 'arial black', sans-serif;
    padding: 0.5vh;
    text-decoration: none;
    background-color:black;
}