.techhome-container {  display: grid;
    grid-template-columns: 1fr 1fr 1.05fr 0.9fr;
    grid-template-rows: 0.4fr 1.2fr 1.4fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    grid-template-areas:
      "header header header header"
      "info info info nav"
      "foto1 foto2 foto3 nav";
  }
  .techhome-container-child {
    height: 7vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    gap: 5px 5px;
    grid-auto-flow: row;
    grid-template-areas:
      "header-left header-right";
  }
  
  .techhome-header-left { 
    height: 7vh;
    grid-area: header-left; }
  
  .techhome-header-right {
    height: 7vh;
    grid-area: header-right; }
  
  
  .techhome-header { grid-area: header;
            background-color: #00DAFF;
   }
  .techhome-timeline::-webkit-scrollbar {
    display: none;
  }
  .techhome-timeline {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .techhome-nav { grid-area: nav;
      background-color: #00DAFF;
      width: 20vw;
  }
  
  .techhome-info { grid-area: info;
      height: 100%;
      width: 80vw;
  }
  .techhome-info h2  {
    margin-left: 1%;
  }
  
  .techhome-foto1 { grid-area: foto1;
      transition: .2s;
      width: 25vw;
      height: 100vh;
  }
  .techhome-foto1:hover  {
      transform: scale(1.05);
  }

  .techhome-foto2 { 
      grid-area: foto2;
      transition: .2s;
      width: 25vw;
  }
  .techhome-foto2:hover  {
      transform: scale(1.05);
  }

  .techhome-foto3 { 
      grid-area: foto3;
      transition: .2s;
      width: 25vw;
  }
  .techhome-foto3:hover  {
      transform: scale(1.05);
  }

  #techhome-main-header-img  {
    text-align: left;
    max-width: 250px;
    width: 270px;
    height: auto;
    padding-left: 1%;
    padding-top: 0.5%;
  }

  .techhome-container-child > div > h3 {
    text-align: right;
  }
  .techhome-home-button {

    background-color: rgba(41, 137, 233, 0);
    border: none;
    transition: transform .2s;
    color: rgba(255, 255, 255, 0);
    padding: 12px 16px;
    font-size: 30px;
    cursor: pointer;
    text-align: right;
    float: right;
  }
  .techhome-home-button:hover {
    background-color: rgba(65, 105, 225, 0);
    transform: scale(1.2);
  }
  #techhome-home-button   {
    height: 1.5em;
    width: auto;
  }
  body  {
    margin: 0;
    font-family: 'Agency FB', sans-serif;
  }
  .techhome-sidenav a  {
    font-size: 50px;
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: 'Agency FB', sans-serif;
    margin-left: 2%;
    margin-top: 2%;
    transition: transform .2s;
    text-align: center;
  }
  .techhome-sidenav a:hover  {
    transform: scale(1.2);
  }
  .techhome-info h1  {
    font-size: 75pt;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 0;
  }
  .techhome-info p  {
    margin-left: 1%;
    font-size: 14pt;
    margin-right: 2%;
  }
  #techhome-hall-off-fame  {
    height: auto;
    width: 25vw;
    padding: 4%;
    border-radius: 50px;
    align-items: center;
  }

  #techhome-History  {
    height: auto;
    width: 25vw;
    padding: 4%;
    border-radius: 50px;
    align-items: center;
  }
  #techhome-silicon-valley  {
    height: auto;
    width: 25vw;
    padding: 4%;
    border-radius: 50px;
    align-items: center;
  }
  @media (max-width: 1000px) {
    .techhome-grid{
    display: grid;
    width: 100vw;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "header header header"
      "time time time"
      "time time time"
      "foto1 foto1 foto1"
      "foto2 foto2 foto2"
      "foto3 foto3 foto3";
    }
    .techhome-header {
      width: 100vw;
      height: 2.5em;
    }
  
    .techhome-sidenav{
      display: none;
    }
    .techhome-nav  {
      display: none;
    }
    .techhome-home-button  {
      display: none;
    }
  
    .techhome-header img{
      height: 2.5em;
      float: left;
    }
    .techhome-foto1  {
      display: flex;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    #techhome-hall-off-fame  {
      border-radius: 15px;
      width: 110%;
    }
    .techhome-foto2  {
      text-align: center;
    }
    #techhome-History  {
      border-radius: 15px;
      width: 110%;
    }
    .techhome-foto3  {
      text-align: center;
    }
    #techhome-silicon-valley {
      border-radius: 15px;
      width: 110%;
    }
    .techhome-info {
      width: 100vw;
    }
    #techhome-main-header-img  {
      height: auto;
      max-width: 250px;
      justify-content: center;
      text-align: center;
      margin: 0.5%;
    }
    .techhome-header {
      height: 7vh;
      align-items: center;
    }
    .techhome-header-left  {
      height: 7vh;
    }
    .techhome-header-right {
      height: 7vh;
    }
  }


----------------------------------------------------

  ul  {
    display: none;
  }
  li  {
    display: none;
  }
  .techhome-menu {
    z-index: 6;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .techhome-menu > li {
    margin: 0 1rem;
    overflow: hidden;
  }
  
  .techhome-menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    float: right;
    margin-right: 20%;
  }
  
  #techhome-menu-toggle {
    display: none;
  }
  
  .techhome-menu-button,
  .techhome-menu-button::before,
  .techhome-menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  
  .techhome-menu-button::before {
    content: '';
    margin-top: -8px;
  }
  
  .techhome-menu-button::after {
    content: '';
    margin-top: 8px;
  }
  
  #techhome-menu-toggle:checked + .techhome-menu-button-container .techhome-menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  
  #techhome-menu-toggle:checked + .techhome-menu-button-container .techhome-menu-button {
    background: rgba(0, 0, 0, 0);
  }
  
  #techhome-menu-toggle:checked + .techhome-menu-button-container .techhome-menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
  
  @media (max-width: 1000px) {
    .techhome-menu-button-container {
      display: flex;
    }
    .techhome-menu {
      z-index: 6;
      position: absolute;
      top: 7%;
      left: 0;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    #techhome-menu-toggle ~ .techhome-menu li {
      height: 0;
      margin: 0;
      padding: 0;
      border: 0;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #techhome-menu-toggle:checked ~ .techhome-menu li {
      border: 1px solid #333; 
      height: 2.5em;
      padding: 0.5em;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .techhome-menu > li {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 0.5em 0;
      width: 100%;
      color: white;
      background-color: #222222fd;
      font-size: 25pt;
      text-decoration: none;
    }
    .techhome-menu > li:not(:last-child) {
      border-bottom: 1px solid #444;
    }
    .techhome-menu a {
      text-decoration: none;
      color: white;
    }
  }












  .techfame-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1.05fr 0.9fr;
    grid-template-rows: 0.4fr 1.2fr 1.4fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    grid-template-areas:
      "header header header header"
      "info info info nav"
  }
  
  .techfame-container-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    gap: 5px 5px;
    grid-auto-flow: row;
    overflow-x: hidden;
    overflow-y: hidden;
    grid-template-areas:
      "header-left header-right";
  }
  
  .techfame-header-left {
    height: 7vh;
    grid-area: header-left;
  }
  
  .techfame-header-right {
    height: 7vh;
    grid-area: header-right;
  }
  
  
  .techfame-header {
    grid-area: header;
    background-color: #00DAFF;
    height: 7vh;
  }
  
  .techfame-content1 {
    background-color: rgb(62, 62, 62);
    border-radius: 10px;
  }
  
  .techfame-timeline::-webkit-scrollbar {
    display: none;
  }
  
  .techfame-timeline {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .techfame-nav {
    grid-area: nav;
    background-color: #00DAFF;
    width: 20vw;
    height: 100vh;
  
  }
  
  .techfame-info {
    grid-area: info;
    height: 100vh;
    width: 80vw;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  #techfame-main-header-img {
    text-align: left;
    width: 400px;
    max-width: 250px;
    height: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
  }
  
  .techfame-container-child>div>h3 {
    text-align: right;
  }
  
  .techfame-home-button {
    background-color: rgba(41, 137, 233, 0);
    border: none;
    transition: transform .2s;
    color: rgba(255, 255, 255, 0);
    padding: 12px 16px;
    font-size: 30px;
    cursor: pointer;
    text-align: right;
    float: right;
  }
  
  .techfame-home-button:hover {
    background-color: rgba(65, 105, 225, 0);
    transform: scale(1.2);
  }
  
  #techfame-home-button {
    height: 1.5em;
    width: auto;
  }
  
  body {
    margin: 0;
    font-family: 'Agency FB', sans-serif;
  }
  
  .techfame-sidenav a {
    font-size: 50px;
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: 'Agency FB', sans-serif;
    margin-left: 2%;
    margin-top: 2%;
    transition: transform .2s;
    text-align: center;
  }
  
  .techfame-sidenav a:hover {
    transform: scale(1.2);
  }
  
  .techfame-info h1 {
    font-size: 75pt;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 0;
  }
  
  .techfame-info p {
    font-size: 14pt;
  }
  
  .techfame-header2 {
    font-size: 50pt;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
  }
  
  .techfame-line hr {
    width: 550px;
    border: 2px solid #00BBFF;
  }
  
  .techfame-content1 {
    margin: 1%;
  }
  
  .techfame-content1 p {
    margin: 7px;
    color: white;
  }
  
  .techfame-content1 h2 {
    font-size: 35pt;
    margin: 7px;
    color: white;
  }
  
  .techfame-content1 p {
    font-size: 14pt;
  }
  
  .techfame-info::-webkit-scrollbar {
    display: none;
  }
  
  .techfame-timeline {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  #techfame-images {
    width: 500px;
    height: auto;
    border-radius: 15px;
    margin: 1%;
  }
  
  .techfame-images {
    display: flex;
  
  }
  
  .techfame-breakline {
    width: 100vw;
  }
  .techfame-breakline hr  {
    border: 5px solid #00DAFF;
  }
  
  
  
  
  
  @media (max-width: 1000px) {
    .techfame-grid {
      display: grid;
      width: 100vw;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 0.1fr 1fr 1fr;
      gap: 0px 0px;
      grid-auto-flow: row;
      grid-template-areas:
        "header header header"
        "time time time"
        "time time time";
    }
  
    .techfame-header {
      width: 100vw;
      height: 7vh;
    }
  
    .techfame-timeline {
      width: 100vw;
    }
  
    .techfame-sidenav {
      display: none;
    }
  
    .techfame-nav {
      display: none;
    }
  
    .techfame-home-button {
      display: none;
    }
  
    .techfame-header img {
      height: 2.5em;
      float: left;
    }
  
    .techfame-foto1 {
      display: none;
    }
  
    .techfame-foto2 {
      display: none;
    }
  
    .techfame-foto3 {
      display: none;
    }
  
    .techfame-info {
      width: 100vw;
      overflow-x: hidden;
    }
  
    #techfame-main-header-img {
      height: auto;
      max-width: 250px;
      padding-top: 1%;
      padding-bottom: 1%;
      padding-left: 1%;
      justify-content: center;
      text-align: center;
    }
  
    .techfame-header {
      height: 7vh;
      align-items: center;
    }
  
    .techfame-header-left {
      height: 7vh;
    }
  
    .techfame-header-right {
      height: 7vh;
    }
  
    #techfame-images {
      width: 90vw;
      height: auto;
      border-radius: 15px;
      margin: 1%;
    }
  
    .techfame-header2 h1 {
      font-size: 50pt;
      margin-top: 2%;
    }
  
    .techfame-line hr {
      width: 100vw;
    }
  
    .techfame-container {
      overflow: hidden;
    }
  }
  
  
  
  ----------------------------------------- 
  ul {
    display: none;
  }
  
  li {
    display: none;
  }
  
  .techfame-menu {
    z-index: 6;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .techfame-menu>li {
    margin: 0 1rem;
    overflow: hidden;
  }
  
  .techfame-menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    float: right;
    margin-right: 20%;
  }
  
  #techfame-menu-toggle {
    display: none;
  }
  
  .techfame-menu-button,
  .techfame-menu-button::before,
  .techfame-menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  
  .techfame-menu-button::before {
    content: '';
    margin-top: -8px;
  }
  
  .techfame-menu-button::after {
    content: '';
    margin-top: 8px;
  }
  
  #techfame-menu-toggle:checked+.techfame-menu-button-container .techfame-menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  
  #techfame-menu-toggle:checked+.techfame-menu-button-container .techfame-menu-button {
    background: rgba(0, 0, 0, 0);
  }
  
  #techfame-menu-toggle:checked+.techfame-menu-button-container .techfame-menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
  
  @media (max-width: 1000px) {
    .techfame-menu-button-container {
      display: flex;
    }
  
    .techfame-menu {
      position: absolute;
      top: 5%;
      margin-top: 50px;
      left: 0;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
  
    #techfame-menu-toggle~.menu li {
      height: 0;
      margin: 0;
      padding: 0;
      border: 0;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
  
    #techfame-menu-toggle:checked~.menu li {
      border: 1px solid #333;
      height: 2.5em;
      padding: 0.5em;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
  
    .techfame-menu>li {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 0.5em 0;
      width: 100%;
      color: white;
      background-color: #222222fd;
      font-size: 25pt;
      text-decoration: none;
    }
  
    .techfame-menu>li:not(:last-child) {
      border-bottom: 1px solid #444;
    }
  
    .techfame-menu a {
      text-decoration: none;
      color: white;
    }
  }
  
  @media (max-width: 1000px) {
    .techfame-grid {
      display: grid;
      width: 100vw;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 0.1fr 1fr 1fr;
      gap: 0px 0px;
      grid-auto-flow: row;
      grid-template-areas:
        "header header header"
        "time time time"
        "time time time";
    }
  
    .techfame-header {
      width: 100vw;
    }
  
    .techfame-timeline {
      width: 100vw;
    }
  
    .techfame-sidenav {
      display: none;
    }
  
    .techfame-nav {
      display: none;
    }
  
    .techfame-home-button {
      display: none;
    }
  
    .techfame-header img {
      height: 2.5em;
      float: left;
    }
  
    .techfame-foto1 {
      display: none;
    }
  
    .techfame-foto2 {
      display: none;
    }
  
    .techfame-foto3 {
      display: none;
    }
  
    .techfame-info {
      width: 100vw;
      height: 100vh;
    }
  
    #techfame-main-header-img {
      height: auto;
      max-width: 250px;
      justify-content: center;
      text-align: center;
    }
  
    .techfame-header {
      height: 7vh;
      align-items: center;
    }
  
    .techfame-header-left {
      height: 7vh;
    }
  
    .techfame-header-right {
      height: 7vh;
    }
  }
  
  
  ---------------------------------------------------- ul {
    display: none;
  }
  
  li {
    display: none;
  }
  
  .techfame-menu {
    z-index: 6;
    position: absolute;
    top: 7%;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .techfame-menu>li {
    margin: 0 1rem;
    overflow: hidden;
  }
  
  .techfame-menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    float: right;
    margin-right: 20%;
  }
  
  #techfame-menu-toggle {
    display: none;
  }
  
  .techfame-menu-button,
  .techfame-menu-button::before,
  .techfame-menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  
  .techfame-menu-button::before {
    content: '';
    margin-top: -8px;
  }
  
  .techfame-menu-button::after {
    content: '';
    margin-top: 8px;
  }
  
  #techfame-menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  
  #techfame-menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(0, 0, 0, 0);
  }
  
  #techfame-menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
  
  @media (max-width: 1000px) {
    .techfame-menu-button-container {
      display: flex;
    }
  
    .techfame-menu {
      position: absolute;
      top: 7%;
      left: 0;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
  }
  
  #techfame-menu-toggle~.menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  #techfame-menu-toggle:checked~.menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .techfame-menu>li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222222fd;
    font-size: 25pt;
    text-decoration: none;
  }
  
  .techfame-menu>li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  
  .techfame-menu a {
    text-decoration: none;
    color: white;
  }















  * {
    box-sizing: border-box;
  }
  
  :root {
      --primary: #fb8e00;
      --primary-gradient: linear-gradient(45deg, #153c7e 0%, #37a9e1 100%);
    }
    .section-header {
      text-align: center;
    }
    .section-header h2 {
      font-size: 50pt;
      font-weight: 700;
      margin-bottom: 0;
      margin-top: 1%;
    }
    .section-header hr {
      border: 2px solid #00BBFF;
      max-width: 550px;
      width: 100%;
    }
    .section-header p {
      font-size: 14pt;
      margin-left: 2%;
      margin-right: 2%;
    }
    
    .bg-gradient_solid {
      background-color: white;
    }
    .steps {
      position: relative;
      margin-top: 32px;
    }
    .timeline::-webkit-scrollbar {
      display: none;
    }
    .timeline {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .steps::after {
      content: "";
      position: absolute;
      width: 3px;
      background-color: #00BBFF;
      top: 0;
      bottom: 0;
      left: 50%;
    }
    
    .steps .content p {
      color: #ffffff;
      font-size: 16pt;
    }
    
    .steps .content h2 {
      font-weight: 600;
      font-size: 30pt;
      color: #ffffff;
      font-weight: bold;  
    }
    
    .steps-container {
      position: relative;
      background-color: inherit;
      width: calc(50% + 32px);
    }
    
    .steps-container .content {
      padding: 32px;
      background-color: rgb(150, 150, 150);
      position: relative;
      border-radius: 30px 30px 30px 30px;
      box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
    }
    
    .steps .steps-container:nth-child(even) {
      left: calc(50% - 32px);
      flex-direction: row-reverse;
    }
    
    .steps-container {
      display: flex;
    }
    
    .steps .steps-container .date {
      font-weight: 900;
      font-size: 20pt;
      color: #ffffff;
      margin-bottom: 10px;
      width: 62px;
      height: 62px;
      background-color: var(--primary);
      border-radius: 50%;
      flex-shrink: 0;
      align-items: center;
      display: flex;
      justify-content: center;
      z-index: 5;
    }
    
    .step-line {
      width: 40px;
      background-color: #00BBFF;
      height: 3px;
      margin-top: 31px;
      flex-shrink: 0;
    }
    
    @media (max-width: 1000px) {
      .steps::after {
        left: 32px;
      }
      .steps-container {
        left: 0;
        flex-direction: row-reverse;
        width: auto;
        margin-bottom: 16px;
      }
      .steps .steps-container:nth-child(even) {
        left: 0;
      }
    }
    
    
      .container-default {  display: grid;
        grid-template-columns: 1fr 1fr 1.05fr 0.9fr;
        grid-template-rows: 0.4fr 1.2fr 1.4fr;
        gap: 0px 0px;
        grid-auto-flow: row;
        height: 100vh;
        overflow-y: hidden;
        overflow-x: hidden;
        grid-template-areas:
          "header header header header"
          "info info info nav"
          "foto1 foto2 foto3 nav";
      }
      .container-child {
        height: 7vh;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        grid-auto-columns: 1fr;
        gap: 5px 5px;
        grid-auto-flow: row;
        grid-template-areas:
          "header-left header-right";
      }
      
      .header-left { grid-area: header-left; }
      
      .header-right { grid-area: header-right; }
      
      
      .header { grid-area: header;
                background-color: #00DAFF;
       }
      
      .nav { grid-area: nav;
          background-color: #00DAFF;
          width: 20vw;
      }
    #main-header-img  {
      text-align: left;
      width: 270px;
      max-width: 250px;
      height: auto;
      padding: 1%;
    }
    
    .container-child > div > h3 {
      text-align: right;
    }
    .home-button {
      background-color: rgba(41, 137, 233, 0);
      border: none;
      transition: transform .2s;
      color: rgba(255, 255, 255, 0);
      padding: 12px 16px;
      font-size: 30px;
      cursor: pointer;
      text-align: right;
      float: right;
    }
    .home-button:hover {
      background-color: rgba(65, 105, 225, 0);
      transform: scale(1.2);
    }
    #home-button   {
      height: 1.5em;
      width: auto;
    }
    body  {
      margin: 0;
      font-family: 'Agency FB', sans-serif;
    }
    .sidenav a  {
      font-size: 50px;
      display: block;
      text-decoration: none;
      color: rgb(255, 255, 255);
      font-family: 'Agency FB', sans-serif;
      margin-left: 2%;
      margin-top: 2%;
      transition: transform .2s;
      text-align: center;
    }
    .sidenav a:hover  {
      transform: scale(1.2);
    }
    #hall-off-fame  {
      height: 30%;
      padding: 4%;
      border-radius: 50px;
    }
    
    #History  {
      height: 30%;
      padding: 4%;
      border-radius: 50px;
    }
    #silicon-valley  {
      height: 30%;
      padding: 4%;
      border-radius: 50px;
    }
    
    .timeline   {
      width: 80vw;
      height: 90vh;
      overflow-y: scroll;
    }
    #js-img   {
      float: right;
      width: 200px;
      height: auto;
      float: right;
      border-radius: 10%;
    }
  .content  {
    margin-left: 1%;
    margin-right: 1%;
  }
  .img-content    {
      height: 100%;
      align-items: center;
      justify-content: center;
  }
  #images    {
      width: 200px;
      height: auto;
      margin: 1%;
  }
  
  -------------------------------------------------
  
  
  
  ul  {
    display: none;
  }
  li  {
    display: none;
  }
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .menu > li {
    margin: 0 1rem;
    overflow: hidden;
  }
  
  .menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    float: right;
    margin-right: 20%;
  }
  
  #menu-toggle {
    display: none;
  }
  
  .menu-button,
  .menu-button::before,
  .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  
  .menu-button::before {
    content: '';
    margin-top: -8px;
  }
  
  .menu-button::after {
    content: '';
    margin-top: 8px;
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(0, 0, 0, 0);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
  
  @media (max-width: 1080px) {
    .menu-button-container {
      display: flex;
    }
    .container  {
      margin-right: 1%;
      margin-left: 1%;
    }
    .menu {
      position: absolute;
      top: 7%;
      left: 0;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    .section-header h2  {
      font-size: 40pt;
    }
    
    #menu-toggle ~ .menu li {
      height: 0;
      margin: 0;
      padding: 0;
      border: 0;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked ~ .menu li {
      border: 1px solid #333; 
      height: 2.5em;
      padding: 0.5em;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu > li {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 0.5em 0;
      width: 100%;
      color: white;
      background-color: #222222fd;
      font-size: 25pt;
      text-decoration: none;
    }
    .menu > li:not(:last-child) {
      border-bottom: 1px solid #444;
    }
    .menu a {
      text-decoration: none;
      color: white;
    }
  
    ul  {
      display: none;
    }
    li  {
      display: none;
    }
    .menu {
      display: flex;
      flex-direction: row;
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    
    .menu > li {
      margin: 0 1rem;
      overflow: hidden;
    }
    
    .menu-button-container {
      display: none;
      height: 100%;
      width: 30px;
      cursor: pointer;
      flex-direction: column;
      justify-content: center;
      float: right;
      margin-right: 20%;
    }
    
    #menu-toggle {
      display: none;
    }
    
    .menu-button,
    .menu-button::before,
    .menu-button::after {
      display: block;
      background-color: #fff;
      position: absolute;
      height: 4px;
      width: 30px;
      transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
      border-radius: 2px;
    }
    
    .menu-button::before {
      content: '';
      margin-top: -8px;
    }
    
    .menu-button::after {
      content: '';
      margin-top: 8px;
    }
    
    #menu-toggle:checked + .menu-button-container .menu-button::before {
      margin-top: 0px;
      transform: rotate(405deg);
    }
    
    #menu-toggle:checked + .menu-button-container .menu-button {
      background: rgba(0, 0, 0, 0);
    }
    
    #menu-toggle:checked + .menu-button-container .menu-button::after {
      margin-top: 0px;
      transform: rotate(-405deg);
    }
    
    @media (max-width: 1000px) {
      .menu-button-container {
        display: flex;
      }
      .menu {
        z-index: 6;
        position: absolute;
        top: 7%;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
      }
      .nav  {
        display: none;
      }
      .home-button  {
        display: none;
      }
      .timeline {
        width: 100vw;
        height: 100vh;
      }
      }
      #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      #menu-toggle:checked ~ .menu li {
        border: 1px solid #333; 
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      .menu > li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: #222222fd;
        font-size: 25pt;
        text-decoration: none;
      }
      .menu > li:not(:last-child) {
        border-bottom: 1px solid #444;
      }
      .menu a {
        text-decoration: none;
        color: white;
      }
  }