h1, h2, h3, p, a {
  font-family: "Roboto", sans-serif;
  color: #EDF9FC;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5em;
}

#leftBorder {
  height: 200%;
}

#rightBorderThick {
  height: 200%;
}

#aboutBio {
  padding: 0;
  width: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #aboutBio {
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  #aboutBio {
    width: 160px;
    margin: 0 10px 0 20px !important;
  }
}
#aboutBio > div:first-child {
  padding: 0;
  margin: 40px 0 0 0 !important;
}
#aboutBio > div:first-child img {
  max-width: 240px;
  height: auto;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #aboutBio > div:first-child img {
    max-width: 160px;
  }
}
#aboutBio h2 {
  font-size: 14px;
  font-weight: 400;
}
#aboutBio div:nth-child(2) {
  margin: 0 !important;
}
#aboutBio .bioStats {
  display: grid;
  grid-template-columns: 2fr 3fr;
  border-top: 1px solid #4A4A4A;
}
#aboutBio .bioStats p {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  #aboutBio .bioStats p {
    font-size: 12px;
  }
}

#homeAboutBody .col-2equal {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
@media screen and (max-width: 992px) {
  #homeAboutBody .col-2equal {
    display: block !important;
  }
}
#homeAboutBody .col-2split {
  display: grid;
  grid-template-columns: 7fr 4fr;
}
#homeAboutBody .col-2split div > div:not(:first-child) {
  border-top: 1px solid #4A4A4A;
  border-bottom: 1px solid #4A4A4A;
}
#homeAboutBody .col-2split p {
  margin: 16px 0;
}
@media screen and (max-width: 992px) {
  #homeAboutBody .col-2split p {
    margin: 8px 0;
  }
}
@media screen and (max-width: 385px) {
  #homeAboutBody .col-2split p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
}
#homeAboutBody .col-2split svg {
  margin: 22px 0;
}
@media screen and (max-width: 992px) {
  #homeAboutBody .col-2split svg {
    margin: 14px 0;
  }
}
@media only screen and (max-width: 385px) {
  #homeAboutBody .col-2split svg {
    margin: 13px 0;
  }
}

#myJourney {
  padding-top: 60px;
}
#myJourney h2 {
  border-bottom: 1px solid #4A4A4A;
  padding-top: 20px;
  margin: 0;
  padding-bottom: 12px;
}
#myJourney p {
  font-size: 16px;
  line-height: 1.8em;
  padding-right: 20px;
  text-align: start;
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  #myJourney p {
    padding-right: 0;
  }
}

#resumePage {
  max-width: 1000px;
  padding-top: 34px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}
@media screen and (max-width: 576px) {
  #resumePage {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 385px) {
  #resumePage {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#resumePage h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  padding-bottom: 48px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  #resumePage h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 425px) {
  #resumePage h1 {
    font-size: 24px;
  }
}

#resumePage.dim {
  animation: slowFadeOut 100ms ease-in forwards;
}

@keyframes slowFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 10%;
  }
}
#resume {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 0;
}
#resume:hover .downloadButton {
  display: block;
}
@media screen and (max-width: 992px) {
  #resume {
    max-width: 520px;
  }
}
@media screen and (max-width: 768px) {
  #resume {
    max-width: 320px;
  }
}
@media screen and (max-width: 385px) {
  #resume {
    max-width: 270px;
  }
}
#resume div {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  #resume div {
    max-width: 520px;
  }
}
@media screen and (max-width: 768px) {
  #resume div {
    max-width: 320px;
  }
}
@media screen and (max-width: 385px) {
  #resume div {
    max-width: 270px;
  }
}
#resume div div {
  margin-left: auto;
  margin-right: auto;
}
#resume img {
  max-width: 600px;
  height: auto;
  border: 10px solid #4A4A4A;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 992px) {
  #resume img {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #resume img {
    max-width: 300px;
  }
}
@media screen and (max-width: 385px) {
  #resume img {
    max-width: 250px;
  }
}
#resume img:hover {
  opacity: 0.7;
}
#resume .downloadButton {
  border-radius: 5px;
  width: 240px;
  background-color: #323232;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #resume .downloadButton {
    width: 200px;
  }
}
#resume .downloadButton:hover {
  opacity: 1;
}
#resume .downloadButton:hover ~ img {
  opacity: 0.7;
}
#resume .downloadButton:hover + img {
  opacity: 0.7;
}
#resume .downloadButton a {
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  width: 240px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
#resume .downloadButton a:hover {
  opacity: 1;
}
#resume .downloadButton a:hover ~ img {
  opacity: 0.7;
}
#resume .downloadButton a:hover + img {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #resume .downloadButton a {
    font-size: 16px;
    width: 200px;
  }
}
