body {
  margin: 0 0 80px 0;
  padding: 0;
  background-color: #f5f5f5;
  height: 100%;
}

.info_section {
  width: 100%;
  height: 100%;
  padding-left: 150px;
  padding-right: 150px;
  box-sizing: border-box;
  overflow: hidden;
}

#topbar {
  display: flex;
  justify-content: space-between;
  height: 40vh;
}

#top-menu-list {
  list-style-type: none;
  display: block;
}

#top-menu-list button {
  background-color: #f5f5f5;
  border: black solid 2px;
  border-radius: 5px;
  margin-right: 20px;
  transition: 0.1s ease-in;
  padding: 10px;
  cursor: pointer;
}

.menu-item {
  text-align: center;
  margin-right: 0;
  padding-right: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  color: black;
  transition: 0.1s ease-in;
}

#top-menu-list button:hover {
  background-color: rgb(141, 141, 141);
}

.menu-item:hover {
  color: white;
}

.whoweare_section {
  width: 100%;
  min-height: 30vh;
  display: inline-block;
  text-align: start;
}

.whoweare_heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 50px;
}

.whoweare_desc {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 40px;
  font-size: 20px;
}

.location_time_section {
  width: 100%;
  min-height: 30vh;
  display: inline-block;
  text-align: start;
}

.location_time_heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 50px;
}

.location_time_desc {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 40px;
  font-size: 20px;
}

.contactdetails {
  width: 100%;
  min-height: 30vh;
  display: inline-block;
  text-align: start;
}

.contactdetails_heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 50px;
}

.contactdetails_desc {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 40px;
  font-size: 20px;
}

.youtube_logo {
  height: 60px;
  position: relative;
  left: 49.5%;
  border: 4px solid black;
  border-radius: 100%;
  transform: translate(-50%, -0%);
  opacity: 0.7;
  transition: 0.3s ease-in;
}

.youtube_logo:hover {
  opacity: 1;
}

.Zoom_logo {
  height: 60px;
  position: relative;
  left: 50.1%;
  border: 4px solid black;
  border-radius: 100%;
  transform: translate(-50%, -0%);
  opacity: 0.7;
  transition: 0.3s ease-in;
}

.Zoom_logo:hover {
  opacity: 1;
}

.QuickLinksT {
  width: auto;
  margin: auto;
}
