body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
#homeDiv,#logoDiv
{
	margin-top:1vh;
}
#coverpage
{
	position:fixed;
	bottom:0;
}
.noPadding
{
	padding:0px !important;
}
#ButtonsDiv
{
	position:fixed;
	bottom:0;
}
#imagediv
{
	border: 10px solid #aad45d;
    border-radius: 2vw;	
	margin-top:-8vh;
}
#imagediv
{
	display:none;
}
#selectDiv
{
	font-size:2.5vw;
	margin-top: 23vh;
}
#studentsRange
{
	font-size:2vw;
	font-weight:bold;
}
.animCls
{
	-webkit-animation:slideInRight  .40s linear; 
}
.zoomCls
{
	-webkit-animation:zoomIn  .40s linear; 
}
#endpage
{
	display:none;
}