h1 {
    color: rgb(0, 0, 0);
    font-family: "aktiv-grotesk-thin", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 200px;
}

.box {

    text-align: center;
    width: 100vw;
    position: fixed;
    bottom: 0;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: "aktiv-grotesk-thin", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 15px;


    /* text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: "aktiv-grotesk-thin", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px; */
}
span {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: "aktiv-grotesk-thin", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 15px;

 
}

/* .aboutBox {
 
    width: 60%;
    height: 70px;
    padding: 10px;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    text-align: left;
} */


a:hover {
    color: rgb(255, 68, 0);
    transition: ease-in-out 0.3s;
}

.nav {
    margin-left: 130px;
    margin-right: 130px;
    height: 13vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.buffer {
    height: 40px;
    text-align: center;
    align-content: center;
}

/* .link {

    color: rgb(0, 0, 0);
    font-family: "aktiv-grotesk-thin", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 15px;
}


.showcase {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    width: 100%;
    height: 70vh;
    align-items: center;
    justify-items: center;
    }

.container {
    height: 50vh;
    width: 100vw;

    object-fit: cover 
}

img {
    width: 100%;
    height: auto;
}



*/


.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10vw;
margin-left: 10vw;
margin-right: 10vw;
padding-top: 0px;
padding-bottom: 10px;

  }

  .figure{
    display: block;
    width:100%;
    height:40vw;
    margin:0;
    padding:0;

  }

 
 .inner {
   display:flex;
   flex-direction:column;
 }
 
 .t {
   margin-top:15px;
   text-decoration: none;
   color: rgb(0, 0, 0);
   font-family: "aktiv-grotesk-thin", sans-serif;
   font-weight: 200;
   font-style: normal;
   font-size: 15px;
   line-height: 20px;
   width: 50%
 }


 h6 {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: "aktiv-grotesk-thin", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
  }
 
 .buffer {
    background-color: var(--background);
    width: 100%;
    height: 15vh;;
 }


 /*---------------------*/


 @media screen and (max-width: 883px) {
    .grid {
        grid-column-gap: 20px;
      }

      .t {
        width: 70%;
      }
 }


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

    
    .grid {
        grid-template-columns: repeat(1, 1fr);
 
  }

  
  #corkboard {

    font-size: 15vw;
    letter-spacing: 10px;
}}

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

.t {
    width: 100%;
}

}

@media screen and (max-width: 580px)
 {
    .grid {
        grid-template-columns: repeat(1, 1fr);
    
  }


.figure {
    height: 50vw;
    width: 100%;
}

}
    

    @media screen and (max-width: 490px) {
        .grid {
            grid-template-columns: repeat(1, 1fr);
      }

      .figure {
        height: 50vw;
        width: 100%;
      }
    }
  
    @media screen and (max-width: 450px) {

  
        .grid {
            grid-template-columns: repeat(1, 1fr);
      }
      
    
      
          .grid{
 
          grid-column-gap: 50px;
          }

          .figure{
            display:block;
            width:100%;
            height:50vw;

          }


}

.title {
    height: 28vh;
}
  

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


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



    .grid {
        grid-template-columns: repeat(1, 1fr);
    
  }

  .figure{
    display:block;
    width:100%;
    height:50vw;

  }
  }




