body {
  background-color: #f9f0e0;
  color: #052f5f;
  margin: 0 auto;
  font-family: "Source Code Pro", monospace;
  font-style: normal;
  max-width: 1200px;
}

a {
  text-decoration: none;
}

nav {
  display: flex;
  background: #f8d896;
  border-bottom: 10px solid #b58e67;
  justify-content: space-between;
}

.highlightLink:hover {
  background-size: 0 4px, 100% 4px;
}

.highlightLink {
  background: linear-gradient(to right, #b58e67, #b58e67),
    linear-gradient(to right, #052f5f, #a5d2c7);
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

nav div {
  display: flex;
  align-items: center;
  float: right;
}

nav img {
  width: 120px;
}

nav a {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #a5d2c7;
  text-shadow: -1px 0 #052f5f, 0 1px #052f5f, 1px 0 #052f5f, 0 -1px #052f5f;
  margin: 20px;
}

header img {
  width: 100%;
}

header {
  position: relative;
  text-align: center;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  font-family: "Roboto", sans-serif;
  color: #f9f0e0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 2.5vw;
}

.projectSection {
  width: 80%;
  text-align: center;
  margin: 0px auto;
}

.project a {
  font-size: 2.4vw;
}

#pathbuilder {
  font-size: 1.9vw;
}

#quizfrenzy {
  font-size: 1.9vw;
}

.projectSection h2 {
  font-size: 3vw;
}

.projects {
  display: flex;
  flex-wrap: wrap;
}

.project {
  text-align: left;
  margin: 5px;
  background: #f8d896;
  padding: 5px;
  border: 5px solid #b58e67;
  border-radius: 5px;
  font-size: 1.9vw;
}

.projectImg {
  width: 40%;
  height: fit-content;
  border: 3px solid #b58e67;
  border-radius: 5px;
}

#quizfrenzyImg {
  width: 20%;
}

#profileImg {
  width: 50%;
  margin-right: 15px;
}

.projectInfo {
  display: flex;
  justify-content: space-between;
}

.highlightedText {
  font-size: 2.5vw;
  font-family: "Roboto", sans-serif;
}

footer {
  display: flex;
  justify-content: space-between;
  margin: 20px;
  align-items: center;
}
footer a {
  font-size: 2vw;
}

.linklogo {
  height: 60px;
}

@media screen and (min-width: 1200px) {
  .top-left {
    font-size: 30px;
  }

  .projectSection a {
    font-size: 28.8px;
  }

  .projectSection h2 {
    font-size: 36px;
  }

  .project {
    text-align: left;
    margin: 5px;
    background: #f8d896;
    padding: 5px;
    border: 5px solid #b58e67;
    border-radius: 5px;
    font-size: 22.8px;
  }

  .highlightedText {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
  }
  footer a {
    font-size: 24px;
  }

  .linklogo {
    height: 60px;
  }

  #pathbuilder {
    font-size: 22.8px;
  }

  #quizfrenzy {
    font-size: 22.8px;
  }
}

@media only screen and (max-width: 600px) {
  nav img {
    width: 60px;
  }
  nav a {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #a5d2c7;
    text-shadow: -1px 0 #052f5f, 0 1px #052f5f, 1px 0 #052f5f, 0 -1px #052f5f;
    margin: 20px;
  }
  .linklogo {
    height: 40px;
  }
}
