/* Default styles for all devices */

/* Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hide-mobile{
        display: none;
    }
    .hidden-xs {
        display: none;
    }
    .thumbnail-view .newspage-item {
        display: contents !important;
    }
    .address-item-section {
        display: contents !important;
    }
    .header-extras {
        margin: -20px 0px 5px !important;
    }
    #header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        background: #b6dbff !important;
        border-bottom: 2px solid #bd0745;
    }
    #header.sticky .logo img {
        width: 55%;
        height: auto !important;
    }
    #header.sticky .header-extras {
        margin: -50px 0 0 !important;
    }
    #header.sticky .header-extras li .he-text {
        font-size: 12px !important;
    }
    #header.sticky .i-plain {
        transition: all 1s ease 0s;
        width: 36px!important;
        height: 36px!important;
        font-size: 34px;
        line-height: 34px!important;
        margin-right: 5px !important;
        margin-top: 0px;
        padding: 7px;
    }
    #header .logo-bar {
        display: block;
    }
    nav.bg-light{
        background-color: transparent !important;
    }

    .navbar-nav>.nav-item>.nav-link:focus, .navbar-nav>.nav-item>.nav-link:hover {
        text-decoration: none;
        color: #050505 !important;
        background-color: #939bfb !important;
        border-top: 1px solid #033565;
        margin-top: -1px;
    }

    /* Styles for small devices */
    h1,h2,h3,h4,h5,h6, span,div{
        display: block;
        margin: 0 auto;
    }
    img{
        width: 100%;
        height: auto;
    }
}

/* Medium devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hide-mobile{
        display: none;
    }
    .thumbnail-view .newspage-item {
        display: contents !important;
    }
    .address-item-section {
        display: contents !important;
    }
    /* Styles for medium devices */
    h1,h2,h3,h4,h5,h6, span,div{
        display: block;
        margin: 0 auto;
    }
    img{
        width: 100%;
        height: auto;
    }
}

/* Large devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for large devices */
    h1,h2,h3,h4,h5,h6, span,div{
        display: block;
        margin: 0 auto;
    }
    img{
        width: 100%;
        height: auto;
    }
}

/* Extra large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for extra large devices */
}

/* Extra extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* Styles for extra extra large devices */
}
