* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Playfair Display', serif;
  font-family: 'Cedarville Cursive', cursive;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-height: 100vh;
  width: 100%;
  background: black;
  position: relative;
  border: 1rem solid white;
  border-bottom: 5rem solid white;
  height: auto;
  overflow: hidden;
}

body nav {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem;
  justify-content: center;
  height: 10vh;
  width: 100%;
  color: white;
}

body nav .logo {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  font-size: 2rem;
  cursor: default;
  color: orange;
}

body nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: auto;
  z-index: 2;
  width: 100%;
  list-style: none;
}

body nav ul * {
  text-shadow: 0 0 .5rem black;
  text-align: center;
}

body nav ul li {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  margin: .5rem;
  cursor: pointer;
  position: relative;
}

body nav ul li ul {
  height: auto;
  display: none;
}

body nav ul li ul li {
  width: auto;
  height: auto;
}

body nav ul li:hover ul {
  display: block;
  position: absolute;
  color: orange;
}

body nav ul li:hover ul li:hover {
  color: white;
}

body .reaching-hand {
  position: absolute;
  bottom: -10%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
  left: 0;
  height: 25rem;
  width: 25rem;
}

body .reaching-hand2 {
  position: absolute;
  bottom: -10%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 1;
  right: 0;
  height: 25rem;
  width: 25rem;
}

body section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 60vh;
  z-index: 2;
  position: relative;
  -webkit-perspective: 25rem;
          perspective: 25rem;
}

body section * {
  -webkit-transition: all ease .75s;
  transition: all ease .75s;
}

body section .photoSelections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: -25%;
  color: white;
  width: 45%;
  height: 5rem;
  z-index: 1;
  height: 5rem;
}

body section .aboutDes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Indie Flower', cursive;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 23rem;
  width: 30rem;
  z-index: 2;
  padding: 1rem;
  border-radius: 1rem;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  text-align: center;
  opacity: .1;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  background: #c9c9c9;
  position: absolute;
}

body section .aboutDes h1 {
  font-size: 3rem;
  color: #a96e00;
}

body section .aboutDes p {
  font-family: 'Indie Flower', cursive;
  font-size: 1.5rem;
  font-weight: bold;
}

body section .aboutDes .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body section .aboutDes .insp {
  display: none;
}

body section .photo {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  cursor: default;
  height: 5rem;
  width: 8rem;
  border-radius: .5rem;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  background: black;
  border: 0.5rem solid #c9c9c9;
  border-bottom: 1rem solid #c9c9c9;
  -webkit-box-shadow: .5rem .5rem 1rem black;
          box-shadow: .5rem .5rem 1rem black;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}

body section .photo:hover {
  -webkit-box-shadow: 0rem .5rem 1rem black;
          box-shadow: 0rem .5rem 1rem black;
  z-index: 100;
  height: 6rem;
  width: 9rem;
  margin: 0rem -.125rem;
  margin-bottom: 1rem;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

body section .photoHolder {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: .85;
  height: 23rem;
  width: 30rem;
  position: absolute;
  border-radius: 1rem;
  border: 1rem solid #c9c9c9;
  border-bottom: 5rem solid #c9c9c9;
  background: url("./photos/meteorVolcano.jpg");
  background-size: 100% 100%;
  z-index: 3;
}

body section .photoHolder h1 {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  bottom: -25%;
  color: black;
  font-family: 'Indie Flower', cursive;
}

body section .photoHolder div {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  display: none;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  margin-right: 1rem;
  margin: 1rem -.125rem;
  margin-bottom: 1rem;
}

body section .photoHolder:hover {
  cursor: pointer;
  opacity: 1;
}

body section .natureone {
  z-index: 6;
  background: url("./photos/meteorVolcano.jpg");
  background-size: 100% 100%;
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

body section .naturetwo {
  z-index: 5;
  background: url("./photos/lakeDeck.jpg");
  background-size: 100% 100%;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

body section .naturethree {
  z-index: 4;
  background: url("./photos/springflowerPhoto.jpg");
  background-size: 100% 100%;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

body section .bdayone {
  z-index: 6;
  background: url("./photos/bdaySetup.jpg");
  background-size: 100% 100%;
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

body section .bdaytwo {
  z-index: 5;
  background: url("./photos/bdaycake.jpg");
  background-size: 100% 100%;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

body section .bdaythree {
  z-index: 4;
  background: url("./photos/doggyBday.jpg");
  background-size: 100% 100%;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

body section .wedone {
  z-index: 6;
  background: url("./photos/loveHands.jpg");
  background-size: 100% 100%;
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

body section .wedtwo {
  z-index: 5;
  background: url("./photos/pillowLove.jpg");
  background-size: 100% 100%;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

body section .wedthree {
  z-index: 4;
  background: url("./photos/weddingCelebrate.jpg");
  background-size: 100% 100%;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

body .photoType {
  color: black;
  position: absolute;
  font-size: 2rem;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  z-index: 2;
}

@-webkit-keyframes neonOn {
  0% {
    opacity: .2;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: .5;
  }
  60% {
    opacity: .8;
  }
  80% {
    opacity: .8;
  }
  100% {
    opacity: .8;
  }
}

@keyframes neonOn {
  0% {
    opacity: .2;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: .5;
  }
  60% {
    opacity: .8;
  }
  80% {
    opacity: .8;
  }
  100% {
    opacity: .8;
  }
}

@-webkit-keyframes camFlash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes camFlash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1000px) {
  body .reaching-hand, body .reaching-hand2 {
    height: 20rem;
    width: 20rem;
    bottom: -15%;
  }
  body section .photoHolder {
    height: 17rem;
    width: 24rem;
  }
  body section .photoHolder h1 {
    bottom: -35%;
  }
  body section .photoSelections {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  body .reaching-hand, body .reaching-hand2 {
    height: 20rem;
    width: 20rem;
    bottom: -15%;
  }
  body section .photoHolder {
    height: 15rem;
    width: 22rem;
  }
  body section .photoHolder h1 {
    bottom: -45%;
  }
}
/*# sourceMappingURL=styles.css.map */