/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* STYLES GO HERE */
    #government_ched {
        display: block !important;
    }

    #government_ched h1 a{
        color: #2b2d3b !important;
    }

    #government_ched_second {
        display: none !important;
    }

    #logo1 {
        display: none;
    }
    
    #logo2 {
        display: none;
    }

    #hero {
        margin-top: 170px !important;
    }

    #content_two {
        display: block !important;
    }
    
 
}
/* Smartphones (landscape) ----------- */
 @media only screen and (min-width : 321px) {
    /* STYLES GO HERE */
    #content_one {
        display: none !important;
    }

    #content_two {
        display: block !important;
    }
/*     
    #logo1 {
        display: none;
    }
    
    #logo2 {
        display: none;
    } */

    /* .owl-carousel .nav-button {
        top: 95px !important;
    } */
}
/* Smartphones (portrait) ----------- */
 @media only screen and (max-width : 320px) {
    /* STYLES GO HERE */

    #content_one {
        display: block !important;
    }

    #content_two {
        display: none !important;
    }

    #logo1 {
        display: none;
    }
    
    #logo2 {
        display: none;
    }
    
    

}
/* iPads (portrait and landscape) ----------- */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* STYLES GO HERE */
    /* body {
        background-color: blue;
    } */
    #government_ched {
        display: block !important;
    }

    #government_ched h1 a{
        color: #2b2d3b !important;
    }

    #government_ched_second {
        display: none !important;
    }

    /* #logo1 {
        display: none;
    }
    
    #logo2 {
        display: none;
    } */

    #content_one {
        display: block !important;
    }

    #content_two {
        display: none !important;
    }

    .owl-carousel .nav-button {
        top: 175px !important;
    }
}
/* iPads (landscape) ----------- */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* STYLES GO HERE */
    #content_one {
        display: none !important;
    }

    #content_two {
        display: block !important;
    }
    #logo1 {
        display: none;
    }
    
    #logo2 {
        display: none;
    }
}
/* iPads (portrait) ----------- */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* STYLES GO HERE */
    #content_one {
        display: none !important;
    }

    #content_two {
        display: block !important;
    }
}
/* Desktops and laptops ----------- */
 @media only screen and (min-width : 1224px) {
    /* STYLES GO HERE */

    #content_one {
        display: block !important;
    }
    
    #content_two {
        display: none !important;
    }
}
/* Large screens ----------- */
 @media only screen and (min-width : 1824px) {
    /* STYLES GO HERE */
    #content_one {
        display: block !important;
    }
    
    #content_two {
        display: none !important;
    }
}
/* iPhone 5 (portrait & landscape)----------- */
 @media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    /* STYLES GO HERE */
    #government_ched {
        display: block !important;
    }

    #government_ched h1 a{
        color: #2b2d3b !important;
    }

    #government_ched_second {
        display: none !important;
    }

    #logo1 {
        display: none;
    }
    
    #logo2 {
        display: none;
    }

    #hero {
        margin-top: 162px !important;
    }
}
/* iPhone 5 (landscape)----------- */
 @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    /* STYLES GO HERE */
    #government_ched {
        display: block !important;
    }

    #government_ched h1 a{
        color: #2b2d3b !important;
    }

    #government_ched_second {
        display: none !important;
    }

    #logo1 {
        display: none;
    }
    
    #logo2 {
        display: none;
    }

    #hero {
        margin-top: 162px !important;
    }
}
/* iPhone 5 (portrait)----------- */
 @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
    /* STYLES GO HERE */
    #government_ched {
        display: block !important;
    }

    #government_ched h1 a{
        color: #2b2d3b !important;
    }

    #government_ched_second {
        display: none !important;
    }

    #hero {
        margin-top: 155px !important;
    }
}

