﻿/* {
    -webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;
}
*/

body {
    font-family: 'open_sansregular';
    font-size: 16px;
}

p {
    font-size: 25px;
    line-height: 30px;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

.offwhite-title-text {
    color: #cac7c7;
}

.strokeme {
    color: #cac7c7;
    text-shadow: -0px -0px 0 #cac7c7, .25px .25px 0 #cac7c7, -.25px .25px 0 #cac7c7, 0px 0px 0 #cac7c7;
}

/* Utlities */
.ghost-button {
    color: #ffffff;
    background: #ff3333;
    border: 1px solid #ffffff;
    font-size: 17px;
    padding: 7px 12px;
    font-weight: normal;
    margin: 6px 0;
    margin-right: 12px;
    display: inline-block;
    text-decoration: none;
    min-width: 120px;
    border-radius: 1px;
}

/* 1.0 Navar and Menu */
/* 1.1 NAVBAR MENU ADJUSTMENTS */
#menu {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    text-align: center;
    font-family: 'open_sansbold';
    background-color: #495d9f;
    color: #ffffff;
    font-size: 28px;
    border-bottom: #ffffff;
}

    #menu ul li {
        font-size: 40px;
        font-weight: bold;
        font-family: 'open_sansbold';
    }

/* 1.2 overrides navbar button*/
.coolbreeze-nav-btn {
    background-color: #ffffff;
    color: #000000;
}

/* 1.3 overrides navbar height*/
.coolbreeze-navbar {
    min-height: 100px;
    background-color: #ffffff;
    background: #ffffff;
    padding-right: 5px;
    padding-left: 30px;
    opacity: .9;
}

/* 1.4 logo*/
.logo {
    display: inline-block;
    background-image: url('../images/logo-CoolBreezeHVAC.png');
    width: 211px;
    height: 90px;
    padding-top: 3px;
}

/* 1.5 menu button*/
.coolbreeze-menu-button {
    font-size: 22px;
}


/* 1.6 menu button text */
.coolbreeze-menu-button-text {
    font-size: 28px;
}


/* 1.7 phone-number */
.menu-phone-number {
    padding-right: 40px;
    font-size: 28px;
}

@media (max-width:700px) {

    .coolbreeze-menu-button-text {
        font-size: 20px;
    }

    .menu-phone-number {
        padding-right: 20px;
        font-size: 20px;
    }

    .coolbreeze-menu-button {
        font-size: 18px;
    }
}

@media (max-width:580px) {
    .coolbreeze-menu-button-text {
        font-size: 14px;
    }

    .menu-phone-number {
        padding-right: 14px;
        font-size: 14px;
    }

    .coolbreeze-menu-button {
        font-size: 12px;
    }
}

@media (max-width:500px) {
    .coolbreeze-menu-button-text {
        font-size: 10px;
    }

    .menu-phone-number {
        padding-right: 10px;
        font-size: 10px;
    }

    .coolbreeze-menu-button {
        font-size: 8px;
    }
}

/* 1.8 default page title text box */
.default-page-box p {
    font-size: 25px;
    line-height: 30px;
}

@media (max-width:1050px) {
    .default-page-box p {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width:700px) {
    .default-page-box p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width:400px) {
    .default-page-box p {
        font-size: 12px;
        line-height: 17px;
    }
}

/* 1.9 collapse overrides */
.nav > li > a {
    color: #ffffff;
}

    .nav > li > a:hover {
        color: #495d9f;
    }

.nav-pills > li > a {
    border-radius: 0px;
}

/* 1.10 Section 1*/
.section1 {
    height: 800px;
}
/* 2.0 default page*/

.section2 {
    margin-top: 25px;
    height: 400px;
}

.section-2-text {
    padding: 50px;
    padding-top: 0px;
}

    .section-2-text p {
        text-align: center;
        font-size: 30px;
        line-height: 35px;
    }

@media (max-width:1350px) {
    .section-2-text p {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width:1350px) {
    .section-2-text p {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width:850px) {
    .section2 {
        margin-top: 25px;
        height: 500px;
    }

    .section-2-text p {
        text-align: center;
        font-size: 14px;
        line-height: 19px;
    }
}

/* 2.1 heading section */
.bg-default-page {
    height: 800px;
    margin-top: -65px;
    background: url('../images/bg-main.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.default-page-box {
    width: 60%;
    height: 150px;
    background-color: #495d9f;
    margin-left: 50px;
    padding-top: 50px;
    color: #ffffff;
    font-size: 28px;
    line-height: 32px;
    padding: 10px;
    opacity: .8;
    align-content: center;
}

@media (max-width:800px) {
    .bg-default-page {
        margin-top: -100px;
    }

    .default-page-box {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width:580px) {
    .bg-default-page {
        height: 650px;
        margin-top: -100px;
    }
}

.default-page-heading p {
    padding-top: 215px;
    font-size: 100px;
    line-height: 85px;
    font-family: 'open_sansbold';
    padding-left: 25px;
    color: #ffffff;
}

@media (max-width:800px) {
    .default-page-heading p {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width:580px) {
    .default-page-heading p {
        font-size: 40px;
        line-height: 45px;
    }
}


/* 2.2 default-page middle images */
.push-circle-image-left {
    margin-left: 50px;
}

.push-circle-image-right {
    margin-right: 50px;
}

.circle-images {
    margin-top: -65px;
}

.cirle-image-div {
    margin-top: 2px;
}

.circle-image-text {
    margin-top: 5px;
    font-size: 24px;
    font-family: 'open_sansbold';
    width: 110px;
}

.acunits {
    padding-right: 100px;
}


/* default page section 3*/
/* 3.0 background image */
.section3 {
    background: url('../images/banner-ductwork.png');
    height: 600px;
    color: #ffffff;
}

/* 3.1 services */

.bg-services-page {
    height: 800px;
    margin-top: -65px;
    background: url(../images/banner-services.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.services-text p {
    font-size: 20px;
    line-height: 25px;
}

@media (max-width:1150px) {
    .services-text p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width:850px) {
    .services-text p {
        font-size: 10px;
        line-height: 15px;
    }

    .service-circle-images {
        width: 50%;
    }
}

@media (max-width:768px) {
    .service-circle-images {
        width: 10%;
    }

    .section3 {
        background: url('../images/banner-ductwork.png') no-repeat center center;
        background-repeat: no-repeat;
        height: 100%;
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width:470px) {
    .service-text-hdr h3 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* 3.2 Products */

.bg-products-page {
    height: 800px;
    margin-top: -65px;
    background: url(../images/banner-products.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* 3.3 faqs */
.bg-faq-page {
    height: 800px;
    margin-top: -65px;
    background: url(../images/banner-faq.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* 3.4 testimonials */
.bg-testimonials-page {
    height: 800px;
    margin-top: -65px;
    background: url(../images/banner-testimonials.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* default page section 4 - footer*/

.section4 {
    color: #ffffff;
    background: #3e3d3d;
    padding: 25px;
    padding-top: 0px;
}

/* 4.1 contact information */
.contact-us-hdr h3 {
    margin-top: -5px;
    color: #ffffff;
}

.contact-us-text {
    color: #ffffff;
}

.text-align-top {
    vertical-align: top;
}

#txtComments {
    resize: none;
}

/* 10.0 ABOUT US PAGE*/

.bg-about-us-page {
    height: 800px;
    margin-top: -65px;
    background: url(../images/banner-about-us-main.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about-us-text {
    font-size: 15px;
    line-height: 20px;
}

    .about-us-text p {
        font-size: 15px;
        line-height: 20px;
    }

    .about-us-text h3 {
        margin-top: 35px;
        margin-bottom: 20px;
    }

.about-us-rightside {
    /*background-color:#495d9f;*/
    color: #000000;
}

.about-us-header-text-location {
    width: 100%;
    text-align: center;
    padding-top: 375px;
    color: #ffffff;
}

.about-us-ghost-button-location {
    width: 100%;
    text-align: center;
}

.about-us-ghost-button {
    font-size: 30px;
}

/*
.collapse p {
    font-size:15px;
    line-height:20px;
}
*/
/* 20 SERVICES */

.services-header-text-location {
    width: 100%;
    text-align: center;
    padding-top: 375px;
    color: #ffffff;
}

.services-ghost-button-location {
    width: 100%;
    text-align: center;
}

/* PRODUCTS */
/*
.thumbnail {
    height:450px;

}
*/

.caption p {
    font-size: 14px;
    line-height: 16px;
}

.ghost-button:hover, .ghost-button:active {
    color: #000;
    background: #fff;
}

.master-footer {
    margin-top: 25px;
    text-align: center;
}

    .master-footer ul li {
        display: inline;
    }

        .master-footer ul li a {
            color: #ffffff;
        }

.emailValidationMessage {
    left:0px;
}
/* ── Horizontal navbar ── */
.coolbreeze-navbar .navbar-brand { padding: 5px 15px; }

.coolbreeze-nav-links > li > a {
    padding-top: 38px;
    padding-bottom: 38px;
    font-size: 13px;
    font-weight: 600;
    color: #333 !important;
    letter-spacing: 0.3px;
}
.coolbreeze-nav-links > li > a:hover,
.coolbreeze-nav-links > li.active > a {
    color: #2378cf !important;
    background: transparent !important;
}
.navbar-phone-link {
    color: #2378cf !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}
.coolbreeze-navbar .navbar-toggle { margin-top: 30px; margin-bottom: 30px; }

/* ── Mobile responsiveness ── */

/* Navbar: shrink padding on small screens so links fit */
@media (max-width: 991px) {
    .coolbreeze-nav-links > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 13px;
    }
    .coolbreeze-navbar .navbar-brand {
        padding: 5px 10px;
    }
    .logo {
        width: 120px;
        height: 52px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .coolbreeze-navbar {
        min-height: 74px;
    }
    .coolbreeze-navbar .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px;
    }
}

/* Footer: stack columns on mobile */
@media (max-width: 767px) {
    .section4 .col-lg-6,
    .section4 .col-lg-3,
    .section4 .col-md-6,
    .section4 .col-md-3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 30px;
    }
    .section4 .container {
        padding-top: 24px !important;
    }
}

/* General: prevent horizontal scroll */
body {
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}

/* Section banner text — scale down on mobile */
@media (max-width: 767px) {
    .default-page-heading p {
        font-size: 22px !important;
    }
    .about-us-header-text-location h3,
    .services-header-text-location h3 {
        font-size: 16px !important;
    }
    .section4 h4 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 90px;
        height: 38px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .coolbreeze-navbar {
        min-height: 56px;
    }
    .coolbreeze-navbar .navbar-brand {
        padding: 8px 8px;
    }
    .coolbreeze-navbar .navbar-toggle {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* ── Mobile logo fix (targets the img tag, not the span.logo) ── */
/* Tablet: shrink logo but keep navbar bar height */
@media (max-width: 991px) {
    .coolbreeze-navbar .navbar-brand img {
        height: 60px !important;
        width: auto !important;
    }
    .coolbreeze-navbar {
        min-height: 100px !important;
    }
}

/* Phone: shrink logo further, keep white bar visible */
@media (max-width: 480px) {
    .coolbreeze-navbar .navbar-brand img {
        height: 45px !important;
        width: auto !important;
    }
    .coolbreeze-navbar {
        min-height: 100px !important;
    }
    .coolbreeze-navbar .navbar-toggle {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .coolbreeze-navbar .navbar-brand {
        padding-top: 12px !important;
    }
}
