/* Blank CSS File */

.event-list-wrap3 ul li h3 {
  margin-top: 0px !important;
}

.mobile-bg .backgroundImg {
    filter: none;
    -webkit-filter: none;
}

@media screen and (max-width: 992px) {
    .mobile-bg .darkOverlay {background: none !important;}
    .mobile-bg .backgroundImg {
        filter: none !important;
        -webkit-filter: none !important;
    }
}

.tiles_6 div:nth-child(even) h3.header a {
    color: #000 !important;
}

/* Set Footer Colours */

#footer.dark, .dark #footer {
background: #063764 !important;
}

.dark #copyrights {
color: #fff;
}

#copyrights a {
color: #fff;
}

.social-icon i {
color: #fff;
}

/* Set Heading Colours */

h1, h2, h3, h4, h5, h6 {
color: #ffc000;
}