/* here you can put your own css to customize and override the theme */
.recent-work-item{
    border: 0px;
    box-shadow: 0px 0px 10px #084a7a;
    margin-bottom: 20px;
}
.recent-work-item:hover{

    box-shadow: 0px 0px 10px #084a7a;
}
@media (max-width: 700px){

    .list-unstyled li{
        width: 100%;

    }

}

.site-logo img{
    padding: 5px 0px;
}