

html{
    scroll-behavior: smooth;
    
}

body{
    background: #000;
}

a{
    color: white;
}



#home{
    background: url('../images/homeBg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    
    
}
nav{
    z-index: 1;
    position: fixed;
    top: 0;
    width:100%;
}

.bg-overlay{
    color: #000;
    background: black;
    position: absolute;
    width:100%;
    height:100%;
    opacity:60%;
    top:20px;
    left:0;
    z-index:0;
    
}