
    header {
            font-size:1.0rem;
            padding:0.7em;
            margin:0;
            height:145px;
            background-color: #FFF;
            background-image: url('/_styles/');
            background-repeat: repeat-x;
            background-position: center; 
            background-size: 100% auto;
            padding-top:0;
    }

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

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

        height:500px; 
        float: left;
    }

    #header-schoolName {
            
font-family: museo-sans, sans-serif;
font-weight: 900;
font-style: normal;
font-size:3.3em;
color: #00457C;
padding-top:0.5em; 

    }

    #header-schoolMotto {
            
font-family: var(--sitefont) ;
font-weight: 400;
font-size:1.5em;
line-height:1.0;
padding-top:0.4em;
color: var(--siteCol5);

         
    }


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

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

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

