#sp-top1 {
  width: 10%;
}

#sp-top2 {
  width: 90%;
  text-align: right;
}

#sp-clouds {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.cloud-image {
  position: absolute;
  -webkit-filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, .7));
  filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, .7));
}

#sp-logo {
  width: 40%;
}

#sp-menu {
  width: 60%;
}

#sp-main-body {
  min-height: 450px;
  background: #9dd444;
  background-image: url("/images/template/landscape.svg"); /* fallback */
  background-image: url("/images/template/landscape.svg"), linear-gradient(to bottom, #66ccff 0%, #66ccff 50%, #9dd444 50%, #9dd444 100%); /* W3C */
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: local;
  background-position: 0 50%;
}

#sp-main-body > .container,
#sp-component .sppb-row-container {
  padding: 15px;
  background-color: rgba(255,255,255,0.85);
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 3px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px 3px 1px rgba(0,0,0,0.2);
  box-shadow: 5px 5px 3px 1px rgba(0,0,0,0.2);
}

#sp-main-body .sppb-section {
  padding-top: 50px;  
}

.offcanvas-menu {
  background-color: #66ccff;
}

#sp-footer-1 {
  height: 100px;
}

#sp-footer-2 {
  text-align: center;
  padding: 5px;
}

@media only screen and (max-width: 991px) {
  #sp-clouds {
    height: 50px;
  }
  
  #sp-clouds img {
    height: 40px;
    top: 0 !important;
  }
}
