/*
 Content CSS File
*/

.sticky-banner {
    position: sticky;
    top: 32px;
    width: 100%;
    z-index: 2;
    background: white;
}

.sticky-menu {
    position: sticky;
    top: -2px;
    z-index: 3;
    background: white;
    border: 5px solid white;
}

.city_image_div{
    text-align: center;
}

.city_img{
    margin-top: 15px;
    width: 20%;
}

/* Media Queries for Articles display */
/*@media screen and (min-width: 480px) {*/
/*  #content .column { width: 100%;}*/
/*}*/
@media only screen and (max-width: 480px) {
    #content .column { width: 100% !important; }
    #scraper { width:270px; }
    #content { margin-right:275px;}
    .event {
        width: 90%;
        display: inline-block;
    }
    .event .details { width: 95% !important; }
    .sticky-banner {
        top: 60px;
    }
    
    .city_img{
        width: 30%;
    }
    .home-btn-index{ display:none !important; }
    
    .city_image_div {
        margin-bottom: 60px;
        margin-top: 25px;
    }
    
    #___gcse_0 {
        margin-top: 25px !important;
    }

}

@media only screen and (min-width: 1680px) {
  .sticky-banner {
    top: 34px;
  }
}