@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;
}



.title {
  display: flex;
  justify-content: center;
  font-size: 40px;
  margin-top: -32%;
  margin-left: -20%;
}

#sidebar {
  display: block;
  background-color: lightblue;
  margin-left: 84%;
  min-height: 97vh;
}

.nav-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
 padding-top: 50%;
}

.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: 20%;
  background-color: #3F628E;
  border-radius: 8%;
  margin-left: -85%;

}

.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: 153%;
  max-width: 186%;
  padding: 15%;
  background-color: #3F628E;
  border-radius: 8%;
  margin-left: -36%;
}


#about-page {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.about {
  font-size: 30px;
  font-weight: 600;
  margin-top: 5%;
  margin-left: -22%;
}

.about-info {
  margin-left: -15%;

}

.block-1 {
  display: none;
}

.tech-small {
  display: none;
}

.footer {
  padding-top: 1%;
  color: white;
  text-align: center;
  width: 100%;
  padding-bottom: 27px;
  background-color: #202020;
  margin-top: 17%;
}

@media (max-width: 600px) {

  html {
    min-height: 100vh;
  }


  #sidebar {
    display: none;
  }



  .header {
    margin-top: -70%;
    height: auto;
    max-width: 150px;
    position: fixed;
    z-index: 1;
    background-color: lightblue;
    display: flex;
    justify-content: center;

  }

  .pic {
    max-width: 100%;
    margin-top: 13%;

  }



  .title {
    margin-top: 60%;
    font-size: 33px;
    margin-left: 0.5%;

  }


  #about-page {
    margin-left: 12%;
    margin-top: 20%;

  }


  .about {
    font-size: 28px;
    font-weight: 600;
    margin-top: 30%;
    margin-left: -22%;
  }



  .about-info {
    margin-top: 4%;
    margin-left: -10%;

  }


  .block-1 {
    padding-block: 23%;
    border-radius: 10%;
    max-height: 50%;
    text-align: center;
    display: block;
    color: black;
    max-width: 50%;
    background-color: #3F628E;
    margin-left: 25%;
    margin-top: 25%;
    font-weight: 600;
  }

  .tech-small {
    width: 50px;
    height: 50px;
    float: inline-end;
    padding-right: 26%;
    display: block;
  }

  .footer {
    padding-top: 1%;
    color: white;
    text-align: center;
    max-width: 114%;
    padding-bottom: 27px;
    background-color: #202020;
    margin-top: 16%;
  }

}

@media (max-width: 1024px) and (min-width: 768px) {

  #sidebar {
    display: block;
    background-color: lightblue;
    margin-left: 75%;
    max-width: 25%;
    min-height: 100vh;
    margin-top: 0%;
  }

  .navbar-1 {
    color: black;
    font-weight: 600;
    margin-top: 60%;
    text-align: center;
    width: 100%;
    padding: 24%;
    background-color: rgb(63, 98, 142);
    border-radius: 8%;
    margin-left: -23%;
  }

  .navbar-2 {
    color: black;
    font-weight: 600;
    margin-top: 200%;
    text-align: center;
    width: 100%;
    padding: 30%;
    background-color: rgb(63, 98, 142);
    border-radius: 8%;
    margin-left: -31%;
  }

  .navbar-3 {
    color: black;
    font-weight: 600;
    margin-top: 140%;
    text-align: center;
    width: 90%;
    padding: 14%;
    background-color: #3F628E;
    border-radius: 8%;
    margin-left: -10%;
  }

  .about-info {
    margin-left: -24%;
  }

  .title {
    display: flex;
    justify-content: center;
    font-size: 40px;
    margin-top: -55%;
    margin-left: -20%;
  }

  .footer {
    padding-top: 1%;
    color: white;
    text-align: center;
    width: 100%;
    padding-bottom: 27px;
    background-color: #202020;
    margin-top: 27%;
  }

}

@media (width: 1440px){

  .footer {
    padding-top: 1%;
    color: white;
    text-align: center;
    width: 100%;
    padding-bottom: 27px;
    background-color: #202020;
    margin-top: 14%;
}

.navbar-1 {
  color: black;
  font-weight: 600;
  margin-top: 60%;
  text-align: center;
  width: 211%;
  padding: 20%;
  background-color: rgb(63, 98, 142);
  border-radius: 8%;
  margin-left: -83%;
}

.navbar-2 {
  color: black;
  font-weight: 600;
  margin-top: 62%;
  text-align: center;
  width: 200%;
  padding: 24%;
  background-color: rgb(63, 98, 142);
  border-radius: 8%;
  margin-left: -78%;
}

.navbar-3 {
  color: black;
  font-weight: 600;
  margin-top: 40%;
  text-align: center;
  width: 138%;
  padding: 15%;
  background-color: #3F628E;
  border-radius: 8%;
  margin-left: -34%;
}

#sidebar {
  display: block;
  background-color: lightblue;
  margin-left: 80%;
  min-height: 97vh;
}


}