:root {
  --p1: hsla(97, 6%, 82%, 1);
  --p2: hsla(133, 22%, 66%, 1);
  --p3: hsla(165, 32%, 47%, 1);
  --p4: hsla(186, 35%, 32%, 1);
  --p5: hsla(201, 33%, 27%, 1);

  --h1-size: 50px;
  --h2-size: 42px;
  --h3-size: 36px;
  --h4-size: 25px;
  --h5-size: 15px;
  --h6-size: 15px;

  --h1-size-xs: 30px;
  --h2-size-xs: 24px;
  --h3-size-xs: 18px;
  --h4-size-xs: 18px;
  --h5-size-xs: 15px;
  --h6-size-xs: 15px;





}

html {
  scroll-behavior: smooth;
  height:100%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
  color: #333333;
  position: relative;
  height:100% !important;
}



.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  position:relative;
  background-color: rgba(0,0,0,0.5);
  top:60vh;
  left:0;
  right:0;
  height:auto;
}

.carousel-caption h4 {
  color:var(--p2);
}



.places {
  font-size:15px;
}


.smaller {
  font-size:12px;
}

.small {
	font-size:12px; }

.ml-b1 {
	background-color: var(--p1) !important;
}
.ml-b2 {
	background-color: var(--p2) !important;
}
.ml-b3 {
	background-color: var(--p3) !important;
}
.ml-b4 {
	background-color: var(--p4) !important;
}
.ml-b5 {
	background-color: var(--p5) !important;
}

.ml-c1 {
  color: var(--p1) !important;
}
.ml-c2 {
  color: var(--p2) !important;
}
.ml-c3 {
  color: var(--p3) !important;
}
.ml-c4 {
  color: var(--p4) !important;
}
.ml-c5 {
  color: var(--p5) !important;
}

.btn-help {
  background-color: var(--p2);
  color: var(--p5);
}
.btn-help-inverse {
  background-color: var(--p5);
  color: var(--p2);
}



h4 a {
	color:var(--p4);
}
h4 a:hover {
	color:var(--p1);
	text-decoration: none;
}



.navbar {
  background: var(--p1);
  color: var(--p5) !important;
}


.nav-link {
  color:var(--p4);
  font-size:14px;
  font-weight:400;
  text-transform:uppercase;
  font-weight:bold;
}

.navbar-toggler {
  color:var(--p3);
}

.nav-link.active {
  color:var(--p2);
}

#more_button {
  background-color: var(--p5);
  border-color: var(--p5);
  color: var(--p1);
}
#main-boxout {
  background-color: rgba(0,0,0,0.5);
}

h1 {
  font-size: var(--h1-size);
  color: var(--p6) !important;
  font-weight:700;
}
h2 {
  font-size: var(--h2-size);
  color: var(--p5) !important;
  font-weight:500;
}
h3 {
  font-size: var(--h3-size);
  color:var(--salmon);
}
h4 {
  font-size: var(--h4-size);
  font-weight:500;
  color:var(--p5);
  line-height:150%;
}
h5 {
  font-size: var(--h5-size);
  line-height:150%;
  color: var(--p4);
}
h6 {
  font-size: var(--h6-size);
}


#home {

  /*height:100% !important;*/
}

#about {
  background: var(--p1);
  background-image: url("../images/manor-landscapes-grass-faded-smaller.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

#about .jumbotron {
  background-color: var(--p5) !important;
}
#about .jumbotron h1 {
  color: var(--p2) !important;
}
#about .jumbotron .places {
  color: var(--p2) !important;
}

#turfing {
  background: var(--p5);
  background-image: url("../images/manor-landscapes-grass-faded-smaller.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
#turfing .jumbotron {
  background-color: var(--p4) !important;
}
#turfing .jumbotron h1 {
  color: var(--p1) !important;
}
#turfing .jumbotron .places {
  color: var(--p1) !important;
}

#garden_maintenance {
  background: var(--p3);
  background-image: url("../images/manor-landscapes-grass-faded-smaller.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

#garden_maintenance .jumbotron {
  background-color: var(--p4) !important;
}
#garden_maintenance .jumbotron h1 {
  color: var(--p1) !important;
}
#garden_maintenance .jumbotron .places {
  color: var(--p1) !important;
}




#testimonials {
  background: var(--p5);
  background-image: url("../images/manor-landscapes-grass-faded-smaller.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
#testimonials .jumbotron {
  background-color: var(--p3) !important;
}
#testimonials .jumbotron h1 {
  color: var(--p1) !important;
}
#testimonials .jumbotron .places {
  color: var(--p1) !important;
}








#contact-us {
  background: var(--p3);
  background-image: url("../images/manor-landscapes-grass-faded-smaller.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
#contact-us h4 {
	color: var(--p4);
}

#contact-us h5 {
	color: var(--p5);
}
#submit-button {
	background-color:var(--p3);
	border-color:var(--p3);
}

#footer {
  background: var(--p5);
  color: var(--p1);
}

label {
  font-size:18px;
}


.mast h1 {
  color: var(--kdh-maroon);
}


/* IMAGE SLIDER https://codepen.io/bamf/pen/jEpxOX  https://github.com/jotform/before-after.js*/

.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider img {
    width: 100%;
    display:block;
}

.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;

  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}

.handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;

    content:'\21d4';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:64px;

    background: #ffb800; /* @orange */
    border:1px solid #e6a600; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow:
      0 2px 6px rgba(0,0,0,.3),
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #ffd466; /* lighten(@orange, 20%)*/
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:48px;
    font-size:30px;
}







/* RESPONSIVE CSS
-------------------------------------------------- */




/* CUSTOM RESPONSIVE STUFF */

@media (max-width: 575.98px) {
  .jumbotron {
    padding: 30px;
  }
  h1 {
    font-size:var(--h1-size-xs);
  /*text-shadow: 3px 3px 12px #000000;*/
  }
  h2 {
    font-size:var(--h2-size-xs);
  }
  h3 {
    font-size:var(--h3-size-xs);
  }
  h4 {
    font-size:var(--h4-size-xs);
  }
  h5 {
    font-size:var(--h5-size-xs);
  }
  h6 {
    font-size:var(--h6-size-xs);
  }
  /*#home {
    background:
      linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.0)),
      url('../images/kd-homes/portrait-home-2.jpg');
  }*/

}

@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {

}

@media (min-width: 1200px) {

}



