@charset "utf-8";
/* CSS Document */

.navHeader{
	background-color: #307BFF;
	width: 100%;
	height: 130px;
	margin-top: -20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
		
}

.navHeader .collegeName{
	font-size: 36px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 2px 2px 1px rgba(191, 150, 0, 0.31);
	margin-top: 1px;
	 
}

.navHeader .collegeAddress{
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	margin: 5px 0;
	
}

.navHeader .collegeLogo{
	        padding-top:20px;
			padding-left:8px;
			float:left; 
			display:inline;
			height:100px;
			width:80px;
		}
		

.mainContainer {
	border-style: solid;
	border-color:#2D2D2D;
	border-width:1px;
	background-color:#DCDCDC;
	width:25%;
	height:450px;
	float:left; 
}	
 
	
.footer {
	margin-top:10px;
	background-color:#307BFF;;
	font-size:12px;
	width:100%;
	height:25px;
	float:left;
	color:#CBCBCB;
	}	
	
	
@media screen and (max-width: 600px) {
	.navHeader{height:55px;}
 .navHeader .collegeName{font-size:18px;}
 .navHeader .collegeAddress{font-size:12px;}
 .navHeader .collegeLogo{padding-top:20px;height:30px;width:30px;}
.mainContainer {width:100%;}
.rightMenu {width:100%;}
.footer{font-size:10px;}
}
