/*ALL RIGHTS RESERVED! DEVELOPED BY PEM SOFT TECHNOLOGY*/
    body {
        text-align:justify;
        background-image:url('http://staff.oscohtechilese.edu.ng/images/shared/frontview.jpg');
        background-attachment:fixed;
        background-repeat:round;
        background-size:cover;
    }
    .panel-heading{
        margin:0 auto!important;text-indent:5%;
        }
    #container {width:80%; display:table; margin:0 auto;
    }
        #container ul {
            list-style-type:square;
        }
#container ul li a{background-color:transparent; color:#002663}
#container ul li a:hover{color:red}
#welcome{font-weight:bolder; font-size:20px;}
@media all and (max-width:700px) {
    #welcome{font-size:25px;}
}
    @media all and (max-width:600px) {
        #welcome{font-size:18px;}
        #container {
            display:block;width:100%;
        }
        #container ul{padding-left:1em;
        }
        #container div[class^="col-"]{min-width:98%!important;}
        div[class^="col-"]{padding:5px!important; margin:5px!important;
                           border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
    }
    @media all and (max-width:500px){
        body{
            background-size:contain;
        }
    }
    @media all and (max-width:400px){
        #welcome{font-weight:bold;font-size:10pt;}
    }
    #copyright{background-color:#002663;}