
    header {
            
    font-size:1.0rem; 
    padding:0.7em;
    margin:0;
    height:200px;
    background-color: #73001F;
    
        background-image: url('/_styles/images/header_background.svg');
        background-repeat: repeat-x;
        background-position:center; 
        background-size: 100% auto;
      /* see above */
    padding-top:0; /* see #header-group */

    }

    #header-group{
        overflow: hidden;
        padding-top:30px; 
            width:100%;
            margin-right:auto;
            margin-left:auto;
            max-width:1080px;
    }

    #header-logo {
            background:url('/_styles/images/header_logo.png') no-repeat;
            width:140px;
            background-size:140px 140px;
            -o-background-size:140px 140px;
            -webkit-background-size:140px 140px;
            margin-right:1em;

        height:200px; 
        float: left;
    }

    #header-schoolName {
            
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-style: normal;
font-size:3.9em;
color: #FFF;
padding-top:.4em; 

    }

    #header-schoolMotto {
            
font-family: 'Montserrat', sans-serif;
font-weight: 300;
font-size:1.9em;
line-height:1.0;
padding-top:0.3em;
color: #FFF;

         
    }


	@media all and (max-width: 768px) {
		
		header {
			height:140px;
			font-size:0.65rem;
		}
		#header-group{
            padding-top:19.5px; 
            margin:0; 
    	}
    	
    	#header-logo {
            height:140px;
                background:url(/_styles/images/header_logo.png) no-repeat;
                width:91px;
                background-size:91px 91px;
                -o-background-size:91px 91px;
                -webkit-background-size:91px 91px;
                margin-right:1em;
        }

        #header-schoolName {
                 
padding-top:0; 
; 
        }

        #header-schoolMotto {
                 
    padding-top:1.0em;
;
        }
	}

