
    header {
            
    font-size:1.0rem; 
    padding:0.7em;
    margin:0;
    height:160px;
    background-color: #132A91;
      /* see above */
    padding-top:0; /* see #header-group */

    }

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

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

        height:160px; 
        float: left;
    }

    #header-schoolName {
            
font-family: museo-sans-rounded, sans-serif;
font-weight: 600;
font-style: normal;
font-size:3em;
color: #FFF;
padding-top:0.4em; 

    }

    #header-schoolMotto {
            
font-family: museo-sans-rounded, sans-serif;
font-weight: 500;
font-size:1.5em;
line-height:1.0;
padding-top:0.3em;
color: #FFF;

         
    }


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

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

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

