html, body, .main{
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.main{
    background-color: rgba(0, 0, 0, 0);
}
.background{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
div.fall{
    background-image: url(../template/images/FreeStockImgs/back2.jpg);
    /* display: none;  */
}
div.winter{
    background-image: url(../template/images/FreeStockImgs/back3.jpg);
    display: none; 
}
div.rain{
    background-image: url(../template/images/FreeStockImgs/back4.jpg);
    display: none; 
}
canvas{
    position: absolute;
    top: 0;
    left: 0;
}
 canvas#winter, canvas#rain{
    display: none;
} 
.pause{
    position: absolute;
    right: 20px;
    top: 160px;
    width: 50px;
    height: 50px;
    background: #cbcbcb;
    border-radius: 70px;
    -webkit-animation: breathing 5s ease-out infinite normal;
    animation: breathing 5s ease-out infinite normal;   
}
.play{
    position: absolute;
    right: 20px;
    top: 160px;
    width: 50px;
    height: 50px;
    background: #cbcbcb;
    border-radius: 70px;
}

@-webkit-keyframes breathing {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  
    60% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  
  @keyframes breathing {
    0% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    25% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
    }
  
    60% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
}
.play::after{
    content: '';
    right: 11px;
    top: 11px;
    border-top: 14px solid transparent;
    border-left: 22px solid #0f5156;
    border-bottom: 14px solid transparent;
    display: block;
    position: absolute;
}
.pause::after {
    content: '';
    height: 60%;
    width: 8px;
    position: absolute;
    top: 10px;
    right: 28px;
    background-color: #0f5156;
    border-radius: 2px;
}
.pause::before {
    content: '';
    height: 60%;
    width: 8px;
    position: absolute;
    top: 10px;
    left: 28px;
    background-color: #0f5156;
    border-radius: 2px;
}
.wrap { 
    padding: 25px; 
    text-align: center; 
    box-shadow: 0 4px 25px -4px #9da5ab; 
}
article { 
    padding: 25px 0; 
    line-height: 150%; 
    text-align: left; 
}
.selected{
    /* color: #0f5156; */
    border-bottom: 2px solid #0f5156;
}
ul{
    margin: auto;
    width: 50%;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    padding: 70px 0 60px 0;
    text-align: center;
}
li{
    width: auto;
    height: 100%;
    margin: 0 40px;
    display: inline-block;
    cursor: pointer;
}
li:hover{
    border-bottom:none;
    border-bottom: 2px solid #0f5156;
}
.aboutUs{
    font-style: italic;
}
.header{
    position:fixed;
    width:100%;
    height: 150px;
    top:0;
    background-color: rgba(0,0,0,.62);
    color:white;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    /* border-bottom: 10px solid #0f5156; */
}
.logo{
  display: block;
  float: left;  
  background-image: url(../template/images/SaplingServicesLLC.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 150px;
  height: 150px;
}
.contactInfo{
    position: absolute;
    top: 80px;
    left: 165px;
}
.phone{
    display: block;
    color: #05ab72;
    font-size: 30px;
    font-weight: 600;
}
#seasons{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.spacer{
    height: 150px;
 } 
.body{
    width: 40%;
    height: calc(100% - 185px);
    display: inline-block;
    /* background: #0000005c; */
    transition: left 2s;
    transition-timing-function: ease-out;
    position: absolute;
    left: calc(-110px - 40%);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgb(18 18 18);
    margin-left: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
}

.slide{
    position: absolute;
    left: 0;
}
.body div{
    margin: 15px 20px;
    padding: 15px 20px;
    /* background: #ffffff8f; */
    background: #cbcbcb;
    border-radius: 7px;
    transition: left 1s;
    transition-timing-function: ease-out;
}
header{
    font-weight: 700;
    font-family: "Arsenal SC", sans-serif; 
    font-size: 35px;
}
.servicesBody header:first-child{
    font-size: 60px;
    padding-bottom: 10px;
}
p{
    font-weight: 500;
    line-height: 35px;
    margin: 6px 0;
}
a{
    color: inherit;
    text-decoration: none;
} 
.hidden {
    display: none;
}

@media only screen and (max-width: 1300px) {

    header{
        font-size: 30px;
    }
    .servicesBody header:first-child{
        font-size: 50px;
    }
    p{
        margin: 6px 0;
    }
    .body{
        margin: 0 0 0 110px;
    }
    ul {
        float: right;
    }
    li{
        margin: 0 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .slide{
        margin: 0 30% 0 10%;
        width: 60%;
    }
}
@media only screen and (max-width: 900px) {
    ul{
        width: calc(100% - 150px);
        padding: 20px 0 20px 0;
    }
    article { 
        padding: 40px; 
    }
    .wrap { 
        max-width: 750px; 
        margin: 50px auto;
        padding: 30px 40px;
    }
    .slide{
        margin: 0 10%;
        width: 80%;
    }
}
@media only screen and (max-width: 700px) {

    li{
        font-size: 20px;
        margin: 0 10px;
    }
    header{
        font-size: 25px;
    }
    .servicesBody header:first-child{
        font-size: 40px;
    }
    .play, .pause{
        right: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .header, .spacer{
        height:100px;
    }
    ul{
        width: calc(100% - 100px);
        padding: 10px 0 20px 0;
    }

    .contactInfo {
        top: 52px;
        left: 120px;
    }
    .phone{
        font-size: 18px;
    }
    .logo{
        width: 100px;
        height: 100px;
    }
    .pause,.play{
        top: 110px; 
    }
}
@media only screen and (max-width: 450px){
    li{
        font-size: 16px;
        margin: 0px 4px;
    }
}
@media only screen and (max-width: 400px){
    li,  .contactInfo {
        font-size: 14px;
    }
}