/* Add custom CSS styles below */ 

.logo img {
    width: auto;
    height: 100px;
}


.site-header {
    z-index: 3000;
    background: #ffcccc;
    -webkit-box-shadow: inset 0 3px 0 0 #1b9fd7;
    box-shadow: inset 0 3px 0 0 #1b9fd7;
}

.footer-main {
    background-color: #ffcccc;
}

.footer-title {
    color: #603639;
}
}