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

#header-schoolName{
    font-size: 38pt;
font-family: 'Raleway', sans-serif;
    top:260px;
    left: 0px;
    font-weight: bold;
text-shadow: 4px 4px 5px #660000;
    color: #ffffff;
    z-index: 4;
    line-height: 95%;
}
#header-schoolMotto {
    font: italic 20pt Georgia, "Times New Roman", Times, serif;
    top: 230px;
    left: 0px;
text-shadow: 4px 4px 5px #660000;
    color: #ffffff;
    z-index: 3;
}
#header-logo {
    background-image: url(/_styles/images/header_logo.png);
    width: 130px;
    height: 130px;
    left: 100px;
    top: 15px;
    background-size: 130px 130px;
    -o-background-size: 130px 130px;
    -webkit-background-size: 130px 130px;
}

body {  
    background-color: #ff2600; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ff2600, #ff6666, #ffffff, #ffffff)no-repeat; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff2600, #ff6666, #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 {
        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;
    }
    #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;
    }								
}