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

    }

    #header-group{
        overflow: hidden;
            width:100%;
            margin-right:auto;
            margin-left:auto;
            max-width:1100px;
    }

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

        height:150px; 
        float: left;
    }

    #header-schoolName {
            
font-family: 'Alex Brush', cursive;
font-weight: 900;
font-style: normal;
font-size:5.2em;
color: #4E658C;
padding-top:0.3em; 

    }

    #header-schoolMotto {
            
font-family: 'Petrona', serif;
font-weight: 400;
font-size:1.7em;
line-height:1.0;
padding-top:0.1em;
color: #82A8EA;

         
    }


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

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

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

