/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#page-title.page-title-parallax.title-img-bg {
    background-position: 50% 80% !important;
}

#page-title {
    margin-top: 100px;
}

/* ----------------------------------------------------------------
    Responsive
-----------------------------------------------------------------*/

/* Disable fixed background attachment on mobile (broken on iOS) */
@media (max-width: 991px) {
    #page-title.page-title-parallax.title-img-bg,
    .title-img-bg {
        background-attachment: scroll !important;
        background-position: center center !important;
    }

    #page-title {
        margin-top: 0;
    }
}

/* Page title banner padding on mobile */
@media (max-width: 767px) {
    .title-img-bg {
        padding: 5rem 0 !important;
    }

    #page-title .container h1 {
        font-size: 1.6rem;
    }

    /* Contact boxes: stack to full width on mobile */
    .contact-row .col-sm-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* About page team photo height */
    .min-vh-75 {
        min-height: 250px !important;
    }

    /* Home page slider text */
    #slider .slider-caption h2 {
        font-size: 1.8rem;
    }

    #slider .slider-caption p {
        font-size: 14px !important;
    }

    /* Home page services icons */
    .homme-icons-holder {
        width: 80px;
        height: 80px;
    }

    /* Footer columns spacing */
    #footer .col-md-3,
    #footer .col-md-2 {
        margin-bottom: 20px;
    }

    /* About welcome section padding */
    .container[style*="padding: 40px"] {
        padding: 20px 15px !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    #page-title {
        margin-top: 60px;
    }

    .contact-row .col-sm-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .min-vh-75 {
        min-height: 350px !important;
    }
}


