#navigation{
    height:auto;
    margin-top: 25px;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 25px;
    

}
#li{
    display:inline-flex;
    margin-right:10px;
    padding: auto;
    color: black;
    font-weight: bold;
}
#lg{
    float: right;

}
#Images{
    display:block;
    margin-left: 70px;
    padding-right: 15px;
    width: 95%;
    margin-top: 50px;
    gap: 11px;
    
    
}
.show{
    margin-top: 0%;
    margin-left:10%;
    display:block;
    gap: 15px;
    
}

#id{
    border-radius: 10%;
}
#back{
    border-radius: 50%;
}
#std{
    margin-top: 50px;
    margin-left: 5%;
    width:90%;
    color: #666363;
}
#bold{
    font-weight: Bold;
}
footer{
    margin-top: 100px;
    color:darkolivegreen;
    font-size: xx-small;
    text-align: start;
}
#map{
    margin-left: 5%;
    margin-top: 100px;
    display:flex;
}
#icon{
    margin-left: 80%;
    width: 300px;
    height: 100px;
    display: inline-flex;
    padding: auto;
    
}
#side{
    display:flex;
    flex-direction: column;
    row-gap: 11px;
}
#row1{
    display:flex;
    flex-direction: row;
    gap: 15px;
}
#fp{
    color: aliceblue;
}
.circle-container{
    background-image: url('fpcircle.png');
    background-size: 60px;
    justify-content: center;
}
@media (max-width: 768px) {
  html, body {
    overflow-x: auto;
  }

  #navigation {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #navigation #li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
  }

  #lg {
    margin-top: 10px;
  }

  #std {
    padding: 15px;
    font-size: 16px;
  }

  #icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
  }

  #icon img {
    width: 35px !important;
    height: 35px !important;
  }

}

@media (max-width: 768px) {
  #map {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  #map iframe {
    width: 95vw;
    height: 300px;
  }

  #map p {
    margin: 20px 10px;
    text-align: center;
  }

  #icon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px;
  }

  #icon img {
    width: 35px;
    height: 35px;
    margin: 5px;
  }

  #navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #navigation #li,
  #navigation #lg {
    margin: 5px 0;
  }
}
   @media (max-width: 768px) {
  html, body {
    overflow-x: auto;
  }

  #row1 {
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
  }

  #Images {
    overflow-x: auto;
    width: 100%;
  }

  #Images img {
    max-width: none;
    height: auto;
  }
}
#mobile-menu{
  text-decoration: none;
  color: black;
}
