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

html {
	background: #FFFF;
}

body {

}

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

header {
	position: fixed;
	text-align: left;
	vertical-align: central;
	left: 0;
	right: 0;
	width:100%;
	height: 40px;
	top: 0px;
	background: #073d73;
	font-family: 'Cinzel', serif;
	font-size: 30px;
	color: #FFF;
	padding-left: 10px;
	z-index: 1080;
}

headerlinks {
	position: fixed;
	text-align: right;
	height: 36px;
	right: 0%;
	top: 0px;
	background: #073d73;
}

footer {
	position: fixed;
	text-align: center;
	left: 0;
	right: 0;
	width:100%;
	height: 36px;
	bottom: 0px;
	background: #073d73;
	font-family: 'Lato', sans-serif;
    font-size: 10px;
    color: #FFFF;
}

a:link {
	color: #272E7A;
	text-decoration: underline;
}

a:visited {
	color: #272E7A;
	text-decoration: underline;
}

a:hover {
	color: #272E7A;
	text-decoration: none;
}

a:active {
	color: #272E7A;
	text-decoration: none;
}

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; 
}

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

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

about {
	position: absolute;
    top: 100%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	max-width: 700px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	alignment-baseline: middle;
	background: #FFFF;
}

abouthr {
	text-align:center;
    font-family: 'Cinzel', serif;
    font-size: 35px;
    color: #231F20;
}

aboutdscrp {
	text-align: justify;
	text-justify: auto;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #231F20;
	padding-bottom: 50px;
	background: #FFF;

}

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