* {
  box-sizing: border-box;
}

html, body {
  position: absolute;
  width: 100vw;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

.greeting-section, .nav-buttons-section {
  height: 100%;
  width: 100%;
  text-align: center;
}

.greeting-section {
  background: url(../images/what-the-hex.png);
}

.nav-buttons-section {
  background: url(../images/what-the-hex-dark.png);
}

.greeting {
  max-width: 640px;
  margin: auto;
  font-family: 'Orbitron', sans-serif;
}


.name-p {
  width: 320px;
  margin-top: 100px;
  margin-bottom: 7%;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.name-span {
  color: #ce4166;
};

.headline-p {
  font-size: 18px;
  line-height: 36px;
}

.title-span {
  color: #ce4166;
}

.nav-buttons-div {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
}

.nav-button {
  display: inline-block;
  width: 90px;
  padding: 5px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  border-radius: 2px;
  color: #ffffff;
  transform: background-color 0.5s;
  background-color: #309a72;
  transition: box-shadow 0.4s;
  box-shadow: 2px 2px 1px #a5a5a5;
}

.nav-button:hover, .nav-button:active {
  box-shadow: 4px 4px 1px #747474;
}

.about-me-h1 {
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  color: #ce4166
}

.about-me-p {
  max-width: 420px;
  margin: 0px auto;
  padding: 14px 8px 14px 8px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  text-align: justify;
  line-height: 24px;
}

.about-me-h2 {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 7px;
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  color: #ce4166
}

.bio-p-divider {
  border-color: #309a72;
  width: 150px;
  margin: 0px auto;
}

.skills-header {
  margin-top: 0px;
  margin-bottom: 10px;
}

.front-skills-h3, .back-skills-h3 {
  font-family: 'Orbitron', sans-serif;
  color: #daf431;
}

.back-skills-h3 {
  margin-top: 30px;
}

.portfolio {
  font-family: 'Raleway', sans-serif;
  background: url(../images/what-the-hex.png);
}

.project-section {
  margin-top: 25px;
}

.app-description {
  max-width: 400px;
  padding: 10px;
  text-align: justify;
}

.app-screenshot {
 width: 320px;
 height: 240px;
}

.frontend-icons {
  display: block;
  padding-top: 10px;
}

.portfolio-link:hover{
  box-shadow: 2px 2px 2px #e1e1e1;
}

.white-backgrnd {
  box-shadow: 1px 1px 1px #262626;
}

.white-backgrnd:hover {
  box-shadow: 2px 2px 2px #1c1c1c;
}

.view-app-option {
  text-decoration: none;
}

.view-source {
  color: #309a72;
}

.view-source:hover {
  color: #3eba8a;
}

.view-live {
  color: #ce4166;
  margin-right: 20px;
}

.view-live:hover {
  color: #ed6589;
}

#contact {
  height: 100%;
  width: 100%;
  background: url(../images/what-the-hex.png);
}

.contact-section-wrap {
  text-align: center;
}

.contact-section {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  /* position: relative;
  top: 15%; */
}

.contact-h1 {
  margin-top: 0px;
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  font-size: 42px;
}

.contact-method-div {
  margin-top: 5%;
  width: 150px;
  height: 75px;
  font-family: 'Raleway', sans-serif;
}

.contact-label {
  display: block;
  width: 275px;
  position: relative;
}

.js-email-label {
  right: 13px;
  text-decoration: underline #df5043;
}

.linkedin-label {
  top: 20px;
  right: 52px;
}

.linkedin-label > a {
  color: #2275b5;
}

.github-label > a {
  color: #813bb2;
}

.github-label {
  top: 15px;
  right: 15px;
}

.linkedin-link {
  width: 45px;
  display: block;
  margin: auto;
}

