@import url(https://db.onlinewebfonts.com/c/f9b9a4fce362a3a9111c138859ccb422?family=Agency+FB+V2);

@font-face {
  font-family: "Agency FB V2";
  src: url("https://db.onlinewebfonts.com/t/f9b9a4fce362a3a9111c138859ccb422.eot");
  src: url("https://db.onlinewebfonts.com/t/f9b9a4fce362a3a9111c138859ccb422.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/f9b9a4fce362a3a9111c138859ccb422.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/f9b9a4fce362a3a9111c138859ccb422.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/f9b9a4fce362a3a9111c138859ccb422.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/f9b9a4fce362a3a9111c138859ccb422.svg#Agency FB V2")format("svg");
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Agency FB V2";
  font-size: 19.2px;
}

body {
  background-color: snow;
}

html::-webkit-scrollbar{
  width: 0;
}

.header {
  height: auto;
  width: 100%;
  position: fixed;
  z-index: 1;
  background-color: lightblue;
  display: flex;
  justify-content: center;
}

.pic {
  max-width: 100%;
  margin: auto;
}

#sidebar {
  width: 16%;
  background-color: lightblue;
  margin-left: 84%;
  min-height: 88vh;
  margin-top: 150px;
  position: fixed;
}

.nav-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
 margin: -1%;
}

.navbar-1:hover {
  color: rgb(20, 149, 255);
  font-weight: bold;
}

.navbar-1 {
  color: black;
  font-weight: 600;
  margin-top: 60%;
  text-align: center;
  width: 240%;
  padding: 22%;
  background-color: #3F628E;
  border-radius: 8%;
  margin-left: -86%;

}

.navbar-2:hover {
  color: rgb(20, 149, 255);
  font-weight: bold;
}

.navbar-2 {
  color: black;
  font-weight: 600;
  margin-top: 62%;
  text-align: center;
  width: 220%;
  padding: 24%;
  background-color: rgb(63, 98, 142);
  border-radius: 8%;
  margin-left: -74%;
}

.navbar-3:hover {
  color: rgb(20, 149, 255);
  font-weight: bold;
}

.navbar-3 {
  color: black;
  font-weight: 600;
  margin-top: 40%;
  text-align: center;
  width: 150%;
  padding: 15%;
  background-color: #3F628E;
  border-radius: 8%;
  margin-left: -36%;
}

.title {
  text-align: center;
  padding-top: 17%;
  font-size: 32px;
  margin-right: 21%;
}


.Hall-of-Fame-info {
  padding-left: 20%;
  margin-top: 1%;
}

.Silicon-info{
 text-align: center;
 padding-top: 2%;
 padding-right: 22%
}

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400&display=swap');

.design-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  padding: 100px 0;
  padding-right: 22%;
}

.design {
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline {
  width: 90%;
  height: auto;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.timeline-content {
  padding: 20px;
  background: lightblue;
  /* -webkit-box-shadow: 5px 5px 10px #1a1a1a, -5px -5px 10px #242424;
            box-shadow: 5px 5px 10px #1a1a1a, -5px -5px 10px #242424; */
  border-radius: 5px;
  color: white;
  /* padding: 2.75rem 3rem; */
  transition: 0.4s ease;
  overflow-wrap: break-word !important;
  margin: 1rem;
  margin-bottom: 20px;
  border-radius: 12px;
  color: black;
}

.timeline-component {
  margin: 0px 20px 20px 20px;
}


@media screen and (min-width: 768px) {

  .timeline {
    display: grid;
    grid-template-columns: 1fr 3px 1fr;
  }

  .timeline-middle {
    position: relative;
    background-image: linear-gradient(45deg, #3F628E, #3F628E, #3F628E);
    width: 3px;
    height: 100%;
  }

  .main-middle {
    opacity: 0;
  }

  .timeline-circle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #3F628E, #3F628E, #3F628E);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.Charles-pic {
  width: 150px;
  position: relative;
  left: -60% auto;
  margin-top: 8%;
}

.Ada-pic {
  width: 150px;
  position: relative;
  left: auto;
  margin-top: 8%;
}

.Grace-pic {
  width: 150px;
  left: auto;
  position: relative;
  margin-top: 8%;
}

.two-pics {
  width: 90px;
  left: auto;
  position: relative;
  margin-top: 8%;
  padding-right: 28%;
}

.two-pic {
  width: 102px;
  left: auto;
  position: relative;
  margin-top: 8%;
}

.larry-pic {
  width: 93px;
  left: auto;
  position: relative;
  margin-top: 8%;
  padding-right: 23%;
}

.Sergey-pic {
  width: 125px;
  left: auto;
  position: relative;
}

.Kevin-pic {
  margin-top: 8%;
  width: 220px;
  left: auto;
  position: relative;
}

.Chad-pic {
  width: 122px;
  padding-left: 10%;
}

.Steve-chen-pic {
  width: 150px;
}

.Jawed-pic {
  width: 150px;
  padding-left: 22%;
}

.back-button {
  padding: 1%;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 5%;
  max-width: 150px;
  color: white;
  background-color: #3F628E;
  font-weight: 600;
  margin-left: 33.5%;
  margin-top: -4%;
}

@media (max-width: 625px) {

  #sidebar {
    display: none;
  }

  .title {
    text-align: center;
    padding-top: 65%;
    font-size: 32px;
    padding-left: 20%;

  }

  .Hall-of-Fame-info {
    padding-left: 15%;
    margin-top: 1%;
  }

  .timeline {
    width: 90%;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-left: 20%;
  }

  .two-pics {
    margin-top: 20%;
    width: 91px;
    left: auto;
    position: relative;
    margin-top: 8%;
    padding-right: 28%;
  }

  .two-pic {
    width: 93px;
    left: auto;
    position: relative;
    margin-top: 8%;
  }

 
  .Chad-pic {
    width: 150px;
    margin-top: 8%;
    position: relative;
    left: auto;
  }

  .Steve-chen-pic {
    width: 150px;
    position: relative;
    left: 10%;
  }

  .Jawed-pic {
    width: 150px;
    position: relative;
    left: -12%;
  }

  .back-button {
    padding: 1%;
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 5%;
    max-width: 100%;
    color: white;
    background-color: #3F628E;
    font-weight: 600;
    margin-left: 28%;
    margin-top: -4%;
    margin-bottom: 5%;
  }


  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: lightblue;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    z-index: 1;
}

.mobile-menu a {
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.3s;
}

.mobile-menu a:hover {
    background-color: #555;
}

.hamburger {
    display: block;
    position: fixed;
    top: 125px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #3F628E;
    z-index: 2;
}

}

@media  (width: 1440px){

 
  .navbar-1 {
    color: black;
    font-weight: 600;
    margin-top: 60%;
    text-align: center;
    width: 220%;
    padding : 22%;
    background-color: #3F628E;
    border-radius: 8%;
    margin-left: -90%;
  
  }
  
  
  
  .navbar-2 {
    color: black;
    font-weight: 600;
    margin-top: 62%;
    text-align: center;
    width: 210%;
    padding: 20%;
    background-color: rgb(63, 98, 142);
    border-radius: 8%;
    margin-left: -80%;
  }
  
 
  
  .navbar-3 {
    color: black;
    font-weight: 600;
    margin-top: 40%;
    text-align: center;
    width: 140%;
    padding: 15%;
    background-color: #3F628E;
    border-radius: 8%;
    margin-left: -36%;
  }
  


}