body {
  background-color: #f2b077;
}

@font-face {
  font-family:igfont1;
  src: url(../fonts/MeowScript-Regular.ttf);
}







a {
    cursor: pointer;
}
.header-main {
    width: 100%;
    height: 60px;
    background-color:#b0d1d9;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 120px;
    
}

 /* Dropdown Button */
 .dropbtn {
    background-color: #04AA6D;
    color: #b0d1d9;
    padding: 16px;
    font-size: 25px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;} 








.header-center-menu {
    width: fit-content;
    height: 80%;
    background-color: #734226;
    font-style: italic;
    display: flex;
}


.header-main-nav {
    width: fit-content ;
    height: 100%;
    background-color: #734226;
    font-style: italic;
   font:#b0d1d9 ;
   
   font-size: larger;
   display: flex;
}




 
.header-main-sm {
    width: 120px ;
    height: 80%;
    background-color: #f2b077;
}

/* Container holding the image and the text */
.container {
  font-family: igfont;
  position: sticky;
  text-align: center;
   
}


/* Centered text */



.igfont {
  font-family:igfont1;
 
  color: #051b20;
  font-size: 110px;
  font-weight: 900;

  z-index: 50;
}

.centered {
  height: 400px;
  width: 800px;
  padding-top: 70px;
  padding-right: 70px;
  background-color: azure;
 opacity: 0.5;
 border-radius: 50%;
 
 
 



 
 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;



} 



.center-bar {
  font-family: igfont1;
  width: 100%;
  background-color: #f2b077;

  padding-bottom: 30px;
  padding-top: 30;

  
  font-size: 70px;
  font-weight: bold;
  
  text-align: center;
  border: none;
}


.gallery-link-container {
    font-family: igfont1;
   background-color: #f2b077;
    padding: 20px;
    

}    



 .igfont2 {

  font-family: igfont1;
  src: url(../fonts/Italianno-Regular.ttf);
  font-size: 50px;
  text-align: center;
  color: #051b20;
 } 

  

p {
  font-family: igfont2;
  font-size:35px;

}  
  .row {
    margin: 8px -16px;
    background-color: #f2b077;
  }
  
  /* Add padding BETWEEN each column (if you want) */
  .row,
  .row > .column {
    padding: 8px;
  }
  
  /* Create four equal columns that floats next to each other */
  .column {
    float: left;
    width: 25%;
    background-color: #f2b077;
  }
  
  /* Clear floats after rows */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Content */
  .content {
    background-color: #f2b077;
    padding: 10px;
    
    
    
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 900px) {
   
      

    }
  
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    
    .content {
      width: 100%;
      background-color: #a66946;
    }
  }


   
         
    
