body {
    background: #dddddd;
  }

h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
  }

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}

#background{
    width: 100%;
}

#background-video{
    height: 100%;
    width: 100%;
}

#center-text{
    position: absolute;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

#nav-bar{
    position: fixed;
    top: 5%;
    left: 90%;
    font-size: 30px;
    font-family: neuzeit-grotesk-extra-conden, sans-serif;
    cursor: pointer;
}

.white-color{
    color: white;
}

#musify-links{
    margin-top: 20px;
}

.black-color{
    color: black;
}

#contact-container{
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
}

#projects-note{
    margin-top: 15px;
}

#email{
    height: 50px;
    width: 50px;
}

.contact-options{
    justify-self: center;
    text-align: center;
}

.social-media{
    height: 50px;
    width: 50px;
    cursor: pointer;
    justify-self: center;
}

.main-headers{
    width: 80%;
    margin: auto;
    text-align: center;
}

#projects-container{
    margin-top: 60px;
    margin-left: 2%;
    background: white;
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
    padding-top: 5%;
    padding-bottom: 5%;
}

#contact-me-container{
    margin-top: 60px;
    margin-left: 2%;
    background: white;
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 60px;
}

#about-container{
    font-family: neuzeit-grotesk-extra-conden, sans-serif;
    margin-top: 100px;
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
    background: white;
    padding-top: 5%;
    padding-bottom: 5%;
}

#about-text-container{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;

}

.project-image{
    width: 90%;
    border-style: solid;
    border-color: black;
    border-width: 5px;
    margin-left: 5%;
    margin-right: 5%;
}

#about-text{
    margin-top: 40px;
}

.description-text{
    line-height: 2;
    color: black;
    text-align: justify;
}
.subheader{
    margin-top: 40px;
    border-bottom: 2px solid black;
    width: 90%;
    margin-left: 5%;
    margin-left: 5%;
    padding-bottom: 5px;
}

.project-description{
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.project-container{
    margin-top: 25px;
    width: 90%;
    background: white;
    margin-left: 5%;
    margin-right: 5%;
}

#submit-btn{
    margin-bottom: 0px;
}

.nav_list{
    float: right;
    padding-top: 30px;
    margin: 0px 0px 0px 0px;
}

.nav_items{
    color: black;
}

.nav_links{
    color: #777777;
    text-decoration: none;
    padding-right: 10px;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}

#hide{
    z-index: -1;
    display: none;
}

#list-container{
    color: black;
}

.list-item{
    display: list-item;
}

@media only screen and (max-width: 980px){
    .main-headers{
        width: 80%;
        font-size: 60px;
    }
    .white-color{
        font-size: 20px;
    }
    .black-color{
        font-size: 20px;
    }
    #nav-bar{
        left: 90%;
    }

}

@media only screen and (max-width: 666px){
    .main-headers{
        width: 80%;
    }
    .white-color{
        font-size: 10px;
    }
    .black-color{
        font-size: 10px;
    }
    #nav-bar{
        left: 90%;
    }
}






