	/*
 Theme Name: Outwoods
 Author: CODA Education
 Author URI: http://coda.education
 Template:       madebycoda
*/
 
@import url("../madebycoda/style.css");

@media (max-width:600px) {

.logo img {
    height: 80px;
    width: auto;
    margin: 5px 3px 15px 0px;
}

}


@media (max-width:400px) {

    .logo img {
    height: 58px !important;
    width: auto !important;
    margin: 13px 20px 0px 0px !important;
}

}