@font-face {
  font-family: claster;
  src: url(../fonts/Claster\ Oleander.ttf);
}
@font-face {
  font-family: second;
  src: url(../fonts/EBGaramond-Regular.ttf);
}



* {
  font-family: second;
  color: rgb(255, 248, 206);
  /* outline: 1px solid red; */

}

p{
  font-family: second;
  font-weight: 100;
  color:rgb(255, 248, 206) ;
}

br {
  border: solid 1px rgb(255, 248, 206);
}

hr {
  width: 75%;
  margin-top: 1%;
}

#hr1{
  margin-top: 0%;
}

#header {
  font-family: 'Ibarra Real Nova', serif;
  font-size: clamp(3rem, 4vw, 7rem);
  color: rgb(255, 248, 206);
  text-align: center;
  /* background-color:#04152c ;
    border: #182250 1px solid; */
  border-radius: 0px 0px 15px 15px;
  height: 16vh;
  transition: opacity 800ms ease;
  padding-top: 1%;
}

#nav {
  margin-top: -0.5%;
}

#nav a {
  text-decoration: none;
  font-size: 2.5vh;
  padding: 1%;
}

body {
  /* font-family: header ; */
  background-color: rgb(20, 20, 20);
  margin: 0px;
}

.project {
  margin: 10px 50px;
  border-bottom: 2px solid rgb(255, 248, 206);
}

.project img {
  width: 25%;
  padding: 0%;
  
}

.project p {
  font-size: 1.5rem;
}

.hiddenimg {
  display: none;
}

footer {
  padding-top: -2%;
  color: rgb(20, 20, 20);
  background-color: rgb(255, 248, 206);
}

.menu-background-image {
  background-image: url("../imgs/000s3.jpg");
  background-position: center 40%, center 60%;
  background-size: 100%;
  height: 100%;
  left: 0px;
  opacity: 0.15;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media only screen and (max-device-width: 480px) {
  
   #nav {
    padding-top: 5.7%;
    font-size: 2.5vh;
    margin-top: 1%;
  }
  
  #hr1{
    margin-top: 2%;
  }
  
  .project img {
    width: 100%;
    padding-left: 0.5%;
    
  }

  .project h1 {
    font-size: 1.5rem;
    text-align: center;
  }

  .project a{
    font-size: 1rem;
  }
  .project p {
    font-size: 1.25rem;
    text-align: center;
    margin-left: -13%;
    margin-right: -13%;
  }

  .menu-background-image {
    background-position: 97%;
    background-size: 302%;
  }
}

@media only screen and (min-device-width: 700px) and (max-device-width: 1200px) {
  #nav {
    margin-top: -1.5%;
       
  }

  #nav a{
    font-size: 1.3rem;
  }

  #hr1{
    margin-top: 4%;
  }

}