.navbar {
  height: 8vh;
  font-size: 2vh;
  background-color: white;
}

.nav-link {
  color: rgb(77, 76, 76);
  font-size: 2vh;
  padding-top: 2vh;
  margin-right: 1vw;
  margin-left: 1vw;
  margin-bottom: 2vh;
  margin-top: 2vh;
  font-weight: bold;
}

.sidebar {
  color: black;
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: start;
  font-size: 1vw;
  flex-direction: column;
}

.headshot {
  width: 20vw;
  height: 20vw;
  border-radius: 25%;
  margin-top: 2vw;
  box-shadow: 1vh 1vh 3vh #b3b3b3;
}
.loc {
  margin-top: 2vw;
  width: 100%;
  display: flex;
  justify-content: center;
}
.logo {
  width: 2vw;
  margin-right: 1vw;
}
.content {
  width: 90%;
  height: auto;
  margin-left: 5%;
  margin-top: 2vw;
  margin-right: 5%;
  margin-bottom: 2vw;
  box-shadow: 1vh 1vh 3vh #b3b3b3;
  border-radius: 25px;
  margin-right: 2%;
}
.rest {
  width: 70%;
}
.all {
  justify-content: start;
  display: flex;
  flex-direction: row;
}
.progress {
  height: 1.5vw;
  width: 95%;
  margin-left: 1vw;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}
.progress-bar {
  font-size: 1vw;
}
.lang {
  font-family: "Courier New", Courier, monospace;
  font-size: 2vw;
  margin-left: 1vw;
}
a {
  color: black;
}
@media screen and (max-width: 500px) {
  .all {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    height: 20%;
    flex-direction: row;
  }
  .headshot {
    width: 30vw;
    height: 30vw;
    margin-left: 6vw;
    margin-top: 4vw;
  }
  .logo {
    height: 3vw;
    width: 3vw;
  }
  .loc {
    font-size: 3vw;
  }

  .sidebody {
    padding-left: 4vw;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1%;
  }
  .content {
    height: 80%;
    margin-top: 10vw;
    width: 100%;
    margin-left: 5%;
    float: none;
    margin-bottom: 10vw;
  }
  .rest {
    width: 90%;
  }
}
