* {
    box-sizing: border-box;
  }
html{
    height:100%;
    scroll-behavior: smooth;
}
body{
    overflow: visible;
    height:100%;
}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: white;
}
.nav-link ul{
    margin:0;
    padding: 0;
    display: flex;
    position:sticky;
}

.nav-link li{
    list-style: none;
}
.nav-link li a{
    text-decoration: none;
    color: white;
    padding: 1rem;
    display: block;
}
.nav-link li a:hover{
    background-color: #555;
}
.navBackground{
    background-color: #333 !important;
}
.nav-link {
    color: white !important;
    }
.btn-primary{
    color:#333 !important;
    background-color: #fff !important;
    border: 1px solid #333 !important;
}
.btn-primary:hover{
    color: #fff !important;
    background-color: #333 !important;
}
.head{
    background-image: url(../images/Ocean\ Beach.JPG);
    height:100%;
    background-size: cover;
}
.container-fluid{
    height:100%;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
#oval img{
    padding: 30px;
    width: 600px;
    height: 700px;
    border-radius: 50%;
}
.list li{
    list-style: none;
}
.header{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    padding:25px;
    font-size: 30px;
    padding-bottom:0;
}
.subheader{
    width:100%;
    display:inline-block;
    text-align:center;
    font-size:18px;
    margin-left: auto;
    margin-right: auto;
}
.text{
    font-size:30px;
}
.info{
    font-size: 20px;
}
.images{
    list-style-type: none;
    text-align: center;
}
.images li{
    list-style: none;
    height: 175px;
    width:175px;
    margin:5px;
    display:inline-block;
}
.images img{
    height:175px;
    width:175px;
}
.images img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.project{
    background-color: #333;
    list-style: none;
    text-align: center;
    width:100%;
}
.project ul li{
    background-color: white;
    display: inline-block;
    height:350px;
    width: 300px;
    margin: 10px;
    vertical-align: middle;
}
.project ul li p{
    padding: 15px
}
.project i{
    padding-top:10px;
    font-size:30px;
    color:black;
}
#proj_width{
    margin-right: 30px;
    margin-left:30px;
}
.footer{
    position:sticky;
    top:40px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    height:60px;
    background-color:#333;
    color:white;
    margin-bottom:-40px;
    margin-top:auto;    
    padding-top: 15px;
}

@media(max-width:600px){
    #oval img{
        margin-top:200px;
        margin-bottom:0px;
    }

}



