@charset "UTF-8";


.instrument-serif-regular {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .instrument-serif-regular-italic {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  

body{
    /* height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0; */
    /* background-image: linear-gradient(red, yellow); */
    background-image:  linear-gradient(0deg, rgba(0,101,255,1) 0%, rgba(0,209,255,1) 57%, rgba(255,229,174,1) 65%, rgba(255,244,94,1) 72%, rgba(255,190,0,1) 91%);}

   .title{
    position:sticky;
    top: 0;
    height: 20vh;
    font-family: "Instrument Serif", serif;
    font-weight: bolder;
    font-size: 12vh;
    color: red;
    text-shadow:
    1px 1px 2px orange,
    0 0 1em yellow,
    0 0 0.2em orangered;
    padding: 10px;
    text-align: center;
    /* background-color: white; */
   }

   .title-2{
    position:sticky;
    top: 0;
    /* height: 20vh; */
    font-family: "Instrument Serif", serif;
    font-weight: bolder;
    font-size: 35vh;
    color: red;
    text-shadow:
    1px 1px 2px orange,
    0 0 1em yellow,
    0 0 0.2em orangered;
    padding: 10px;
    text-align: center;
    /* background-color: white; */
   }
   
.container{
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    padding: 2vh;
   
}

/* grayscale(100) invert(100) */

img{
    width: 23vw;
    filter:   hue-rotate(180deg);
    padding:10px;
    border-radius: 20px;
    transition: ease-in-out 0.2s;}
 

img:hover{
    filter: grayscale(0) invert(0);
    width: 25vw;
    transform: rotate(3deg);
}

.child{
    width: 24vw;
   
    z-index: 100;
}



.child-2{
    width: 40vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4vh;
    padding: 5px;
    text-align: left;
    color: yellow;
    text-shadow:
    1px 1px 2px red,
    0 0 1em maroon,
    0 0 0.2em orangered;
    z-index: 100;
}


.text{ 
    margin-top: 10vh;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4vh;
    padding: 5px;
    text-align: left;
    color: yellow;
    text-shadow:
    1px 1px 2px red,
    0 0 1em maroon,
    0 0 0.2em orangered;}
    

.map{
    background-color: transparent;
    height: 60vh;
}

.img-layer-1{
    position: static;
    top: 0;
    left:0;
    z-index: 50;
    width: 40vw;
}

.img-layer-2{  
    position:relative;
    top: -70vh;
    left:0;
    z-index: 51;
    width: 40vw;

}




.om{
    padding-top: 5vh;
    filter: none;
    rotate: 0deg;
    animation:logo 3s infinite;
 
}

@keyframes logo{
    from {rotate:0deg;}
    to {rotate: 360deg;}
}


.spacer{

    width: 23vw;
    height: 15vh;
    background-color: transparent;
}
@media only screen and (max-width: 400px) {
    body {
      background-color: red;
    }
  }