@import url("https://fonts.googleapis.com/css2?family=Arvo&family=Roboto:wght@300&display=swap");
nav {
  width: 100vw;
  height: 15vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: hsla(0deg, 0%, 100%, 0.85);
}
nav h1 {
  width: 50%;
}
nav ul {
  font-size: 3vw;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 640px) {
  body nav {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  body nav h1 {
    align-self: center;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  body nav ul {
    font-size: 4vmin;
    width: 100%;
  }
}
@media (min-width: 641px) {
  body nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body nav ul {
    margin-top: 2vw;
  }
}
header {
  background-image: url("../assets/header.webp");
  width: 100vw;
  margin: 15vh 0px 0px 0px;
  height: 70vh;
  background-size: cover;
}

@media (max-width: 640px) {
  header h1 {
    font-size: 8vmin;
  }
}
nav {
  width: 100vw;
  height: 15vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: hsla(0deg, 0%, 100%, 0.85);
}
nav h1 {
  width: 50%;
}
nav ul {
  font-size: 3vw;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 640px) {
  body nav {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  body nav h1 {
    align-self: center;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  body nav ul {
    font-size: 4vmin;
    width: 100%;
  }
}
@media (min-width: 641px) {
  body nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body nav ul {
    margin-top: 2vw;
  }
}
.bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  max-width: 1200px;
  line-height: 1.7;
}
.bio .view-resume {
  align-self: center;
}

nav {
  width: 100vw;
  height: 15vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: hsla(0deg, 0%, 100%, 0.85);
}
nav h1 {
  width: 50%;
}
nav ul {
  font-size: 3vw;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 640px) {
  body nav {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  body nav h1 {
    align-self: center;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  body nav ul {
    font-size: 4vmin;
    width: 100%;
  }
}
@media (min-width: 641px) {
  body nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body nav ul {
    margin-top: 2vw;
  }
}
.contact-info {
  width: 95vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.contact-info ul {
  line-height: 2.5;
}
.contact-info ul li {
  padding-left: 0px;
  display: flex;
}
.contact-info ul li svg {
  align-self: center;
}
.contact-info picture {
  width: 50vw;
  display: flex;
}
.contact-info picture img {
  width: 80%;
  border-radius: 2em;
}

@media (max-width: 640px) {
  .contact-info {
    justify-content: stretch;
  }
  .contact-info ul {
    width: 50vw;
    padding-left: 0px;
  }
  .contact-info picture {
    justify-content: flex-end;
  }
  .contact-info picture img {
    width: 100%;
    align-self: center;
  }
}
body {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #555664;
}
body nav, body h1, body h2, body h3, body .view-resume {
  font-family: "Arvo", serif;
}
body h1 {
  padding: 2vw;
}
body h2, body h3 {
  margin-bottom: 0px;
}
body h2 span:target + span {
  background-color: rgb(236, 234, 102);
}
body a {
  color: #555664;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body a:visited {
  text-decoration: none;
}
body ul li {
  list-style: none;
}

@media (max-width: 920px) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3, .view-resume {
    font-size: 1.5em;
  }
}
@media (min-width: 921px) {
  h1 {
    font-size: 5vw;
  }
  h2 {
    font-size: 4vw;
  }
  h3, .view-resume {
    font-size: 3vw;
  }
}
html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body section.about, body section.contact, body footer {
  padding-left: 2vw;
}
body h2 #about, body h2 #contact {
  margin-top: -15vh;
  padding-bottom: 10vh;
  display: block;
}/*# sourceMappingURL=style.css.map */