@font-face {
  font-display: block;
  font-family: Poppins_Black;
  font-style: normal;
  font-weight: 400;
  src: url(Poppins_Black.ttf) format("woff");
}
@font-face {
  font-display: block;
font-family: ArtMonsters;
  font-style: normal;
  font-weight: 400;
  src: url(ArtMonsters.ttf) format("woff");
}



body {
  width:100%;
 font-family: Poppins_Black;
  font-weight: 100;
  margin: 0;
  padding: 0;
  color:#fffce1;
  background:#0e100f;
  height: 100%;
  text-align: center;
  overflow-x:hidden;
  background-attachment: fixed; 
  background-image:
  url('main_img.jpg')
  ;

  align-items: center;
}
h1{
  font-size: .75vw;
}

h2{
  font-size: 2.5vw;
  color:darkolivegreen;
  text-decoration: underline;
}

.contactgrid{
    font-family: Poppins_Black;
font-size: 2.5vw;
position: relative;

}

.text_container{
font-size: 2.25vw;
/*position: fixed;
z-index:1000;*/
/*background-color:rgba(0, 0, 0, 0.40);*/
background-image:
  url('assets/self_portraits/west_pierbw10.png')
  ;
  /*background-color: rgba(255, 255, 255, 1);
  background-blend-mode: lighten;*/
  background-size: contain;
/*border: 10px solid white;*/
/*color: white;*/
   /*gap: 2vw;*/
   padding:1vw;
/*margin:1vw;*/
/*-webkit-text-stroke: .5px white;*/
text-shadow: 1px 1px 1px black;
margin: 0vw 5.5vw 5.5vw 5.5vw;
/*border-radius: 25px;*/


}
.littletext{
  font-size: 1.5vw;
}
.monstertext{
   top:0;
  /*left:500px;*/
  right: 98px
  position: fixed;
  font-family: ArtMonsters;
  font-size: 5vw;
  color:darkolivegreen;
  text-align: center;
}

.fpmyrow{
    max-width: 97.5vw;
    width: 97.5vw;
  display:grid;
    /*width:80vw;*/
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw;
margin:1vw;
  align-items: center;
    /*margin: .5vw;*/
    /*grid-template-columns: auto auto auto;*/
}

.fpdelayed-section {
  will-change: transform;
/*width: 100px;*/
  position: relative;
    overflow: hidden;
/*object-fit: cover;*/
  object-fit: contain;
}

.fpdelayed-section img {

border: 10px solid white;
filter: contrast(1);
/*width:100px;*/
/*filter: blur(1px);*/
  will-change: transform;
   /* width:23.5vw;*/
transition: backdrop-filter 0.3s ease-in-out;
 width: 100%;
  /*height: 100%;*/
display: block;
object-fit: cover;
  /*object-fit: contain;*/
}

.fpdelayed-section img:hover {
  filter: contrast(1.15);
}

.delayed-section .inner-container {
  will-change: transform;
position: relative;
    overflow: hidden;
    flex: auto;
object-fit: cover;
  /*object-fit: contain;*/
}
.delayed-section img {

border: 5px solid white;
filter: contrast(1);

/*filter: blur(1px);*/
  will-change: transform;
   /* width:23.5vw;*/
transition: backdrop-filter 0.3s ease-in-out;

  height: 17vw;

  display: block;



  object-fit: cover;
  /*object-fit: contain;*/
}

.delayed-section img:hover {
  filter: contrast(1.15);




}

.delayed-section video {

  will-change: transform;
    width:24.25vw;



  /*object-fit: cover;*/
}

.text-overlay {
  font-size: 2cqi;
  position: relative;

  /*top: 50%;*/
  top:0;
  left:0;
  transform: translate(0vw, -15vh);
  color: black;
  padding: 5px;
  z-index: 100;
  -webkit-text-stroke: 1px #fffce1;

}





.myrow{
    max-width: 100vw;
    width: 100vw;
  /*display:grid;*/
    /*width:80vw;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -0.5rem;*/
    vertical-align: top;


    row-gap: .5vw;
    column-gap:4vw;
margin:2vw;
  align-items: center;
    /*margin: .5vw;*/
    /*grid-template-columns: auto auto auto;*/


}

      .myshortrow{
    /*max-width: 400px;*/
    width: 100vw;
    height: 100%;
  display: flex;
    flex-wrap: wrap;
    /*gap: 0px;*/
    gap: .5vw;
    margin:0px;
    /*grid-template-columns: auto auto auto;*/
    /*transition: grid-template-columns .5s ease-in-out;*/
    align-items: center;

}
.shortdelayed-section .inner-container {
  will-change: transform;
  width:100vw;
  
  


  /*object-fit: cover;*/
  object-fit: contain;
}
.shortdelayed-section img {

  will-change: transform;
    width:50%;
    



 /* object-fit: cover; */
 object-fit: contain;
}

.shortdelayed-section video {

  will-change: transform;
    width:50%;



  /*object-fit: cover;*/
}






.thetext
{
  font-family: Poppins_Black;
font-size: 9.25vw;
    position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity:2%;


}

.thepreposttext
{
  font-family: CAMERA-FOTOGRAAMI;
font-size: 9.25vw;
    position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity:2%;


}

.mymenu {
 font-family: Poppins_Black;
    position: fixed;
  
    align-items:baseline;
  bottom:1%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: .5vw;
  margin:.5vw;
  /*left:23%;*/
   width: 99vw;
   height:3vw;

}
/*
.mymenu {  font-family: Poppins_Black;
font-size: 15rem;
    position: absolute;
  bottom: 3%;
  left: 0%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

}*/


.amenitem{
  /*border-radius: .5vw;*/
  border: 1px dashed white;
  background-color: black;
  /*padding:.0125vw;*/
  color:cornsilk;
  font-size: 1.2vw;
  justify-content: center;
  align-items:center;
  text-align: center;
  padding:0px 5px 0px 5px;
}


.amenitem:hover {

background-color: darkolivegreen;


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

/*.myrow{
    max-width: 100%;
    width: 80%;
  display:grid;
    /*width:80vw;*/
    /*grid-template-columns: repeat(4, 1fr);
    gap: 200px;
    margin: 100px;*/
    /*grid-template-columns: auto auto auto;*/


/*}*/

  @media (width < 1200px) {

.text_container{
font-size: 3vw;}



      .myrow{
     max-width: 100vw;
    width: 100vw;
  /*display:grid;*/
    /*width:80vw;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -0.5rem;*/


    gap: 1vw;
margin:1vw;
  align-items: center;

}

.delayed-section {

}




.delayed-section .inner-container {
  will-change: transform;
  width:100vw;
position: relative;

  object-fit: cover;
}
.delayed-section img {

border: 10px solid white;
filter: contrast(1);

/*filter: blur(1px);*/
  will-change: transform;
   /* width:23.5vw;*/
transition: backdrop-filter 0.3s ease-in-out;



  display: block;



  object-fit: cover;
}

.delayed-section video {

  /*will-change: transform;*/
    width:100vw;


  /*object-fit: cover;*/
}

/* .inner-container{

container-type: inline-size;
}


.text-overlay {
  font-size: 4.5cqi;
  position: absolute;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  padding: 5px;
  z-index: 100;
  -webkit-text-stroke: 1px white;

} */

.mymenu {
 font-family: Poppins_Black;
    position: fixed;
   text-align: center;
    align-items:center;
    justify-content: center;
  bottom:5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  left:0%;
  gap: 2px;
  margin:2px;
  width: 100vw;
  height:23vw;

}

.amenitem {
    outline: 1px dashed white;
    border-radius: 0px;
   /* border: 0.1rem solid black;*/
   text-align: center;
    align-items:center;
    justify-content: center;
font-size: .75rem;
background-color: black;
padding: 0px;
color:cornsilk;

}


  }

  @media (width < 800px) {

.text_container{
font-size: 4vw;}
  }







