.swiper-wrapper {
    height: auto;
}


.cyber_essentials {
    min-height: 100px;
    background: url("/images/cyber_essentials.jpg") no-repeat right;
    background-size: contain;
    margin-top: 30px;
}

.holding-img {
    width: 100%;
    max-height: 250px;
}

.mainTitle {
    text-transform: uppercase; 
    font-size: 3em; 
    line-height: 1em; margin-top:2rem;
}

.aline-left {
    float: left !important;
}

.aline-right {
    float: right !important;
}

.marginT-8 {
    margin-top: 8px;
}

@media (min-width: 300px) and (max-width: 800px) {
    .mobile-w-100 {
        width: 100% ;
    }
    .mobile-mb-5 {
        margin-bottom: 2.5rem;
    }
    .device-none, .mobile-hide {
        display: none !important;
    }

    .mainTitle {
    font-size: 2em !important;
    line-height: 1em !important;
    }
    .sectionTitle {
        line-height: 1.4rem;
        margin-top: 20px;
    }
    section.perspective-mockups {
        display: none;
    }

    .cyber_essentials {
        min-height: 100px;
        background: url("/images/cyber_essentials.jpg") no-repeat center;
        background-size: contain;
    }

 }

@media only screen and (min-device-width: 260px) and (max-device-width: 1000px) {


    /* Top Navigation */
    .navigation {
        padding: 0px !important;
    }
    .navigation .container li a {
        padding: 0px !important;
        margin: 0px !important;
    }
    .navigation .navbar-nav li a.nav-link {
        padding-left: 10px !important;
    }


    /* HEADER */
    #home-header {
        padding-top: 80px !important;
    }

    
    /* HOME PAGE */
    #home-header h1.text-contrast {
        line-height: 40px !important;
    }
    #home-header p.lead {
        line-height: 22px;
    }
    #home-header .nav {
        margin-top: 0em !important;
    }






    .lightweight-template .learn-more {
        margin-bottom: 0px;
    }
    .img-responsive {
        display: initial;
    }
    .section-heading {
        margin-bottom: 0px;
    }
    .lightweight-template .container {
        padding-bottom: 0px !important;
    }
    .section .container .section-heading h2.text-contrast {
        padding-top: 0px;
    }
    .lightweight-template ul.list-unstyled, .lightweight-template ul.list-unstyled p {
        text-align: left;
    }


    .mockup, .mockup img {
        max-height: 150px;
    }

    .slider-testimonials .card-body {
        padding: 20px !important;
    }


    .swiper-slide {
        height: auto !important;
    }
    
    
    


    /* ABOUT PAGE */
    /* #about-header h1.text-contrast {
        line-height: 60px !important;
    }
    #about-header h1.text-contrast span {
        line-height: 63px !important;
    }
    #about-header .container p.lead {
        line-height: 22px;
    }

    #about-header .container {
        padding-top: 0.5em !important;
        padding-bottom: 1.5em !important;
        margin-top: 1em !important;
        margin-bottom: 1em !important;
    }
    #about-header .main-shape-wrapper {
        display: none;
    } */

    .cyber_essentials {
        min-height: 100px;
        background: url("/images/cyber_essentials.jpg") no-repeat center;
        background-size: contain;
    }

}


@media (max-width: 768px) {

    header {
        margin-top: 100px;
        margin-bottom: 40px;

    }
    .learn-more {
        margin-bottom: 10px !important;
    }
}


h5 {
    font-size: calc(1.05rem + 0.9vw);
    font-weight: 400 !important;
}






/* Fade in and out banner */
#fadeContainer {
    text-align: center;
  }
  
  .fadeTextInAndOut {
    display: none;
  }
  .bannerContainer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .bannerContainer p {
    margin-top: 8px;
    margin-bottom: 8px;
  }