/*
 Theme Name:     Santiam Elementary School
 Description:    Santiam Elementary School Child Theme
 Template:       scsd
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

#logo img {
    max-width: 160px;
    height: auto;
    margin-top: -34px;
    max-height: 160px;
}

#mascot-tag {
    background-color: #bf1e2e;
    color: #fff;
    padding-top: 16px;
    padding-bottom: 13px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}

#footer {
    border-top: none;
}

@media only screen and (max-width: 700px) {
	
#logo img {
    max-width: 110px;
    margin-top: 10px;
}

}