.wrapper{
  height: 100vh;
}
.hero{
  width: 1024px;
  height: 768px;
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: -500;
}
.navigation{
    width: auto;
    height: fit-content;
    display: row;
    align-items: center;
    gap: 550px;
    margin-left: 1%;
    
 }
 .signav{
   height: fit-content;
    width: 109px;
    justify-content: right;
  
 }

 .nav2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    
 }
 p{
    font-family: alata;
 }
ul {
  list-style-type: none;
  gap: 35px;
  overflow: hidden;
  margin: 0%;
  padding: 0%;

}

li {
  float: left;
  padding: 30px;
  font-family: alata;
  font-size: 35px;
  align-items:center ;
  list-style-type: none;

}
li a:hover {
  background-color: #111111;
  align-items:center ;
}
body{
 
  padding: 0%;
  margin: 0%;
  background-color: #F0EBE0;

}

.intro {
  display: flex;
  width: 1264px;
flex-direction: column;
align-items: flex-start;
color: #000;
font-size: 75px;
gap: 10px;
margin-top: 17%;
margin-left: 1%;
}
h1{
  font-family: "Krona One";
  text-align: center;
  margin: 0%;
   font-size: 300px
}

a{
  text-decoration: none;
color: #000;
}


.con{
  width: 100%;
  height: auto;
  text-align: center;
}
  
.about{
  width: auto;
    height: fit-content;
    display: row;
    align-items: center;
    justify-content: space-around;

}
.imgco{
  width: 300px;
  height: 300px;
margin: auto;

}
  

.txt{
  padding: 2%;
    text-align: center;
      width: auto;
    height: fit-content;
    display: row;
    align-items: center

}
img{
  width: 100%;
}

.cv1{
  width: auto;
    height: fit-content;
    display: row;
    align-items: center;
    text-align: center;
}
.gallery {
  width: 70%;
  column-count: 3;
  margin: auto;
}

.gallery-title {
  text-align: center;
  color: rgb(0, 0, 0);
  margin-bottom: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family:Alata;}

.art-tile {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  aspect-ratio: 1 / 1;
  background: rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;}

.art-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;}

.art-tile:hover {
  transform: scale(1.08);}


h2{
  font-family: "Krona One";
  text-align: center;
  margin: 0%;
   font-size: 90px
}
h3{
  font-family: "Krona One";
  text-align: center;
  margin: 0%;
   font-size: 30px
}
.about{
    text-align: center;
   width: 70%;
align-items: center;
  margin: auto;}
  li{
  font-size: 30px;
  padding: 15px;
}
ul{padding: 0%;}

.nav2{
align-items: center;
    
}
iframe{
  width: 95%;
}
h2{
  font-size: 75px;
}
.txt{
  align-items: center;
  
}
.imgco{
  width: 350px;
    height: fit-content;
    display: row;
    align-items: center;
}



@media (max-width: 1250px) 
{

   .gallery{
   column-count: 2;
  }
  .gallery-title{
    font-size: 75px;
  }
  .navigation{
    size: 50%;
  }
  .hero{
    width: fit-content;
    height: fit-content;
      overflow: hidden;
 
  }

  h1{
    font-size: 75px;
    text-align: center;
     padding: 50px;
}
  }
