body {
    background-color: black;
}

/*  navigation section  */
.top {
    border: 1px solid black;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color:darkolivegreen;
    top: 0px;
    /* position: fixed; */
}

.header {
    text-align: center;
    top: 0px;
}

/* navigation bar */
.navigation {
    overflow: hidden;
    background-color: #333;
    font-family: Arial;
    border: 1px solid black;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    top: 0px;
    /* position: fixed; */
}
  
/* Links inside the navigation section */
.navigation a {
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 300px;
    text-decoration: none;
}
  
/* The dropdown section */
.dropdown {
    float: left;
    overflow: hidden;
}
  
/* Dropdown button */
.dropbutton {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
}
  
/* Add a background color to navbar links on hover */
.navigation a:hover, .dropdown:hover .dropbutton {
    background-color: burlywood;
}
  
/* Dropdown content (hidden by default) */
.dropdowncontent {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
/* Links inside the dropdown */
.dropdowncontent a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
  
/* Add a background color to dropdown links on hover */
.dropdowncontent a:hover {
    background-color: burlywood;
}
  
/* Show the dropdown menu on hover */
.dropdown:hover .dropdowncontent {
    display: block;
}

.intro {
    margin-top: 5px;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    background-color: darkolivegreen;
    margin-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid black;
}

.intro h3 {
    color:#333;
}

.imageframe {
  border: 3px solid black;
  text-align: center;
  /* Haha */
  width: 474px;
  background-color: white;
  padding: 20px;
  border-radius: 10px;






  /* background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  color: #fff; */
}

.imageframe:hover {
    transform: translateY(-10px);
}


.shareicon {
    width: 25px;
    height: 25px;
}

.editicon {
    width: 30px;
    height: 30px;
}

.imageoptions {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 15px;
    padding-top: 5px;
    padding-bottom: 0px;
}

#image1frame {
    background-color: white;
    width: 474px;
    height: 600px;
}

#image3frame {
    width: 474px;
    height: 930px;
}

#image4frame {
    width: 474px;
    height: 735px;
}

#image5frame {
    width: 474px;
    height: 450px;
}

#image6frame {
    width: 474px;
    height: 610px;
}

#image7frame {
    width: 474px;
    height: 920px;
}

#image8frame {
    width: 474px;
    height: 550px;
}

#image9frame {
    width: 474px;
    height: 800px;
}

#image10frame {
    width: 474px;
    height: 1030px;
}

#image11frame {
    width: 474px;
    height: 800px;
}

#image12frame {
    width: 474px;
    height: 804px;
}

#image13frame {
    width: 474px;
    height: 930px;
}

#image16frame {
    width: 474px;
    height: 554px;
}

#image15frame {
    width: 474px;
    height: 794px;
}

.gallery {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   row-gap:40px;
   column-gap: 20px;
   flex-wrap:wrap;


   width: 1200px;
   width: 100%;
   margin: 0 auto 20px;
   align-items: flex-start;
   flex-basis: 10;
   justify-content: center;
   flex-flow:row wrap;
   margin-top: 20px;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30px, 550px));
    grid-auto-rows: 15px;
    gap: 57px;
}

.bio {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-around;
    background-color: #333;
    border-radius: 10px;
}

.profilepic {
    margin-top: 10px;
    margin-bottom: 10px;
}

.biotext {
    color: darkolivegreen;
    border: 1px solid darkolivegreen;
    text-align:justify;
    margin-top: 10px;
    margin-bottom: 10px;
}

.biotext hr {
    color: darkolivegreen;
}

.footer {
    background-color: darkolivegreen;
    text-align: center;
    border: 2px solid white;
    border-radius: 10px;
}

.contacts {
    background-color: white;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 0px;
}

.backtotop {
    text-decoration: none;
}

@media screen 
and (min-width:1200px)
and (max-width:1600px){
    html {
        font-style: normal;
        font-weight: lighter;
        font-family: cursive;
    }
    .top {
        font-family: sans-serif;
    }
    .footer {
        font-family:'Times New Roman';
    }
}

/* Final aesthetic edits */
#image1frame { grid-row: span 11; background-color: cadetblue; }
#image3frame { grid-row: span 15; background-color: #6b5b95; }
#image4frame { grid-row: span 13; background-color: #88b04b; }
#image5frame { grid-row: span 9; background-color: #d65076; }
#image6frame { grid-row: span 11; background-color: #ffb347; }
#image7frame { grid-row: span 15; background-color: #45b8ac; }
#image8frame { grid-row: span 10; background-color: #e94b3c; }
#image9frame { grid-row: span 13; background-color: #6c5b7b; }
#image10frame { grid-row: span 17; background-color: #00a86b; }
#image11frame { grid-row: span 13; background-color: #b565a7; }
#image12frame { grid-row: span 13; background-color: #ff6f61; }
#image13frame { grid-row: span 15; background-color: #88b04b; }
#image16frame { grid-row: span 10; background-color: #d65076; }
#image15frame { grid-row: span 13; background-color: #ffb347; }