
body {
   margin: 0 auto;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background-color: #5f9ea0;
  
}
container {
  position: relative;
  display: flex;
 
}

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}


*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

   .headerrow {
      height:160px;
      background-color: #212020;
      padding-top: 25px;
      display: block;
      padding-left: 30px;
   }

   .div1 {
  float: right;
  padding-right: 120px;
    }

    .bg-dark {
        background-color: #010101;
    }

@media screen and (max-width: 600px) {
.headerrow {
   flex-direction: column;
   height:auto;
   padding-top: 0px;
   }

  .div1 {
    float: none;
  }

  .imgresponsive
  {width: 70%;
    height: auto;}
}

   #logo {
  display: block;
  margin: auto;
 }

.responsive {
  max-width: 100%;
  height: auto;
}


.hero-image {
min-width: 100%;
background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("images/banner.jpeg");
height: 555px;
background-position:center;
background-repeat: no-repeat;
background-size:cover;
position:relative;
justify-content: center;
right: -2vh;
margin-left: -15vh;
}

h1 {
   text-align: center;
   font-size:8rem;
}

.hero-text {
text-align: center;
position: absolute;
 top: 60%;
 left: 50%;
 transform: translate(-50%, -50%);
color: black;
font-family: impact, verdana;
letter-spacing: 2px;
}


.hero-text .button{

margin-top: 10px;
margin-bottom: 1px;
border: 1pt solid white;
display: inline-block;
color: white;
background-color: #4682b4;
text-align: center;
cursor: pointer;
font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    border-radius: .7rem;
    padding: .1rem .5rem;

}

.hero-text .button:hover {
background-color: #555;
color: white;
}


.navbar {
  justify-content: center;
  background-color: #212020;
  position: relative;
  flex-wrap: wrap;
  
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
         }


.navbar-toggler {
   COLOR:WHITE;
   justify-content: center;
    justify-content: space-between;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}


/* Navigation bar links */
.navbar a {
  color: white;
  text-align: center;
  padding: .5rem .75rem;
font-size:25px;
font-weight:bold;
  font-family: Arial, sans-serif;
 }

.navbar li a:hover {
   color: #e2727a;
}

@media screen and (max-width: 600px) {
  .navbar {
    flex-direction: column;
    font-size: 15px;
     background-color: #333333;
      
      padding: 0rem;
	
  }
}
@media screen and (max-width: 600px) {
  .navbar a{
    font-size:20px;
  }
}
@media screen and (max-width: 600px) {
  .row, .footer {
    flex-direction: column;

  }
}


@media screen and (max-width: 600px) {
  h1, .hero-text, .services_hero_content {
    font-size: 4rem;
     }
   }
@media screen and (max-width: 600px) {
  h2 {
    font-size: 2rem;
     }
   }
@media screen and (max-width: 600px) {
  .hero-text .button {
       font-size: 1.15rem;
       padding: 0rem;
  }
}
.midsection{
    padding:1em;
   height: auto;
   text-align: left;
   color: #520B15;
   font: 1.25em Arial sans-serif;
   justify-content:center;
 background-color:white;

 
}




.imagerow{
   padding: 25px;
   justify-content: center;
}
h2 {
   color:black;
   font-weight: bold;
}

h3 {
   color: #3B1509;
}

figure {

	overflow: hidden;
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

@media screen and (max-width: 600px) {
.midsection {
   flex-direction: column;
   height:auto;
   font: italic 1.35em Arial sans-serif;
      text-align: left;
   }
}
.btn-info {
border: none;
outline: 0;
display: inline-block;
padding: 8px 16px;
color: white;
background-color: #e2727a;
text-align: center;
cursor: pointer;
font-size: 21px;
}

.btn-info:hover {
background-color: #555;
color: white;
}
hr.style2 {
	border-top: 3px double #0a0a0a;
}

.footer {
   background-color: #284E26;
   COLOR:WHITE;
   }

.borderless {
   display: inline-flex;
      position: relative;
     left: 24%;

}

.borderless a {
   border: none;
   font-size: 25px;
   background-color: #284E26;
   Color: WHITE;
   font-family: Arial, sans-serif;
   cursor: pointer;
   text-decoration: underline;
}

.borderless li a:hover {
background-color: #555;

}



.footercontact {
   padding-top: 8px;
   display: inline-flex;
   position: relative;
   float: right;
   right: 37%;
   justify-content: center;

   font-family: Arial, sans-serif;
   font-weight: bold;
   font-size: 30px;

}





/* Services page styles */
   /* Breadcrumbs Section */
   .navrow {
     flex-wrap: wrap;

   }


   ul.breadcrumb {
     display: inline-flex;
     margin: 12px;
     list-style: none;
     background-color: #21202070;
      overflow: hidden;
   }
   ul.breadcrumb li {
     font-size: 20px;
     padding: 3px;
     color: gray;
     float: left;
     }

   ul.breadcrumb li+li:before {
      padding: 3px;
     color: white;
     content: ">\00a0";
   }
   ul.breadcrumb li a {
     color: white;
     text-decoration: none;
     font-size: 20px;

   }
   ul.breadcrumb li a:hover {
     color: #e2727a;;
     text-decoration: underline;
   }
   @media screen and (max-width: 600px) {
   .contact, .footercontact, .list-group, .borderless {
       float: none;
      display: inline-block;
      flex-direction: column;
      left: 2%;
           }
   }
   @media screen and (max-width: 600px) {
   .footercontact {
       font-size: 22px;
           }
   }

   @media screen and (max-width: 600px) {
   .borderless a {
       font-size: 20px;
           }
   }
   @media screen and (max-width: 600px) {
   .contact li {
       font-size: 16px;
           }
   }
   /* Search section */


       /* Responsive Searchbar*/


            @media screen and (max-width: 600px) {
            ul.breadcrumb li, ul.breadcrumb li a{
                font-size: 12px;
                padding: 0px;
                             }
            }

            .services_hero {
                position: relative;
                height: 50vh;
                min-height: 300px;
                height: 400px;
                right: -3vh;
                margin-left: -6vh;
                min-width: 100%;
                max-width: 1600px;
                background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url("images/Landscapingservices.jpg");
                background-position: center;
                background-size: cover;

             }

             .services_hero_content {
                text-align: center;
                position: absolute;
                top: 65%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: #F9F2E1;
                font-family: Impact, fantasy;
                letter-spacing: 3px;
             }

             .serviceheader{
                font-size: 30px;
                color: #284E26;
                padding:20px;
                text-align: center;
                font-weight: bold;
             }

             .content{
                text-align: justify;
                font-size: 25px;
               padding: 20px;
               color: #520B15;
             }

             @media screen and (max-width: 600px) {
             .services_hero_content {
               top:90%;
               left: 35%;
             transform: translate(-50%, 0%);
             font-size: 25px;

                     }
             }

             @media screen and (max-width: 600px) {
            .content {
               text-align: justify;
                 font-size: 16px;

                 margin: 0 auto;
                    }
           }

           @media screen and (max-width: 600px) {
         .serviceheader {

               font-size: 20px;
               margin: 2px 0;
                  }
         }
             /* style for Contact Us page */
             .contactrow{
                text-align: center;
                justify-content: center;

             }

             .label_form{
                justify-content: center;
                font-size: 20px;
                display: inline-block;
                color: #520B15;
                margin-left: 60px;
                padding-top: 17px;
             }
             .contactform{
                display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;

       margin-left: 20px;
        }


        #subjectlist{
            margin-left:60px;
            padding:5px;
        }
        #messagetext{
            margin-left:60px;

        }
            legend {
             margin-left: 60px;
             padding-top: 10px;
             color: #520B15;
              }
             input[type=text] {

               margin-left: 60px;

               resize: vertical;
            }

            input[type=email] {

               margin-left: 60px;

               resize: vertical;
}

input[type=submit] {

border-color: lightgray;
   margin-left:60px;
   color: #520B15;
   font-size: 20px;
  padding: 3px 8px;
    border-radius: 4px;
  cursor: pointer;

}

input[type=submit]:hover {
  background-color: #45a049;
}
@media screen and (max-width: 600px) {
.contactform, fieldset, .label_form, input[type=text], input[type=email], #subjectlist, #messagetext, legend {

    margin-left: 0px;
    padding-left: 0px;
       }
}
@media screen and (max-width: 600px) {
legend {
   font-size: 20px;
   margin-right: 1px;
       }
}


.navbar-toggler-icon {
  display: block;
  margin:4px;
  height: 9px;
  width:60px;
  background: #d3531a;
  border-radius: 9px;
}

navbar-toggler-icon {
    width: 50px;
    height: 50px;
    display: block;
    border: none;
    padding: 0px;
    margin: 20px;
    background: linear-gradient(
      to bottom, 
      #3D0E61, #3D0E61 20%, 
      white 20%, white 40%, 
      #3D0E61 40%, #3D0E61 60%, 
      white 60%, white 80%, 
      #3D0E61 80%, #3D0E61 100%
    );
}

#sidebar-menu {
    visibilty: hidden;
    position: fixed;
    top: 0;
    left: -250px;
    width: 200px;
    height: 100%;
    background-color: #3D0E61;
    padding: 0px 10px;
    box-sizing: border-box;
}

/* Hamburger Menu */ 
.hamburger {
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 0.8em;
    margin-right: 0.3em;
    border-top: 0.2em solid #fff;
    border-bottom: 0.2em solid #fff;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #fff;
}
/* Style for popup contact form */ 
.form-elegant .font-small {
font-size: 15px; }
  
.form-elegant .z-depth-1a {
-webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25); }
  
.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
-webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15); 
}
  
.form-elegant .modal-header {
border-bottom: none; 
}
  
.modal-dialog .form-elegant .btn .fab {
color: #2196f3!important; 
}
  
.form-elegant .modal-body, .form-elegant .modal-footer {
font-weight: 400; 
}
  
 .md-form label{
font-size:15px;
}

.md-form input{
width:80%;
font-size:15px;
}

.md-form textarea{
width:80%;
font-size:15px;
}
   

#ID1{display: block; width:100px;height:100px;}
#id2{display: block; width:100px;height:100px;}
 
.search{
        float:right;
        margin:7px;
    }
	
	p.light {
  font-family: helvetica, garamond, serif;
  font-size: 12px;
  font-style: normal;
  display: none;
}

