/*!
 * Copyright (C) 2021 Mobana Software IP, LLC - All Rights Reserved.
 *
 * We will take legal action against those who copy our HTML content, CSS style sheets
 * and JavaScript code.
 *
 */

/* Services responsive  */

/* Hamburg button */
.navbar-toggler { background-color: #F99121 }

/** Media Queries **/

/* Landscape phone and down */
@media only screen and (max-width : 480px) {
    /* banner image */
    .services-banner-section { height: 40% !important;}
    .services-banner-section {
        background-image: -webkit-linear-gradient(to left, rgba(30, 28, 29, 0.3), rgba(51, 42, 45, 0.3)), url('../img/servicesPageBanner_480.jpg') !important;
        background-image: linear-gradient(to left, rgba(30, 28, 29, 0.3), rgba(51, 42, 45, 0.3)), url('../img/servicesPageBanner_480.jpg') !important;
    }
}

/* Landscape phone to portrait tablet */
@media only screen and (max-width : 767px) {
    /* heading hamburg menu */
    .login-btn { width: 25% }
    .nav-link { color: #F99121 }
    .nav-link:hover { color: #cf6d17 }
    .services-banner-text--container { display: none }
    .services-banner-section { height: 40% }
    .navbar-nav :last-child { margin-left: 0 !important; }

    /* banner image */
    .services-banner-section {
        background-image: -webkit-linear-gradient(to left, rgba(30, 28, 29, 0.3), rgba(51, 42, 45, 0.3)), url('../img/servicesPageBanner_767.jpg');
        background-image: linear-gradient(to left, rgba(30, 28, 29, 0.3), rgba(51, 42, 45, 0.3)), url('../img/servicesPageBanner_767.jpg');
    }

    /* service heading line and its paragraph */
    .services-heading--area {
        padding: 20px;
        margin-top: 10px;
    }
    .services-heading--text { font-size: 1.5em }
    .services-sub--paragraph { text-align: left !important; }

    .service-content-1--img { display: none }
    .service-content-1 {
        padding: 30px 10px ;
    }
    .service-content-1--text {
        padding-left: 15px;
        font-size: 1.3em;
    }
    .service-content-1__list {
        padding-left: 0;
        font-size: 1em }

    /* Footer style */
    .footer { margin-top: 0 }
    .footer h6 { font-size: 1.4em }
    .footer a { font-size: 1.2em }
    .footer-menu {
        padding: 10px 40px }
    .footer-menu :nth-child(2),
    .footer-menu :nth-child(3),
    .footer-menu :nth-child(4),
    .footer-menu :nth-child(5) {
        width: 50% }
    .footer-menu :nth-child(2) { order: 4 }
    .footer-menu :nth-child(4) { order: 3 }
    .footer-menu :nth-child(1) {order: 5; }
    .footer-menu ul { width: 100% !important; }
    .logo-copyright--section {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start; }
    .list-unstyled li { width: 100% !important; }

    /* footer logo and copyright */
    .logo-copyright--section {
        border-top: 2px solid grey;
        margin-top: 10px;
        padding-top: 20px }
    .logo-copyright-text, .logo-copyright-text {
        width: 100% !important;
        font-size: 1.1em }
}

/* Large screen */
@media only screen and (min-width : 768px) and (max-width: 990px) {
    /* Banner image */
    .services-banner-section {
        background-image: -webkit-linear-gradient(to left, rgba(30, 28, 29, 0.3), rgba(51, 42, 45, 0.3)), url('../img/servicesPageBanner_990.jpg');
        background-image: linear-gradient(to left, rgba(30, 28, 29, 0.3), rgba(51, 42, 45, 0.3)), url('../img/servicesPageBanner_990.jpg');
    }

    .services-banner-section { height: 50% }
    .services-banner-text--container { display: none }
    .navbar-nav :last-child { margin-left: 0 !important; }
    .empty_1_of_3__grid { display: none }

    .container {
        max-width: 100%;
        padding: 0;
        margin: 0}
    .row {
        margin: 0;
        padding: 0; }
    .col { margin: 0 }

    /* services heading text area */
    .services-heading--area { padding: 30px }

    /* Services training area */
    .service-content-1 { padding: 30px }
    .service-content-1--img { display: none }
    .service-content-1--text {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px; }
    .service-content-1__paragraph { font-size: 1.4em }
    .service-content-1__list {
        font-size: 1.2em;
        padding-left: 0 }

    /* Footer */
    .footer {
        margin-top: 0;
        padding-left: 30px;
        padding-right: 30px }
    .footer-menu :nth-child(2),
    .footer-menu :nth-child(3),
    .footer-menu :nth-child(4),
    .footer-menu :nth-child(5) { max-width: 100%; }
    .footer-menu :nth-child(2) { order: 4 }
    .footer-menu :nth-child(4) { order: 3 }
    .footer-menu :nth-child(1) {
        order: 5;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px }
    .footer-menu ul { width: 100% !important; }
    .col-md-2 {
        max-width: 25%;
        flex: 0 0 25%; }
    .footer h6 { font-size: 1.4em }
    .footer a { font-size: 1.2em }
    .logo-copyright--section {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }
    .logo-copyright--section :nth-child(1) {
        order: -1;
        max-width: 10% }
    .logo-copyright-text {
        max-width: 100% !important;
        margin-left: 20px;
        font-size: 1.2em }
    .logo-copyright--section :nth-child(3) {
        order: 4;
        margin-left: 20px;
        max-width: 100% }
}
