
#header {
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#header .logo {
    margin: 15px auto;
    max-width: 100px;
}

#header .logo a:hover {
    color: #007bff;
}

#nav {
    margin: 4% auto;
    width: 100%;
}

#nav li {
    display: inline-block;
    font-size: 1.125rem;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 30%;
    text-align: center;
}

#nav li a {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;    
}

#nav li a:hover {
    color: cadetblue;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
}

#nav .active a, #nav .dropdown .active, #nav .dropdown .dropdown-content .active a, #nav .home-nav-item .active  {
    color: #008b8b;
}

.affiliatedCompany a {
    color: #008b8b;    
}

.affiliatedCompany a:hover {
    color: cadetblue;
}

/*-- Nav Dropdown Start --*/

#nav li .dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

#nav .dropdown {
  position: relative;
  display: inline-block;
}

#nav .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0px;
}

#nav .dropdown .dropdown-content li {
    display: block;
    padding-bottom: 0px;
    padding-top: 0px;
    max-width: 300px;
    text-align: center;
    width: 100%;
}

#nav .dropdown .dropdown-content a {
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  text-transform: none;
}

#nav .dropdown .dropdown-content a:hover {
    background-color: #ddd;
    color: cadetblue;
}

#nav .dropdown:hover .dropdown-content {
    display: block;
}

#nav li .dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*-- Nav Dropdown End --*/

.red {
    color: red;
}

.bgColor {
    background: #000;
    color: #fff;
}

.homeBanner {
    background: url("../Images/dark-paint-splat-creative-graphic.jpeg") #000;
    background-repeat: no-repeat;
    background-position: top;
}

#main-hero {
    background-position: right;
    background-size: cover;
    margin-bottom: 25px;
    padding: 75px 0;
    width: 100%;
}

p {
    font-size: 18px;
	line-height: 1.75;
}

#main-hero p {
    font-size: 1.5rem;
    text-align: center;
}

#main-hero .innerWrap {
   /*padding-bottom: 25px;*/
    padding-top: 25px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

#main-heading-section h1 {
    color: darkslategray;
    text-shadow: 0 0 black;
}

#main-heading-section h5 {
    font-weight: 400;
	line-height: 1.75;
}

#main-heading-section p {
    line-height: 1.75;
    text-align: justify;
}
#home-srvcs-hero #mainImg {
    border: none;
    max-width: 600px;
    margin: 25px auto;
}

#mainImg {
    border: solid 1px dodgerblue;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 25px;
}

#services-heading {
    color: darkslategray; 
    margin-bottom: 50px;
    text-align: center;
}

.thumb {
    margin-top: 15px;
}

.thumb, img {
    width: 100%;
}

.blockOne, .blockTwo, .blockThree {
    padding: 15px;
}

.blockOne, .blockThree {
    background: ghostwhite;
}

.blockTwo {
    border: solid 1px whitesmoke;
}

#industries {
    margin-bottom: 25px;
    background: #fff;
    padding: 3% 5%;
}

#industries h3 {
    color: darkslategray;
    margin: 15px 0px;
    text-align: left;
}

#industries p {
    line-height: 1.75;
    text-align: justify;
}

.button {
    margin: 25px 0px 50px;
    text-align: center;
}

.button a {
    background: none;
    color: darkslategray;
    border: solid darkslategray medium;
    display: block;
    font-weight: bold; 
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    max-width: 300px;
    width: 100%;
}

.inquiry-button a, .call-button a {
    background: forestgreen;
    color: #fff;
    display: block;
    font-weight: bold; 
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    max-width: 300px;
    width: 100%;
}

.button a:hover, .inquiry-button a:hover, .call-button a:hover {
    background: #2f4f4f;
    
}

a:hover {
    color: #fff;
    text-decoration: none;
}

#footer {
    background: #2f4f4f;
    color: #fff;
    margin: 0px auto;
    padding: 25px;
    text-align: center;
}

#footer .logo {
    margin: 0px auto;
    max-width: 150px;
}


/* -- Services, and Contact Pages Start-- */

.servicesList .proposalHeadingWrap h2 {
    color: #fff;
}

.servicesList h2, .servicesList h3 {
    color: darkslategray;      
}

.trades ul li, .servicesList ul li {
    font-size: 18px;
    line-height: 1.75;
}

#inquiryHomeServicesForm, #inquiryRestaurantFoodServiceForm {
    background: ghostwhite;
    padding: 25px 25px 50px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 18px;
}

#inquiryHomeServicesForm label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: darkslategray;    
}

#inquiryHomeServicesForm textarea, #inquiryRestaurantFoodServiceForm textarea {
    width: 100%;
}

#inquiryHomeServicesForm input[type="checkbox"], #inquiryRestaurantFoodServiceForm input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.video {
    margin: 0 auto;
    max-width: 568px;
    width: 100%;
}

.video h5 {
    text-align: center;
}

.proposalHeadingWrap {
    background: teal;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #fff;
    padding: 15px 25px;
    text-align: center;
}

#home-srvcs-hero {
    margin-bottom: 25px;
    width: 100%;
}

#home-srvcs-hero #main-heading-section {
    padding-top: 75px;
}

#business-hero, #education-hero {
    margin-top: 75px;
    margin-bottom: 25px;
    width: 100%;
}

#homes-srvcs-hero #mainImg {
    border: none;
    margin-top: 25px;
}

#business-hero #mainImg, #education-hero #mainImg {
    border: none;
}

.order-button, .quote-button {
    text-align: center;
    width: 100%;
}

.order-button a {
    background: forestgreen;
    color: #fff;
    display: block;
    font-weight: bold; 
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    max-width: 300px;
    width: 100%;
}

.quote-button a {
    background: forestgreen;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 0 auto; 
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    max-width: 300px;
    width: 100%;
}

.order-button a:hover, .quote-button a:hover {
    background: #2f4f4f;
}

#contactWrap .innerWrap {
    background: rgba(0, 0, 0, .5);
    padding-bottom: 100px;
    padding-top: 75px;
}

#contactBg {
   background: url(../Images/fort-lauderdale-florida-zskyline-2025-03-24-00-27-06-utc-tinted.jpeg) no-repeat;
    background-position: center;
    background-size: cover;
}

#contactWrap h1 {
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

#contactBg p {
    color: #fff;
    font-size: 21px;
    text-align: center;
}

#contactWrap h4 {
    margin-top: 50px;
    text-align: center;
    
}

#hours-location {
    background: ghostwhite;
    margin-top: 25px;
    padding-bottom: 75px;
    padding-top: 75px;
}

#hours-location h5 {
    margin-bottom: 25px;
    text-align: center;
}

#hours-location p {
    text-align: center;
}

/* -- Inquiry Page -- */

#inquiryContent {
    margin: 0 auto;
}

#inquiryContent h1 {
    text-align: center;
}

#inquiryContent #inquiryForm {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}

#inquiryContent #inquiryForm {
    margin-top: 25px;
}


#inquiryContent #inquiryForm .inquiry-button {
    width: 65%;
    margin: 30px auto;
}

#inquiryContent #inquiryForm input, #inquiryContent #inquiryForm select {
    width: 100%;
}

.inquiry-button .submit, .call-button input {
    background: #008b8b;
    border: none;
    color: #fff;
    display: block;
    font-weight: bold; 
    margin: 0 auto;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
}

.button a, .inquiry-button a, .call-button a {
    padding: 15px 10px;
}

.button input:hover, .inquiry-button .submit:hover, .call-button input:hover, #inquiryContent #inquiryForm .inquiry-button:hover  {
    background: #2f4f4f;
}

.submit:hover {
    color: #fff;
    text-decoration: none;
}

#inquiryContent #inquiryForm .checkbox {
    width: 30px;   
}

#inquiryForm .fieldCol, #inquiryHomeServicesForm .fieldCol {
    margin-bottom: 15px;
}

#social a {
    color: #008b8b;
}

#social a:hover {
    color: #2f4f4f;
}

/* -- All Queries Start -- */

@media screen and (min-width: 1880px) {
    #mainImg {
        max-width: 700px;
    }
}

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

    #main-heading-section p {
        text-shadow: 0 0 black;
    }
    #biz-heading p {
        text-shadow: none;
    }
    #mainImg {
        border: none;
    }
}

@media (max-width: 1199px) {
    #header .logo {
        margin: 15px auto 35px;
    }
}

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

    #main-hero .innerWrap {
    padding-bottom: 0px;
    }

    #mainImg {
        max-width: none;
    }
    
    p, .trades ul li, .servicesList ul li {
        font-size: 1.375rem;
    
    }


    .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8  {
        flex: 100%;
        max-width: 100%;
    }

    #services-heading {
        text-align: left;
    }



    .inquiry-button a {
        margin: 0;
    }
    
    
}

@media screen and (max-width: 767.2px) {
    #main-hero .innerWrap p {
        padding: 5%;
    }
    .quote-button a {
        width: 45%;
    }
}

@media screen and (max-width: 573px) {
    .button a, .inquiry-button a, .call-button a {
        width: 75%;
    }
    
}