/* INDEX STYLES */

.headerlink, .currentlink {
  border-bottom-color: white !important;
}

#homebackground {
  width: 100vw;
  height: 60vh;
  position: absolute;
  object-fit: cover;
  object-position: 0% 20%;
  filter: brightness(0.5);
  transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

#backgroundbox {
  display: flex;
  width: 100vw;
  height: 60vh;
  z-index: 1;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  top: -69px;
}

#namebox {
  float: right;
}

#nametitle {
  font-size: 55pt;
  font-weight: 900;
  text-align: center;
  color: white;
  line-height: 1;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}

#namesubtitle {
  font-size: 24pt;
  text-align: center;
  color: white;
}

#aboutmecontainer {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

#aboutmecontent {
  width: 700px;
}

#homeheadshot {
  width: 160px;
}

#homedescriptionbox {
  float: right;
  width: 500px;
  margin-top: 30px;
}

#aboutmetitle {
  font-size: 28pt;
  font-weight: 800;
  color: #352E2A;
  padding-bottom: 22px;
}

#aboutmeline {
  width: 50px;
  height: 6px;
  background-color: #C7625E;
  margin-bottom: 22px;
}

#aboutmetext, #moreinfotext {
  text-align: justify;
  font-size: 13pt;
  line-height: 2;
}

@media only screen and (max-width: 750px) {

  #nametitle {
    font-size: 45pt;
  }

  #namesubtitle {
    font-size: 22pt;
  }

  #aboutmecontent {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #homeheadshot {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #aboutmetitle {
    text-align: center;
  }

  #aboutmeline {
    margin-left: auto;
    margin-right: auto;
  }

  #homedescriptionbox {
    float: none;
    width: 100%;
  }

  #aboutmecontainer {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (max-width: 550px) {

  #backgroundbox {
    height: 58vh;
  }

  #homeheadshot {
    margin-top: 10px;
  }

  #aboutmetext, #moreinfotext {
    font-size: 12pt;
  }

}

@media only screen and (max-width: 350px) {

  #homeheadshot {
    margin-top: -10px;
  }

  #backgroundbox {
    height: 61vh;
  }

  #nametitle {
    font-size: 35pt;
  }
}