


body{
    background-color: rgb(219, 218, 218);

    width: 100vw;
    margin-left: auto;
    margin-right:auto;


}
.headline{
    position:fixed;
    display:flex;
width: 98vw;
margin-left: 8px;
margin-top: 3px;
justify-content: space-between;
background-color: none;
z-index: 100000;
}
.headleft{
    margin-top: -10px;
}
h1{
    font-family:'cutive';
    font-size: 18px;
    line-height:16px;
    margin-top: 5px;
}
h2{
    font-family:  "cutive";
   
    text-align: right;
}
.copyright{
    font-size: 10px;
    position:fixed;
    bottom:5px;
    right:0px;
    font-family: 'cutive';
    color:black;
    background-color: rgba(255, 248, 220, 0.342);
    
}

.headright{
  position: absolute;
top: -10px;
right: -5px;

  font-size: 15px; 

}


h3{
    font-family: 'cutive';
    color:black;
    font-size:12px;
    margin-top: 7px;
    margin-left: 5px;
    font-weight: 400;
   z-index: 1000;
    /* line-height: 16pt; */
    width: fit-content;
    margin-bottom: 3px;
}
h4{
    font-family: 'helvetica';
    color:grey;
    font-size:10px;
  text-align: end;
    font-weight: 100;
width: fit-content;
    line-height: 15px;
    margin-left:auto;

    margin-bottom: -5px;
}

.title{
    font-size: 15px;
    margin-top: -2px;
}

p{
    font-family: 'cutive';
    color:black;
    font-size:13px;
    margin-top: 7px;
    margin-left: 8px;
    font-weight: 100;
    width: fit-content;
    line-height: 18px;
   
}

.selected{
    text-decoration: none;
background-color: white;
width:fit-content;
padding:3px;
padding-bottom:0px;
margin-left:5px;
padding-right:10px;
border-left:1px solid black;
border-top:1px solid black;
  }

 .subselected{
    font-family:'cutive';
      font-size: 12px;
      /* line-height:19px; */


  
  }
a{
    text-decoration: none;
    color:black;
}


img{
    position: relative;
    max-width: 85vw;
    height:auto;
    display: flex;
    justify-content: center;


}
.main{

padding-top: 40px;
    width:90vw;
    margin-left: auto;
    margin-right:auto;

}
.main2{
    width:90vw;
    margin-left: auto;
    margin-right:auto;
margin-top: 50px;


}




.subselected:hover{
text-decoration:underline;
    cursor:pointer;
}





.bold{
    font-style: italic;
    width: fit-content;
    display:flex;
    justify-content: center;
    line-height: 35px;
    margin-left:auto;
    margin-right:auto;


    
}

.selectbox{
    padding-bottom:10px;
}

.tugimg{
    height:750px;
    max-height: 85vh;
}
.lefttitles{ 
    margin-top: -55px;
  
  }



  h6{
    position:absolute;
left:5px;
}
  .tugimgcontainer{
    margin-left: auto;
    margin-right: auto;
  margin-top: 100px;
    width:fit-content;
    max-width: 90vw;
  
  }
  .leftlist{
      margin-left: auto;
      margin-right: auto;
  }
  .lefttitles{
     width:80vw;
    display:flex;
   
 padding-top: 10px;
/* border:1px solid black; */
padding-left:10vw;
padding-right:10vw;
    justify-content:space-between;
    flex-wrap: wrap;
    height:fit-content;
margin-top: -15px;
    margin-left: auto;
    margin-right: auto;


   
    background-color:rgb(219, 218, 218); 
  }


@media screen and (max-width: 1000px) {

 
    
    .project{

     margin-bottom: 75px;
    }
    h3{
    
        font-size: 10px;
     line-height: 6px;
margin-bottom: 5px;  
    }
    h4{
      
        font-size: 9px;
        font-weight: 100;
    }

    .intro{
       width:75vw;
   
    }

    p
    {font-size: 12px;
    line-height: 16px;
}


    .intro > p {
     width:350px;
    font-size: 11px;
    line-height: 17px;}

    .round{
        display: none;
    }

  

 




}

@media screen and (max-width: 600px){
    body{
        overflow-x: hidden;
    }

    h3{
        font-size: 9px;
        font-weight: 400;
}
/* h4{
    color:rgba(0, 0, 0, 0.8);
    width:100vw;
    text-align: center;
font-size: 8px;
} */


.headmid{
    display:none;
}


.title{
    font-size: 13px;

    margin-left: -2px;
    width:120px;
    line-height:14px;
}
.main{
    margin-top: -30px;
}




      .signimg{
        width:90vw;

    }

/* .tugcontainer{
    width:95vw;
    height: 80vh;
    margin-top: -40px;
overflow: hidden;


} */
.slideshow-container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
margin-left: 10px;


}
.tugimg{
    max-height: 52vh;

}

p
{font-size: 9px;
    line-height: 12px;
}
.next{
    right:-50px;
    
}

.title{
    margin-top: 7px;
  }
 
  .headright{
    font-size: 14px;
top:-9px ;
right:12px;
}
}