@charset "utf-8";

.header{
 width: 100%;
 height: 3em;
 margin-bottom:1em;
 padding-left: 1em;
 padding-right: 1em;
 color: #FFFFFF;
 background-color: #B01F24
}

.header-image{
 max-width: 100%;
 height: auto;
 max-height: 100%;
}