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

    }

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

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

        height:750px; 
        float: left;
    }

    #header-schoolName {
            
font-family: var(--sitefont) ;
font-weight: 900;
font-style: normal;
font-size:3.9em;
color: var(--siteCol6);
padding-top:.9em; 

    }

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

         
    }


	@media all and (max-width: 768px) {
		
		header {
			height:525px;
			font-size:0.8rem;
		}
		#header-group{
            padding-top:292.5px; 
            margin:0; 
    	}
    	
    	#header-logo {
            height:525px;
                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;
        }

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

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

