* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.section {
    background-image: url("./gallery/pic.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
  }


  .sideBar {
    position: sticky;
  }

  .nav1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 18%;
    background-color: rgba(255, 255, 255, 0.607);
    height: 100%;
    position: fixed;
    overflow: auto;
}

.nav2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 18%;
  background-color: rgba(0, 0, 0, 0.607);
  height: 100%;
  position: fixed;
  overflow: auto;
}
 
li a {
    font-size: x-large;
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
}


  .text-box-header {
    margin-right: 18%;
    margin-top: 18%;
    width: 28%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.607);
    border: 3px solid white;  
    padding: 2%;
  }



  .section2 {
    background-color: white;
    display: flex;
    justify-content: space-between;
  } 




  .section3 {
    background-color: white;
    display: flex;
    justify-content: space-between;
    

  } 

  .img-in-row {
    flex: 1 0 21%;
    border: 2px solid rgba(128, 128, 128, 0.295);
    height: 15vh;
    text-align: center;
    padding-top: 2%;
    margin-left: 5px;
    margin-bottom: 5px;
    
  }


li {
  display: inline;
  list-style-type: none;
}
.button {
  width: 2px;
  height: 2px;
  background-color: rgba(128, 128, 128, 0.328);
  border: none;
  padding: 8px;
  display: inline-block;
}

.button1 {border-radius: 50%;}

input {
  display: block;
  width: 100%;
  height: 80px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(128, 128, 128, 0.087);
}