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

    }

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

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

        height:115px; 
        float: left;
    }

    #header-schoolName {
            
    font-family: 'Philosopher', sans-serif;
    font-size:3.2em;
    font-weight:900;
    color: #FFF;
    padding-top:0.3em; 

    }

    #header-schoolMotto {
            
    font-family: 'Philosopher', sans-serif;
    font-size:1.2em;
    font-weight:700;
    line-height:1.0;
    padding-top:0.5em;
    color: #93DADA;

         
    }


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

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

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

