@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');
html { scroll-behavior: smooth; }
body { font-family: 'Raleway', sans-serif; background-color: #ffffff; overflow-x: hidden !important; }
h1 { font-family: 'Permanent Marker', cursive; }
a { font-family: 'Roboto', sans-serif; color: white; text-decoration: none; font-size: 16px; }
@media only screen and (max-width: 900px) {
    body {
        overflow-x: hidden !important;
    }
}

@keyframes fade-in {
    from {opacity: 0; transform: translateY(25px);}
    to {opacity: 1;}
}

.fade-in-element { animation: fade-in 2s; }

/* ---------------------------------------------- 
                  Hero Section
   ---------------------------------------------- */

header { min-height: 600px; display: flex; flex-direction: column; align-items: flex-start; background-image: url("img/home-hero.jpg"); background-size: cover; background-position: center; position: relative; margin-bottom: 0; }

nav { padding: 20px 5px; position: fixed; background-color: #f1f1f1; background-image: url("img/header1.jpg"); background-position: center; background-size: contain; z-index: 12; width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; 
  border-top: 1px solid rgb(116, 116, 116); }
.logo { height: 100px; width: auto; z-index: 1; margin-bottom: 0px; }
.nav-items { display: flex; flex-direction: row;  }
.nav-item { margin: 0 15px; font-size: 19px; font-weight: 600; color: rgb(49, 49, 49); font-family: 'Permanent Marker', cursive; }
.active { color: rgb(0, 0, 0); font-weight: 700; }
.nav-btn { background-color: #8bac17; font-size: 18px; padding: 12px 15px; border-radius: 5px; transition: all, .3s; color: white; font-family: 'Roboto', sans-serif; }
.nav-btn:hover { background-color: #789413; }
.phone { font-family: Arial, Helvetica, sans-serif; margin-right: 30px; font-size: 20px; }

.nav-quote-phone { display: flex; flex-direction: column; margin-top: -38px; }
.nav-phone { display: flex; flex-direction: row; justify-content: center; align-items: center; margin-bottom: 15px; }

.hero-wrapper { margin: 0 auto; margin-top: 0px; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #00000075; border-radius: 5px; padding: 20px 7px; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; z-index: 10; min-height: 0px; }
.hero-wrapper-text { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; }
.hero-wrapper h1 { font-size: 50px; line-height: 60px; margin: 10px 0; color: white; text-align: center; font-weight: 600; width: 90%; }
.hero-wrapper p { font-size: 19px; margin: 10px 0; color: white; text-align: center; }

@media only screen and (max-width: 850px) {

    header { min-height: 400px; display: flex; flex-direction: column; align-items: center; padding-bottom: 0px; }

    nav { display: none; }
    .logo { margin-bottom: 30px; }
    .nav-items { display: flex; flex-direction: column; justify-content: center; align-items: center; }
    .nav-item { margin: 10px 0; font-size: 22px; }
    .phone-number { margin-top: 30px; }
    .phone { margin-right: 0; margin-top: 30px; font-size: 18px; }

    .hero-wrapper { margin-top: 120px; width: 100%; padding-left: 0px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px 0px; bottom: 0%; left: 0%; right: 0%; min-height: 200px; }
    .hero-wrapper h1 { font-size: 28px; margin: 7px 0; line-height: 38px; margin-top: 0; color: white; text-align: center; width: 95%; }
    .hero-btn { width: 50%; font-size: 15px; }
}


/* ---------------------------------------------- 
                 Intro Section
   ---------------------------------------------- */
#intro { padding: 60px 0 0px 0; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image: url("img/intro.jpg"); background-size: cover; background-position: center;}

.section-heading { font-size: 30px; text-align: center; width: 85%; }

.intro-top-wrapper { display: flex; flex-direction: row; justify-content: center; align-items: flex-start; flex-wrap: wrap; margin-top: 20px; padding: 35px 0; background-color: rgba(255, 255, 255, 0.11);  }
.intro-wrapper { display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 28%; min-height: 535px; margin: 25px 10px; }
.intro-wrapper img { width: 80%; height: auto; transition: all, .3s; }
.intro-wrapper img:hover { transform: scale(1.04); }
.intro-wrapper h1 { margin: 20px 0; font-size: 30px; text-align: center; }
.intro-wrapper p { font-size: 16px; line-height: 21px; text-align: center; width: 90%; font-weight: 600; }
.intro-wrapper a { font-size: 15px; padding: 11px 5px; width: 50%; margin-top: 15px; border-radius: 2px; background-color: #8bac17; color: white; font-weight: 600; text-align: center; border: 1px solid black; }

@media only screen and (max-width: 850px) {
    .section-heading { width: 95%; } 
    .intro-top-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 20px 0; }
    .intro-wrapper { width: 95%; margin: 30px 0; }
    .intro-wrapper img { width: 75%; }
}

/* ---------------------------------------------- 
                 Clutter Section
   ---------------------------------------------- */
#clutter { padding: 70px 0; min-height: 400px; background-image: url("img/parralax.jpg"); background-attachment: fixed; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: center; align-items: center; }  

.clutter-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 40%; background-color: rgb(255, 255, 255); padding: 35px 5px; }
.clutter-wrapper img { width: 40%; height: auto; }
.clutter-wrapper h1 { font-size: 28px; margin: 20px 0; }
.clutter-wrapper p { font-size: 17px; line-height: 20px; margin: 15px 0; text-align: center; width: 95%; }
.clutter-wrapper a { font-size: 16px; padding: 11px 5px; width: 60%; margin-top: 15px; border-radius: 4px; background-color: #8bac17; color: white; font-weight: 600; text-align: center; }

@media only screen and (max-width: 850px) {
    .clutter-wrapper { width: 80%; }
    .clutter-wrapper img { width: 50%; height: auto; }
}

/* ---------------------------------------------- 
               Testimonials Section
   ---------------------------------------------- */
#testimonials { padding-bottom: 60px; padding-top: 100px; background: url("img/testimonials.jpg"); background-attachment: fixed; background-size: cover; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.testimonials-wrapper { display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 30px; }


.testimonial-wrapper { background-color: white; width: 27%; padding: 20px; border-radius: 4px; border: 2px solid rgb(224, 224, 224); 
    transition: all, .3s; margin: 10px; min-height: 380px; display: flex; flex-direction: column;  }
.testimonial-wrapper-one { background-color: white; width: 30%; padding: 0px; border-radius: 4px; border: 2px solid rgb(224, 224, 224); 
        transition: all, .3s; margin: 10px; min-height: 250px; display: flex; flex-direction: column;  }
.testimonial-wrapper:hover { border: 2px solid #0d8888; transform: scale(1.02); cursor: pointer; }
.testimonial-wrapper p { font-size: 17px; margin: 20px 0; line-height: 22px; font-weight: 500; color: black; }
.testimonial-wrapper h4 { font-size: 16px; font-weight: 400; color: black; }
.quote { width: 50px; height: auto; }
.testimonial-img { width: auto; height: 150px; margin: 10px auto 25px auto; }
.testimonial-img-one { width: 100%; height: auto; margin: 0px auto 0px auto; }


@media only screen and (max-width: 850px) {
    #testimonials { padding-bottom: 60px; padding-top: 100px; background-size: cover; display: flex; flex-direction: column; align-items: center; justify-content: center; }
    .testimonials-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; }
    .testimonial-wrapper { background-color: white; width: 80%; margin: 10px 0; padding: 20px 5px; }
    .testimonial-wrapper-two { margin-top: 10px; margin-bottom: 10px; }
    #testimonials a { width: 95%; }
}

/* ---------------------------------------------- 
                   Footer
   ---------------------------------------------- */

footer { background-color: #000000; background-image: url("img/footer.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; padding: 120px 0 30px 0; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; }

.footer-wrapper { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.footer-row { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; margin: 20px 0; width: 80%; }
.footer-column { display: flex; flex-direction: column; }
.footer-logo { height: 80px; width: auto; }
.footer-btn { background-color: #a4c52a; font-size: 15px; padding: 11px 10px; font-weight: 700; border-radius: 5px; transition: all, .3s; color: white; margin-top: 25px; }
.footer-column h6 { font-size: 15px; font-weight: 500; color: white; line-height: 20px; }
.footer-column p { font-size: 14px; font-weight: 400; color: white; }
.footer-column h3 { font-size: 15px; font-weight: 600; color: white; }
.footer-img-wrapper { display: flex; flex-direction: row; align-items: center; margin: 20px 0; }
.footer-img-one { height: 20px; width: auto; }
.footer-img-two { height: 45px; width: auto; margin: 0 10px; }
.footer-img-three { height: 40px; width: auto; }
.social-img-wrapper { display: flex; flex-direction: row; align-items: center; }
.social-img-wrapper img { margin: 0 5px; height: 30px; width: auto; }

.footer-link img { width: 200px; height: auto; margin-top: 10px; }

@media only screen and (max-width: 850px) {
    footer { padding-top: 200px; padding-bottom: 50px; }
    .footer-row { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 20px 0; width: 100%; }
    .footer-column { display: flex; flex-direction: column; justify-content: center; align-items: center; }
    .footer-logo { height: 180px; width: auto; }
    .footer-btn { background-color: #a4c52a; font-size: 15px; padding: 11px 10px; font-weight: 700; border-radius: 5px; transition: all, .3s; color: white; margin-top: 50px; width: 70%; text-align: center; }
    .footer-column h6 { font-size: 18px; font-weight: 500; color: white; line-height: 20px; text-align: center; }
    .footer-column p { font-size: 16px; font-weight: 400; color: white; text-align: center; }
    .footer-column h3 { font-size: 17px; font-weight: 600; color: white; text-align: center; }
}


/* ---------------------------------------------- 
                  Pages
   ---------------------------------------------- */
#intro { background-image: url("img/intro.jpg"); background-size: contain; background-position: center;}   
.page-header { min-height: 450px; display: flex; flex-direction: column; align-items: flex-start; background-image: url("img/home-hero.jpg"); background-size: cover; background-position: center; position: relative; margin-bottom: 0; }
.area-wrapper { margin: 50px 0; display: flex; flex-direction: row; justify-content: center; align-items: center; }
.area-wrapper p { width: 45%; color: rgb(0, 0, 0); font-size: 21px; line-height: 24px; font-weight: 600; margin-left: 20px; }
.area-img { height: 300px; width: auto; border: 10px solid rgb(0, 0, 0); margin-right: 20px; }

.about-wrapper { background-image: url("img/about-background.png"); background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 80px; padding-top: 30px; }

.service-intro { width: 90%; text-align: center; margin: 5px 0; line-height: 24px; }
.service-intro-text { font-size: 17px; font-weight: 600; margin: 30px 0; }

.intro-wrapper-one { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 43%; min-height: 100px; margin: 25px 10px; }
.intro-wrapper h2 { margin: 20px 0; font-size: 30px; text-align: center; font-family: 'Permanent Marker', cursive; }

.intro-wrapper-two { display: flex; flex-direction: row; justify-content: center; align-items: center; width: 100%; margin: 10px auto;  }
.intro-wrapper-two img { height: 200px; width: auto; margin-right: 30px; }
.intro-wrapper-two-text { display: flex; flex-direction: column; width: 40%; margin-left: 30px; }
.intro-wrapper-two-text h2, .intro-wrapper-two-text p { text-align: left; }
.video-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center;  margin: 20px 0 60px 0; }
.service-video { margin: 0px auto; border-radius: 10px; }

.intro-wrapper-two-img img { width: 270px; height: auto; }
.clutter-wrapper-one { border-radius: 10px; }
.intro-wrapper-two a { width: 30%; }
.btdt-service-logo { background-color: white; padding: 25px; border-radius: 7px; }

@media only screen and (max-width: 850px) {
    .area-wrapper { margin: 50px 0; display: flex; flex-direction: column; justify-content: center; align-items: center; }
    .area-wrapper p { width: 95%; color: rgb(0, 0, 0); margin-top: 20px; margin-left: 0px; text-align: center; }
    .area-img { height: 200px; width: auto; border: 10px solid rgb(0, 0, 0); margin-right: 0px; }
    .intro-wrapper-one { width: 95%; }
    .intro-wrapper-two { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; }
    .intro-wrapper-two img { margin-right: 0px; margin: 0 auto; }
    .intro-wrapper-two-text { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; margin-left: 0px; }
    .intro-wrapper-two-text h1, .intro-wrapper-two-text p { text-align: center; }
}

.intro-wrapper-three { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 30%; min-height: 100px; margin: 25px 10px; }
.area-text-wrapper { width: 50%; }
.area-text-wrapper h1 { font-size: 25px; margin-bottom: 15px; } 
.area-text-wrapper p { width: 100%; margin-left: 0; }
.about-img-wrapper { display: flex; flex-direction: row; justify-content: center; align-items: center; }
.about-img-wrapper img { height: 100px; width: auto; margin: 30px 15px; }

.contact-section { background-image: url("img/contact.jpg"); background-size: cover; background-position: center; }
.contact-form, #contact-form { width: 90%; display: flex; flex-direction: column; }
.label, .input { width: 100%; }
.label { margin: 20px 0 10px 0; font-weight: 600; color: rgb(0, 0, 0); }
.input { padding: 10px 5px; border-radius: 4px; border: none; }
.submit-btn { padding: 12px 5px; width: 40%; margin-top: 20px; background-color: #799613; color: rgb(255, 255, 255); font-weight: 600; border: 1px solid black; border-radius: 4px; font-size: 17px; }


/*Testimonials*/

.testimonial-page-header { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 90%; padding-top: 0; margin-top: 0; margin-bottom: 30px; }
.testimonial-page-header h2 { font-size: 42px; font-weight: 400; font-family: 'Permanent Marker', cursive; }
.testimonial-page-header a { padding: 12px 5px; width: 20%; background-color: #799613; color: rgb(255, 255, 255); font-weight: 600; border: 2px solid black; text-align: center; border-radius: 4px; font-size: 17px; }

.testimonials-page-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 30px 0 55px 0; width: 100%; }
.testimonial-page-wrapper { width: 90%; background-color: #8BAC17; border-radius: 5px; padding: 20px 8px 20px 15px; display: flex; flex-direction: column; border: 2px solid black; margin: 15px 0; }
.testimonial-page-wrapper p { color: white; font-size: 23px; line-height: 32px; font-weight: 500; }
.testimonial-page-wrapper h3 { font-size: 19px; color: white; margin-top: 15px; }

.reviews-header { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.reviews-header h2 { text-align: center; font-size: 35px; }
.reviews-header p { text-align: center; margin-top: 15px; font-size: 20px; line-height: 28px; }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 15px auto;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
#send_message { padding: 12px 5px; width: 40%; margin-top: 20px; background-color: #799613; color: rgb(255, 255, 255); font-weight: 600; border: 1px solid black; border-radius: 4px; font-size: 17px; }

@media only screen and (max-width: 850px) {
    .intro-wrapper-three { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 90%; min-height: 100px; margin: 25px 0px; }
    .area-text-wrapper { width: 80%; }
    .submit-btn { width: 90%; } 

    .testimonial-page-header { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 90%; padding-top: 0; margin-top: 0; margin-bottom: 30px; }
    .testimonial-page-header a { width: 60%; margin-top: 20px; }
    .form-control { padding-right: 0; padding-left: 0; width: 95%; }
}

.nav-arrow { margin: 0; padding: 0; font-size: 12px; margin-left: 2px; }  

.dropdown { position: relative; display: inline-block; }
  
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #B48251;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin: 0px 0;
}
  
.nav-item { display: flex; flex-direction: row; justify-content: center; align-items: center; }

.dropdown-content-text { color: rgb(255, 255, 255); padding: 12px 16px; text-decoration: none; display: flex; flex-direction: row; justify-content: start; align-items: center; font-size: 17px; font-weight: 500; }

.dropdown-content a:hover {background-color:#8BAC17;}

.dropdown:hover .dropdown-content { display: flex; flex-direction: column; justify-content: center; align-items: stretch; }

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.green-bar { background-color: #8BAC17; padding: 26px 0; width: 100%; display: flex; flex-direction: row; justify-content: space-around; align-items: center; }

.green-bar a { font-size: 19px; font-weight: 600; color: rgb(255, 255, 255); transition: all, .3s; }
.green-bar a:hover { color: rgb(226, 226, 226); }
@media only screen and (max-width: 850px) {
    .green-bar { background-color: #8BAC17; padding: 20px 0 15px 0; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }
    .green-bar a { font-size: 23px; margin: 10px 0; }
}

.image-bar { width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; padding-top: 25px; background-image: url("img/intro.jpg"); background-size: cover; background-position: center; }
.image-bar img { height: 85px; width: auto; margin: 0 15px; }
@media only screen and (max-width: 850px) {
    .image-bar { width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap; padding-top: 10px; }
    .image-bar img { height: 80px; width: auto; margin: 0 15px; }
}

/* ---------------------------------------------- 
                  City Pages
   ---------------------------------------------- */
.city-about-wrapper { display: flex; flex-direction: row; justify-content: space-around; align-items: flex-start; width: 100%; margin-bottom: 50px; background-image: url("img/about-background.png"); background-size: cover; background-position: center; padding-top: 60px; }

.city-intro-wrapper { display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 28%; min-height: 585px; margin: 25px 10px; }

.city-about { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 40%; margin-bottom: 30px; margin-top: 0; }
.city-about img { width: 80%; height: auto; border: 8px solid black; border-radius: 3px; }
.city-about h2 { font-size: 43px; margin: 25px 0; font-family: 'Permanent Marker', cursive; }
.city-about p { font-size: 19px; margin: 5px 0; font-weight: 600; line-height: 22px; text-align: center; }

.city-contact { width: 40%; }

.bio { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 85%; padding-bottom: 60px; }
.bio h2 { font-size: 34px; margin-top: 40px; margin-bottom: 15px; font-family: 'Permanent Marker', cursive; }
.bio p { margin: 5px 0; text-align: center; font-size: 19px; font-weight: 600; line-height: 23px; }

@media only screen and (max-width: 850px) {
    .city-about-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; margin-bottom: 50px; background-image: url("img/about-background.png"); background-size: cover; background-position: center; padding-top: 60px; }
    .city-intro-wrapper { display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 95%; min-height: 585px; margin: 25px 0px; }
    .city-about { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 95%; margin-bottom: 30px; margin-top: 0; }
    .city-contact { width: 90%; display: flex; flex-direction: column; justify-content: center; align-items: center; }
}