body {
  color: white;
  font-family: 'Solway', serif;
  margin: 0;
  text-align: center;
  text-shadow: .05em .05em .05em rgba(0, 0, 0, 0.35);
}

h1, h2, h3, h4, h5, h6, p {
  margin: auto;
  width: 80%;
  max-width: 700px;
  line-height: 1.5;
}

a, a:hover, a:visited {
  color: white;
  text-decoration: none;
  transition: all .5s;
}

p a:hover {
  font-size: 1.1rem;
  line-height: .95;
  letter-spacing: -.0565rem;
  text-shadow: .05em .05em .05em rgba(0, 0, 0, 0.35);
}

hr {
  width: 80%;
  max-width: 750px;
  margin: 25px auto;
  opacity: .2;
  border: none;
  border-top: 5px dotted white;
}

input, textarea {
  width: 400px;
  padding: 5px;
  border: 2px solid #357a31;
  border-radius: 5px;
}

@media(max-width:500px){
  input, textarea {
    width: 300px;
  }
}

button {
  padding: 10px 20px;
  font-family: 'Solway', serif;
  font-weight: 500;
  color: white;
  border-radius: 10px;
  border: 2px solid #357a31;
  background-color: #3b8736;
  transition: all .5s;
  cursor: pointer;
}

button:hover {
  background-color: #479842;
}

.title {
  text-shadow: .15rem .15rem .15rem rgba(0, 0, 0, 0.5);
  font-size: 3rem;
}

.pad25 {padding-top: 25px;}
.pad50 {padding-top: 50px;}
.pad100 {padding-top: 100px;}
.pad150 {padding-top: 150px;}

.gallery {
  margin: 20px auto;
  max-width: 1000px;
  width: 95%;
}

.gallery img {
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  float: left;
  margin: 1%;
  transition: all .5s;
  width: calc(23% - 2px);
}

.menu-item {
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 25px;
  text-align: center;
  transition: all .5s;
}

.menu-item:hover {
  color: white;
  font-size: 1.1rem;
  line-height: .95;
  letter-spacing: -.0565rem;
  text-shadow: .05em .05em .05em rgba(0, 0, 0, 0.35);
  transition: all .5s;
}

.hide {
  opacity: 0;
}

.example-img {
  width: 80%;
  max-width: 550px;
  border-radius: 20px;
  margin: 20px auto;
}

#loader {
  margin-left: calc(50vw - 100px);
  margin-top: calc(vh50 - 100px);
  position: absolute;
  top: calc(50vh - 100px);
  transition-property: opacity;
  transition-duration: .5s;
  width: 200px;
  z-index: 99;
}

#loader iframe {
  border: none;
  height: 200px;
  width: 200px;
}

#space-menu {
  left: calc(50% + 125px);
  position: absolute;
  top: 140px;
}

@media(max-width:890px){
  #space-menu {
    left: calc(50% - 120px);
    width: 240px;
  }
  .menu-item {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 25px;
    text-align: center;
    transition: all .5s;
  }
  .menu-item:hover {
    color: black;
    font-size: 1.25rem;
    letter-spacing: initial;
    line-height: 1.5;
    text-shadow: none;
    transition: all .5s;
  }
}

#container {
  background-color: #000;
  height: 1500px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
}

#copywrite {
  background-image: url(../assets/grass.png);
  background-size: 80px;
  bottom: 0px;
  color: #bfe4bc;
  font-weight: 100;
  height: 30px;
  padding-top: 35px;
  position: absolute;
  text-shadow: none;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1.25s;
  width: 100%;
  z-index: 7;
}

#space {
  background-color: #101111;
  background-image: url("../assets/space.gif");
  background-repeat: repeat-x;
  background-size: 500px;
  color: #202222;
  height: 3000px;
  position: fixed;
  top: 0px;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: .5s;
  width: 100%;
  z-index: 1;
}

#sun {
  background-image: url("../assets/sun.gif");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 250px;
  height: 250px;
  position: fixed;
  top: -125px;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: .6s;
  width: 100%;
  z-index: 3;
}

#sky {
  color: #fff;
  height: 3000px;
  position: fixed;
  top: 0px;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: .7s;
  width: 100%;
  z-index: 2;
}

#sky-top {
  background-image: url("../assets/sky.gif");
  background-position: top;
  background-repeat: repeat-x;
  background-size: 1500px;
  height: 750px;
  position: relative;
  top: 0px;
  width: 100%;
}

#sky-fill {
  background-color: #45c2df;
  height: 2250px;
  position: relative;
  top: 0px;
  width: 100%;
}

#mountains {
  height: 3000px;
  position: fixed;
  top: 300px;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: .75s;
  width: 100%;
  z-index: 4;
}

#mountain-top {
  background-image: url("../assets/mountains.gif");
  background-repeat: repeat-x;
  background-size: 575px;
  height: 575px;
  position: relative;
  top: 0px;
  width: 100%;
}

#mountain-fill {
  background-color: #282e2e;
  height: 2425px;
  position: relative;
  top: 0px;
  width: 100%;
}

#hills {
  height: 3000px;
  position: fixed;
  top: 500px;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1s;
  width: 100%;
  z-index: 5;
}

#hill-top {
  background-image: url("../assets/hills.gif");
  background-repeat: repeat-x;
  background-size: 500px;
  height: 250px;
  position: relative;
  top: 0px;
  width: 100%;
}

#hill-fill {
  background-color: #294127;
  height: 3750px;
  position: relative;
  top: 0px;
  width: 100%;
}

#trees {
  height: 3000px;
  position: fixed;
  top: 650px;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1.25s;
  width: 100%;
  z-index: 6;
}

#tree-top {
  background-image: url("../assets/trees.gif");
  background-repeat: repeat-x;
  background-size: 550px;
  height: 550px;
  position: relative;
  top: 0px;
  width: 100%;
}

#tree-fill {
  background-color: #65a161;
  height: 2450px;
  position: relative;
  top: 0px;
  width: 100%;
}

#recent-projects {
  position: absolute;
  top: -300px;
  transition: all 1s;
  transition-delay: .5s;
  width: 100%;
}

#past-work {
  position: absolute;
  top: 160px;
  transition: all 1s;
  transition-delay: .5s;
  width: 100%;
}

#contact {
  position: absolute;
  margin-top: -160px;
}

#contact iframe {
  border: none;
  height: 400px;
  margin-top: 10px;
  width: 100vw;
  overflow: hidden;
  border-radius: 20px;
}
