@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Courgette');



.box{background-color: #dcdcdcc7; width: 80%; padding: 9px 5px;box-shadow: 3px 2px 4px 0px #a5a5a5;}

.news{background-color: #ececec;border-top: 5px solid #0b2171; padding: 15px;text-align: justify;}
.toppers{background-color: #ececec;border-top: 5px solid #0b2171; padding: 15px;text-align: justify;}
.links{background-color: #ececec;border-top: 5px solid #0b2171; padding: 15px;text-align: justify;}
.bday{background-color: #ececec;border-top: 5px solid #0b2171; padding: 15px;text-align: justify;min-height: 230px;}


.sub_header{background-image: url('../img/bg.jpg');background-size: 100% 100%;height: 200px;background-repeat: no-repeat;border-bottom: 5px solid #0b2171;}
.overlay{ content: ""; width: 100%;padding-bottom: 3%;color: #000080;font-size: 28px;font-family: Georgia; font-weight: bolder; text-align: center;text-transform: uppercase;}

.pc_hide{display: none;}
.mob_hide{display: block;}


.data p{font-family: 'Courgette', cursive;text-align: justify;font-size: 16px;line-height: 25px;}
.data p b{font-family: 'Courgette', cursive;text-align: justify;font-size: 18px;line-height: 25px;}
.data h3{ font-weight: bold; color: #0c2172; font-family: arial;}

.divider-row {display: table; width: 100%; height: 10px; background: url(../img/divider.png); margin: 30px 0px; }

@media screen and (max-width:576px){
	.mob_hide{display: none;}
	.pc_hide{display: block;}
	.sch_logo{width: 75px;}
	.sch_name{font-size: 15px; color: #e1332b; text-transform: uppercase; font-weight: bold;color:#00008B; padding-left: 4px;text-align: center;font-family: initial;text-shadow: 2px 2px 3px #DC143C;}

}