#cookie-bar-button{
    background-color:#555 !important;
}
.dark{
    color: #222;
}

.dark:hover{
    color: #222;
   text-decoration: underline;
}
html {
    scroll-behavior: smooth;
}

.menu-item.active {
    font-weight: bold;
}
.white{
    color:#FFF !important;
}
.blog-detail-1 a{
    color: #555;
    text-decoration: underline;
}


.blog-detail-1 a:hover{

}

@media (max-width: 575px) {
    .projectdisplay{
        display: flex;
        flex-direction: column;
    }
    .project-images{
        order: 2;
    }
}
