header {
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin: none;
}

#content {
  font-family: "Manrope", sans-serif;
}
#content #resume h3 {
  font-weight: bold;
  font-size: larger;
}

.nav-desk {
  background-color: #2C3E50;
  padding: 0.5%;
  text-align: center;
  font-family: "Manrope", sans-serif;
  position: sticky;
  top: 0;
}
.nav-desk a {
  text-decoration: none;
  color: #FFFFFF;
  display: inline-block;
  margin: auto 2em;
}

#education, #experience {
  margin-bottom: 3.5em;
}

.nav-mobile {
  display: none;
}

@media screen and (max-width: 430px) {
  .nav-mobile {
    background-color: #2C3E50;
    text-align: end;
    display: flex;
  }
  .nav-mobile .center {
    text-align: center;
  }
  .nav-mobile #links {
    display: none;
    text-align: center;
  }
  .nav-mobile #links a {
    text-decoration: none;
    color: #FFFFFF;
    margin: auto 0.75em;
  }
  .nav-mobile svg {
    margin: 0.5%;
  }
  #gen-info {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
  #gen-info h2 {
    text-align: center;
  }
  #education, #experience {
    margin-bottom: 2.5em;
  }
  #resume {
    display: none;
  }
  .nav-desk {
    display: none;
  }
}

/*# sourceMappingURL=style-main.css.map */
