@import url(https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap);
html {
  font-size: 16px;
}

.pageContainer {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

section {
  width: 100vw;
  height: 100vh;
}

.navBarContainer {
  height: 5vh;
  width: auto;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.brandContainer {
  font-family: 'Lexend Deca', sans-serif !important;
  color: #000000 !important;
  font-weight: bolder !important;
  text-decoration: overline underline !important;
  font-size: 1.50em !important;
}

.linkContainer {
  justify-content: flex-end !important;
  font-family: 'Lexend Deca', sans-serif !important;
  color: #000000 !important;
  font-weight: normal !important;
  text-decoration: none !important;
  font-size: 1.10em !important;
}

.navbarLink {
  color: #000000 !important;
  padding-left: 0.75em !important;
  padding-right: 0.75em !important;
}

.navbarLink:hover {
  color: #de639a !important;
}

@media only screen and (max-width: 768px) {
  .linkContainer {
    text-align: center !important;
  }

  .navbarLink {
    color: #000000 !important;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
}

#landing {
  background-color: #ffffff;
}

.programmerImageContainer {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.programmerImageContainer > img {
  height: 95vh;
  width: auto;
}

.programmerTextContainer {
  position: absolute;
  background-color: #ffffff;
  font-family: 'Lexend Deca', sans-serif;
  text-align: center;
  z-index: 2;
  align-self: flex-end;
  padding: 1em;
  margin-bottom: 10em;
  margin-top: -10em;
}

#name {
  font-size: 2.5em;
  font-weight: 800;
}

#job {
  font-size: 1.5em;
  font-weight: 400;
}

.downArrowLanding {
  position: absolute;
  z-index: 2;
  align-self: flex-end;
}

.downArrowLanding > a {
  position: absolute;
  left: 50%;
  width: 2em;
  height: 2em;
  margin-left: -1em;
  margin-bottom: 7.5em;
  margin-top: -7.5em;
  border-left: 0.1em solid #ffffff;
  border-bottom: 0.1em solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.downArrowLanding > a:hover {
  transform: scale(1.5) rotate(-45deg);
  -webkit-transform: scale(1.5) rotate(-45deg);
  cursor: pointer;
}

#about {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.aboutMe {
  display: flex;
  height: auto;
  width: auto;
  max-height: 70vh;
  max-width: 90vw;
  border: 0.15em solid #000000;
  padding: 1em;
  background-color: #ffffff;
}

.aboutInfo {
  flex-basis: auto;
  float: left;
  display: flex;
  flex-direction: column;
  padding: 0.25em;
  margin-right: 0.50em;
  font-family: 'Lexend Deca', sans-serif;
  color: #000000;
  overflow: scroll;
  background-color: #ffffff;
}

.aboutImage {
  flex-basis: 35%;
  flex-shrink: 0.35;
  float: right;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  padding: 0em;
}

.aboutImage > img {
  border: 0.15em solid #000000;
}

.aboutInfo > h1 {
  font-size: 5em;
  text-decoration: underline;
  font-weight: bolder;
}

.aboutInfo > h2 {
  font-size: 1.5em;
  font-weight: bold;
}

.aboutInfo > p {
  font-size: 1.1em;
  font-weight: normal;
}

.aboutInfo > ul {
  list-style: square;
}

.aboutInfo > ul li {
  font-size: 1em;
  font-weight: normal;
}

.downArrowAbout {
  position: relative;
}

.downArrowAbout > a {
  position: absolute;
  left: 50%;
  width: 2em;
  height: 2em;
  margin-left: -1em;
  border-left: 0.1em solid #7f2982;
  border-bottom: 0.1em solid #7f2982;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.downArrowAbout > a:hover {
  transform: scale(1.5) rotate(-45deg);
  -webkit-transform: scale(1.5) rotate(-45deg);
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .aboutInfo {
    padding: 1em;
  }

  .aboutInfo > h1 {
    font-size: 2em;
    text-align: center;
  }

  .aboutInfo > h2 {
    font-size: 1.25em;
    text-align: left;
  }

  .aboutInfo > p {
    font-size: 0.75em;
  }

  .aboutImage {
    display: none;
  }
}

#skills {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.skillsContainer {
  height: auto;
  width: auto;
  max-height: 70vh;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  background-color: #114b5f;
  padding: 1em;
  border: 0.15em solid #000000;
}

.skillsContainer > h1 {
  font-size: 3em;
  text-decoration: underline;
  font-weight: bolder;
  line-height: 10vh;
  color: #ffffff;
  margin-bottom: 0.3em;
}

.skillsLanguages {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: scroll;
}

.skillsCard {
  font-family: 'Lexend Deca', sans-serif;
  height: auto;
  width: 120px;
  margin: 0.5em;
}

.skillsImage {
  padding: 0em;
}

.downArrowSkills {
  position: relative;
}

.downArrowSkills > a {
  position: absolute;
  left: 50%;
  width: 2em;
  height: 2em;
  margin-left: -1em;
  border-left: 0.1em solid #000000;
  border-bottom: 0.1em solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.downArrowSkills > a:hover {
  transform: scale(1.5) rotate(-45deg);
  -webkit-transform: scale(1.5) rotate(-45deg);
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .skillsContainer > h1 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 0.05em;
  }
}

#contact {
  background: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contactCard {
  font-family: 'Lexend Deca', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  max-width: 90vw;
  padding: 1em;
  border: 0.15em solid #000000;
}

.contactCard > h1 {
  font-size: 4em;
}

.contactCard > h2 {
  font-size: 2em;
}

.socialbar {
  display: flex;
  height: auto;
  width: 80%;
  align-items: center;
  justify-content: center;
  margin-top: 0.5vw;
}

.socialicon {
  display: block;
  padding: 0.25vw;
  margin-top: 0.5em;
  margin-left: 1em;
  margin-right: 1em;
  height: 2.5em;
  width: 2.5em;
}

.socialicon:hover {
  transform: scale(1.2);
}

