/* CSS for the school_main page */



body {
    margin: 0px;
}





#font-dashboard {
    font-size: 24px;
}





#schoolName {
    position: absolute;
    left: 2%;
    top: 0%;
    color: white;
    font-size: 60px;
    font-weight: 300;
    font-family: sans-serif;
}

#schoolNameBackground {
    position: absolute;
    right: 0%;
    top: 0%;
    filter: alpha(opacity=40);
    opacity: 0.4;
    background: black;
    width: 100%;
    height: 70px;
}


#schoolPortalClick {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 20%;
    cursor: pointer;
    display: none;
}


#backgroundSgv {
    position: absolute;
    left: 0%;
    /* top: 57px; */
    width: 100%;
    height: 95%;
    background-image: url('/img/welcome.jpg');
    background-size: cover;
}