body {
  width: 100%;
  /* background-color: rgb(219, 210, 214); */
  /* background-color: rgb(207, 215, 255); */
  background-color: rgb(196, 204, 255);
  z-index: -20;
  scroll-behavior: smooth;
  font-family: "Karla", sans-serif;
  overflow: hidden;
}

ul, li, a {
  color: white;
  font-weight: 700;
  /* letter-spacing: 2px; */
  letter-spacing: 1px;
  font-size: 1em;
}

.parallax_background {
  scroll-behavior: smooth;
  perspective: 1px;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

h1, h2, h3 {
  font-size:1.75em;
  font-weight: 300;
  color: rgb(255,255,255);
  margin-left: 10px;
  /* color: rgb(255, 69, 69); */
}
h1 {
  margin-top: -20px;
}

h1, h4, .line {
  font-family: "Shrikhand";
  font-size: 7em;
  /* color: rgb(255, 69, 69); */
  /* color: rgb(255, 241, 150); */
  margin-bottom: -10px;
  /* letter-spacing: 7px; */
}
.line {
  margin-top: -185px;
  margin-bottom: 10px;
  /* font-size: 3em; */
  letter-spacing: -5px;
}

h4 {
  padding-top: 27%;
  padding-left: 7%;
  font-size: 5em;
  margin-bottom: 3%;
  color: white;
}

#aboutme_text, .made {
  font-size: 1.2em;
  font-weight: 300;
  /* letter-spacing: 1.5px; */
  /* color: rgb(58,58,58); */
  /* color: white; */
  /* color: rgb(255, 69, 69); */
  color: white;
  width: 65%;
  padding-bottom: 20px;
}


#mypiccontainer {
  width: 27%;
  display: block;
  float: right;
  margin-top: 1%;
  margin-right: 3%;
}

#mypic {
  padding-bottom: 100%;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  background-image: url(../images/mypic.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.made, .scout {
  font-weight: 500;
  /* color: rgb(255, 69, 69); */
  text-decoration: underline;
  font-size: 1em;
  letter-spacing: normal;
}

.made:hover, .scout:hover {
  color:rgb(244, 66, 66);
}

#intro {
  width: 50%;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 12%;
  transform: translateZ(-2px) scale(3);
  text-align: left;
  margin-left: -25%;
}

#overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300vh;
  background-image: url(../images/contours.png);
  background-position: center;
  background-size: cover;
  transform: translateZ(-1px) scale(2));
  z-index: -1000;
}

#aboutme {
  margin-left: 10%;
  position: absolute;
  width: 70%;
  height: 100vh;
  top: 1140px;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(0px);
}

#copyright {
  color: white;
  width: 100%;
  position: absolute;
  bottom: 0;
}

#copyright p {
  text-align: center;
  font-size: .7em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#menuicon {
  width: 30px;
  height: 15px;
  position: relative;
  z-index: 10;
  margin-top: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#menuicon span {
  display: block;
  position: fixed;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 9px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menuicon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menuicon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menuicon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menuicon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menuicon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuicon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler, .navbar-toggler-right, .navbar-toggler:active, .navbar-toggler-right:active {
  padding: 0;
  background: none;
  width: 100%;
  border: none;
  outline: none;
  z-index: 1000;
}

#one:hover {
  color: rgb(74, 50, 255);
}

#two:hover {
  color: rgb(255, 78, 58);
}

#three:hover {
  color: rgb(83, 171, 193);
}

#four:hover {
  color: rgb(255, 194, 15);
}

.navbar {
  width: 100%;
  position: fixed;
  padding-top: 15px;
  z-index: 1000;
  text-align: center;
  /* background-color: rgba(219, 210, 214, 0.7); */
  background-color: rgba(196, 204, 255, 0.7);
}

.navbar ul {
  margin: auto;
  margin-top: 5px;
}

.navbar li {
  border-right: 1px solid white;
  line-height: .5em;
}

.navbar li:last-child {
    border-right: none;
}

@media (max-width: 1000px) {
  #intro {
    margin-top: 15%;
  }

  #aboutme {
    margin-top: -5%;
  }

  h4 {
    padding-left: 0;
  }

  #aboutme_text, .made {
    font-size: 1em;
    font-weight: 300;
    width: 65%;
  }

  #mypiccontainer {
    width: 200px;
    margin-right: -5%;
  }

}

@media (max-width: 750px) {
  #intro {
    width: 100%;
    margin-left: 25%;
    margin-top: 30%;
  }

  #aboutme {
    width: 100%;
    margin:0;
    margin-top: 1000px;
  }
  #mypiccontainer {
    margin-right: 5%;
    margin-left: 5%;
  }
  #aboutme_text {
    margin-left: 5%;
  }
  h4 {
    padding-left: 5%;
  }
}

/* @media (max-width: 576px) {
  #aboutme {
    margin-top: -890px;
  }
  #aboutme_text {
    clear: both;
    width: 300px;
    margin: auto;
    margin-top: 50px;
    font-size: 1.2em;
  }

  #mypiccontainer {
    float: none;
    margin: auto;
    width: 250px;
  }

  #overlay {
    display: none;
  }

  .navbar li {
    width: auto;
    font-size: 1em;
    line-height: 1.5em;
    border: none;
    border-bottom: 1px solid white;
  }

  #menu {
      width: 100%;
      box-sizing: border-box;
      padding: 0;
      margin: 0;
  }

  .navbar a {
    padding: none;
    width: 100px;
    margin: auto;
    color: white;
  }

  .navbar a:hover {
    color: black;
  }

  body {
    background-image: url(../images/contours.png);
    background-size: cover;
    z-index: 0;
  }

  .parallax_background {
    perspective: none;
  }

  #intro {
    transform: none;
    margin: auto;
    margin-top: 80px;
    text-align: center;
  }

  h1 {
    font-size: 4.5em;
  }

  h4 {
    display: none;
    /* font-size: 3.25em;
    width: 350px;
    margin: auto;
    text-align: center;
    margin-top: -1500px; */
  }

  h2, h3 {
    font-size: 1.4em;
    width: 280px;
    text-align: center;
    margin: auto;
  }

} */

@media only screen and (min-width:3000px) {
  #aboutme {
    margin-top: 500px;
}
