body {
  width: 100%;
  height: 100vh;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-family: "Karla", sans-serif;
  font-size: 1.15em;
  overflow-x: hidden;
  color: black;
  scroll-behavior: smooth;
  background-color: rgb(255, 238, 232);

}

.arrow {
  width: 40px;
  height: 40px;
  position: fixed;
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 100;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

.arrowup {
  width: 40px;
  height: 40px;
  position: fixed;
  background-image: url(../images/arrowup.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 100;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
 40% {-webkit-transform: translateY(-10px);}
 60% {-webkit-transform: translateY(-10px);}
}

@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-10px);}
 60% {-moz-transform: translateY(-10px);}
}

@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-10px);}
 60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-10px);}
 60% {transform: translateY(-10px);}
}

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

#amoebas {
  width: 100%;
  height: 190vh;
  background-image: url(../images/imbored/amoebas.png);
  background-size: cover;
  background-position: center;
  margin: 0;
  z-index: -1;
  transform: translateZ(-3px) scale(4);

}

#hello {
  width: 100%;
  height: 40vh;
  margin: auto;
  margin-bottom: 1000px;
  margin-top: -95%;
  background-image: url(../images/imbored/hello.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  transform: translateZ(0px);
}

#intro {
  transform: translateZ(0px);
  margin-top: -400px;
}

#blurb {
  margin-top: -1000px;
  float: right;
  text-align: left;
  width: 33%;
  margin-right: 120px;
  z-index: 100;
  color: black;
  font-size: 1.15em;
}

#blurb p {
  margin-bottom: 70px;
}

#doodle1 {
  width: 600px;
  height: 600px;
  background-image: url(../images/imbored/doodle1.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 70px;
}

#doodle2 {
  width: 900px;
  height: 600px;
  background-image: url(../images/imbored/doodle2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#friends {
  /* background-color: rgba(255,255,255,.5); */
  margin-top: 250px;
  margin-bottom: -2750px;
}

.row {
  padding: 3%;
}
.col-sm-4, .col-sm-6 {
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  /* border: 1px solid black; */
}

.col-sm-6 {
  background-size: contain;
}

#one {
  background-image: url(../images/imbored/me1.jpg);
  background-position: 250px;
}

#two {
  background-image: url(../images/imbored/me2.jpg);
  /* background-position: 85px 65px; */
}

#three {
  background-image: url(../images/imbored/kathy.JPG);
}

#four {
  background-image: url(../images/imbored/shal.JPG);
}

#five {
  background-image: url(../images/imbored/joyanna.JPG);
}

#six {
  background-image: url(../images/imbored/kathryne1.JPG);
  /* background-position: 275px 65px; */
}

#seven {
  background-image: url(../images/imbored/kathryne2.JPG);
  /* background-position: 85px 65px; */
}

#eight {
  background-image: url(../images/imbored/kevin.JPG);
}

#nine {
  background-image: url(../images/imbored/ethan.JPG);
}

#ten {
  background-image: url(../images/imbored/christine.jpg);
}

#eleven {
    background-image: url(../images/imbored/kenna1.jpg);
}

#twelve {
    background-image: url(../images/imbored/kenna2.jpg);
}

#thirteen {
    background-image: url(../images/imbored/drew1.jpg);
}

#fourteen {
    background-image: url(../images/imbored/steph.jpg);
}

#fifteen {
      background-image: url(../images/imbored/drew2.jpg);
}

#outline {
  scroll-behavior: smooth;
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 67%;
  background-image: url(../images/imbored/outline.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  margin-top: 400%;
  margin-left: 17%;
  transform: translateZ(0px);
  z-index: 5;
}

#coral {
  scroll-behavior: smooth;
  position: relative;
  overflow: hidden;
  height: 95vh;
  width: 133%;
  margin: auto;
  margin-top: 800px;
  background-image: url(../images/imbored/coral.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateZ(-1px) scale(2);
  margin: auto;
  margin-top: -58%;
  margin-left: -17%;
  z-index: 4;
}

#peach {
  scroll-behavior: smooth;
  position: relative;
  overflow: hidden;
  height: 95vh;
  width: 100%;
  background-image: url(../images/imbored/peach.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  margin-top: -57%;
  transform: translateZ(-2px) scale(4);
  z-index: 3;
}

@media (max-width: 750px) {

}
