
/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
}


/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    
    .main-banner h1.display-4 {
        line-height: 62px;
        font-size: 55px;
    }
     .feature-heading{
        text-align: center;
        padding: 0px 20px;
        margin-bottom: 120px;
    }
    
    #section-cta{
        position: relative;
    }
    
    #section-cta:before{
        position: absolute;
        content:"";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.8);
    }
    
    .team-block,.blog-block{
        margin-bottom: 35px;
    }
    .footer-widget{
        margin-bottom: 30px;
    }
    
    .footer-partners span{
        display: inline-block;
        margin-bottom: 25px;
    }  
}


/*----------------------------------
    MOBILE LAYOUT: 320px
-----------------------------------*/



/*----------------------------------
    WIDE MOBILE LAYOUT: 480px
-----------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .display-4 {
        font-size: 2.5rem;
    }
    
     .feature-heading{
        text-align: center;
        padding: 0px 20px;
        margin-bottom: 120px;
    }
    
    #section-cta{
        position: relative;
    }
    
    #section-cta:before{
        position: absolute;
        content:"";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.8);
    }
    
    .team-block,.blog-block{
        margin-bottom: 35px;
    }
    .footer-widget{
        margin-bottom: 30px;
    }
    
    .footer-partners span{
        display: inline-block;
        margin-bottom: 25px;
    }  
    
}

/* Extra Small Devices, Phones */

@media (min-width: 478px) and (max-width: 640px) {
    .display-4 {
        font-size: 2.5rem;
    }
    
   .feature-heading{
        text-align: center;
        padding: 0px 20px;
        margin-bottom: 120px;
    }
    
    #section-cta{
        position: relative;
    }
    
    #section-cta:before{
        position: absolute;
        content:"";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.8);
    }
    
    .team-block,.blog-block{
        margin-bottom: 35px;
    }
    .footer-widget{
        margin-bottom: 30px;
    }
    
    .footer-partners span{
        display: inline-block;
        margin-bottom: 25px;
    }  
}
   

/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width: 478px)  {
   .display-4 {
        font-size: 30px;
    }
   .navbar-brand {
        margin-top: 8px;
        max-width: 50%;
    }
    
    .feature-heading{
        text-align: center;
        padding: 0px 20px;
        margin-bottom: 120px;
    }
    
    #section-cta{
        position: relative;
    }
    
    #section-cta:before{
        position: absolute;
        content:"";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.8);
    }
    
    .team-block,.blog-block{
        margin-bottom: 35px;
    }
    .footer-widget{
        margin-bottom: 30px;
    }
    
    .footer-partners span{
        display: inline-block;
        margin-bottom: 25px;
    }
    
    
}