@charset "UTF-8";
/* CSS Document */

html {
	background: #CCC
}

middlecontent {
	position: absolute;
    top: 40%;
    left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

footer {
	position: fixed;
	text-align: center;
	left: 0;
	right: 0;
	width:100%;
	height: 36px;
	bottom: 0px;
	background: #231F20;
}

a.imgopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
transistion: all .3s ease-in-out;
}

a.imgopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1; 
transform: scale(1.3);
}

a.apply img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
}

a.apply:hover img {
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
-khtml-opacity: 0.4; 
}

td {
	 padding-top: 0px;
     padding-bottom: 20px;
}

applink {
	position: absolute;
	width:100%;
	text-align: center;
	background: none;
}

sechalf {
	position: absolute;
	top: 100%; 
	left: 0;
	right: 0;
	min-height: 97vh;
	background: #FFF;
	outline: #f2b100 solid thin;
	padding-right: calc(40vw - 120px);
	padding-left: calc(40vw - 120px);
}

abouthr {
	position: static;
	max-width: 700px;
	text-align:center;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #F2B100;
	
}

aboutdscrp {
	position: static;
	max-width: 700px;
	text-align: justify;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #231F20;
	
}

down {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	width:100%;
	bottom: 38px;
}
	

