<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your CSS customizations */
.social-icons-youtube:hover{
    background-color: red;
}
.social-icons-instagram:hover{
    background-color: rgb(238, 110, 59)!important;
}
html .bg-color-primary, html .bg-primary{
    background-color: #f5ab3c !important;   
}
.masonry {
    margin-bottom: 51px;
}
.font-weight-extrabold, .font-weight-extra-bold {
    font-weight: 800 !important;
    color: #0083c1;
}
.img-thumbnail img {
    border-radius: 4px;
    height: 226px;
    width: 100%;
    object-fit: cover;
}
.footerlist a li:hover{
 color:#f5ab3c;
}
/*#0083c1;
/*#f5ab3c</pre></body></html>