#header {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
}

#header .logo {
    margin: 0px auto;
    max-width: 375px;
}

#header .logo a:hover {
    color: #007bff;
}

#nav {
    background: rgba(0,0,0, 1);
}

#nav ul {
    margin-bottom: 0px;
    padding: 0;
}

#nav li {
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 27%;
    text-align: right;
}

#nav li a {
    color: gainsboro;
    font-weight: 500;
    text-transform: uppercase;    
}

#nav li a:hover {
    color: cadetblue;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
}

#nav .active a {
    color: lightblue;
}

.red {
    color: red;
}

.bgColor {
    background: #000;
    color: #fff;
}

#main-hero {
    background: url("../Images/city-ft-lauderdale-skyline-bg-banner-4.jpg") no-repeat;
    background-color: cornflowerblue;
    background-position: right;
    background-size: cover;
    margin-bottom: 25px;
    padding-left: 0px;
    width: 100%;
}

#main-hero p {
    font-size: 21px;
    text-align: justify;
}

#main-hero .innerWrap {
    background: rgba(255, 255, 255, .3);
    padding-bottom: 100px;
    padding-top: 100px;
}

#main-heading-section h1 {
    text-shadow: 0 0 black;
}

#main-heading-section h5 {
    font-weight: 400;
    text-align: justify;
}

#main-heading-section p {
    text-align: justify;
}

#mainImg {
    border: solid 1px dodgerblue;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 25px;
}

#services-heading {
    margin-bottom: 25px;
    text-align: center;
}

.thumb, img {
    width: 100%;
}

.blockOne, .blockTwo, .blockThree {
    padding: 15px;
}

.blockOne, .blockThree {
    background: ghostwhite;
}

.blockTwo {
    border: solid 1px whitesmoke;
}

#industries {
    margin-bottom: 25px;
}

#industries h4 {
    margin: 15px 0px;
    text-align: left;
}

#industries p {
    text-align: justify;
}

.button {
    margin: 25px 0px 50px;
    text-align: center;
}

.button a {
    background: #008b8b;
    color: #fff;
    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: #008b8b;
    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: #000;
    color: #fff;
    margin: 25px auto;
    padding: 25px;
    text-align: center;
}

#footer .logo {
    margin: 0px auto;
    max-width: 150px;
}


/* -- Services, and Contact Pages Start-- */

.video {
    margin: 0 auto;
    max-width: 568px;
    width: 100%;
}

.video h5 {
    text-align: center;
}

#business-hero, #education-hero {
    margin-top: 45px;
    margin-bottom: 25px;
    width: 100%;
}

#business-hero #mainImg, #education-hero #mainImg {
    border: none;
}

.order-button, .quote-button {
    text-align: center;
}

.order-button a {
    background: #008b8b;
    color: #fff;
    display: block;
    font-weight: bold; 
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
}

.quote-button a {
    background: #008b8b;
    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: 25px;
}

#contactBg {
    background: url("../Images/ftl-bg.jpg") no-repeat;
    background-position: bottom;
    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: 25px;
    padding-top: 25px;
}

#hours-location h5 {
    margin-bottom: 25px;
    text-align: center;
}

#hours-location p {
    text-align: center;
}

#hours-location img {
    margin: 0 auto;
    max-width: 426px;
}



/* -- 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: 35%;
}

.button a, .inquiry-button a, .call-button a {
    padding: 20px 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 {
    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-hero .innerWrap {
        background: rgba(255, 255, 255, .7);
    }
    #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;
    }

    .button a, .inquiry-button a, .call-button a {
        width: 50%;
    }

    .col-md-6 {
        flex: 100%;
        max-width: 100%;
    }

    #services-heading {
        text-align: left;
    }



    .inquiry-button a {
        margin: 0;
    }
    
    
}

@media screen and (max-width: 767.2px) {
    .quote-button a {
        width: 45%;
    }
}

@media screen and (max-width: 573px) {
    .button a, .inquiry-button a, .call-button a {
        width: 75%;
    }
    
}