/* Potessie */
header {
width: 100%;
height: 150px;
background-image: url(/_styles/images/header_background150.jpg);
background-size: 1920px 150px;
-o-background-size: 1920px 150px;
-webkit-background-size: 1920px 150px;
visibility: visible;
}

#header-schoolName{
font-size: 38pt;
font-family: 'Raleway', sans-serif;
top: 60px;
left: 20px;
font-weight: bold;
text-shadow: 4px 4px 5px #660000;
color: #ffffff;
}
#header-schoolMotto {
font: italic 20pt Georgia, "Times New Roman", Times, serif;
top: 40px;
left: 20px;
text-shadow: 4px 4px 5px #660000;
color: #ffffff;
}
#header-logo {
visibility: hidden;
}

body {  
background-color: #ff2600; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#ff2600, #ffffff, #ffffff)no-repeat; /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#ff2600, #ffffff, #ffffff)no-repeat; /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#ff2600, #ffffff, #ffffff)no-repeat; /* For Firefox 3.6 to 15 */
background: linear-gradient(#ff2600, #ffffff, #ffffff)no-repeat; /* Standard syntax */
}
.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted, .dropdown-menu .sm-nowrap {
color: #ffffff;
background: #ff9900;
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
font-size: 14px;
  font-weight: normal;
  line-height: 15px;
}
footer {
    background-color: transparent;
}
/*------------------pagination 768 width------------------*/				
@media all and (max-width: 768px) {

    #header-schoolName{
        font-size:20pt;
        top: 50px;
        left: 20px;
        line-height: 90%;
    }
    #header-schoolMotto {
        font-size:15pt;
        top: 100px;
        left: 20px;
    }
    #header-logo {
        visibility: hidden;

    }
    body {  
        background: none;
    }								
}