body {
   margin: 0px;
}

nav {
    background-color: black;
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 3;
    top: 0px;
}

h1 {
    font-family: "neplus", serif;
    font-size: 120px;
    margin: 10px;
}

h2 {
    color: white;
    font-family: "neplus",serif;
    font-size: 28px;
    text-align: center;
    margin: 0px;
   
    
}

.navtitle{
   z-index: 3;
    margin-top: -35px; 
}

h3 {
    font-family: "neplus",serif;
    font-size: 32px;
}

h4 {
    font-family: "freight-sans-pro", sans-serif;
    text-align:center;
    margin: 0px;
    font-size: 18px;
}

p{
 font-family: "freight-sans-pro", sans-serif;
font-size: 16px;
}

p2 {
font-family: "freight-sans-pro", sans-serif;
font-size: 10px;  
}

a {
    font-family: "neplus", serif;
    color: white;
    text-decoration: none;
    font-size: 24px;
}

.container {
    width: 80%;
    margin: 0% 10%;
}

.burger{
    width: 20px;
    margin: 25px;
    z-index: 3;
    position: relative;
    
}

.nav_head {
    z-index:2;
    position: relative;
    bottom: 47px;
}

.header {
    border-bottom: 1px dashed black;
    position: relative;
    margin: 25% 0% 5% 0%;
    
}

.header_text {
    position: absolute;
    
}

.header_sub {
    font-size: 32px;
    margin: 10px;
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 10% 375px 5%;
    margin: 0% 0% 5% 0%;
    padding: 0% 0% 5% 0%;
    grid-gap: 10px;
    border-bottom: 1px dashed black;
    width: 100%;
    
}

.gallery_img {
    width: 250px;
    overflow:hidden;
}



#dist_img{
    position: relative;
    z-index: 1;
}

#dist_hover{
    position: relative;
    z-index: 2;
    top: -375px;
}

#cell_hover{
    position: relative;
    z-index: 2;
    top: -375px;
    
}

#ab_hover{
    position: relative;
    z-index: 2;
    top: -375px;
}

#comp_hover{
    position: relative;
    z-index: 2;
    top: -375px;
}



.script_title {
    grid-column: 1/5;
    margin: 0px;
}

.bottom {
    width: 10%;
    margin: 0% 45%;
    
    
}

.arrow {
    width: 50%;
    margin: 0% 25%;
}

.bottom_p {
    text-align: center;

}

.header_img {
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0px;
    
}

.pg {
   background-color: white;
    
    margin: 35% 0% 0% 0%;
    padding: 2%;
  
}

.desc {
    border: 1px dashed black;
   width: 80%;
    margin: 1% 10%;
    padding: 2%;
    
    
}

.desc_title{
    margin: 1%;
}

.try_button {
    width: 16%;
    margin: 5% 42%;
    background-color: black;
    padding: 1%;
    text-align: center;
   
}

.pcomp_desc {
    width: 80%;
}

.infographic{
    width: 40%;
    margin: 2% 30%;
    
}

.infographic_title {
    margin: 5% 30% 2% 30%;;
}

.pcomp_exp {
    width: 80%;
     margin: 1% 10%;
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
}



.nav_overlay{
    background-color: black;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0%;
}

.nav_text {
    width: 60%;
    margin: 7% 20% 10% 25%;
}

.nav_a{
    font-size: 48px;
}

.nav_a:hover {
  opacity: 0.5;
}

.nav_close {
    font-family: "freight-sans-pro", sans-serif;
    color: white;
    font-size: 32px;
    margin: 2% 3%;
    
}

.code_grid{
    display: grid;
    grid-template-columns: 20% 750px 15%;
    grid-template-rows: 500px 5% 15%;
    margin-top: 10%;
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    width: 85%;
    margin: 7.5%;
}

.sketch {
    width: 750px;
    height: 500px;
    background-color: burlywood;
    
}



.img_menu {
    border-right: 1px dashed black;
   
    margin-right: 10%;
   

}

.menuimg{
    width: 75%;
    margin: 2% 10%;
    
    
 
}

.info{

}

.save_button{
    width: 10%;
    grid-column: 1/3;
    background-color: black;
    color: white;
    margin: 0% 0% 0% 90%;
}

