﻿html,body {
	padding: 0;
	margin: 0;
	color: #131823;
	/*height:100%;*/
}

table.head {
	/*padding-top: 2%;*/
	width: 100%;
}

div.main {
	padding:0;
	margin:0;
	width: 100vw;
	min-width:950px;
	/*height: 100%;*/
}

div.bkg_pic {
	padding: 0;
	margin: 0;
	min-height: 100vh;
	/*height: inherit;
	height:100%;*/
	background-image: url("../img/bkg_pic.jpg");
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
}

.blazon {
	padding: 0;
	width: 266;
	height: 277;
}

h1 {
	text-align: center;
	font-family: 'Prosto One', cursive;
	text-shadow: 2px 2px 5px #4a4a4a;
	font-size: 32px;
}

h2 {
	text-align: center;
	font-family: 'Prosto One', cursive;
	text-shadow: 2px 2px 5px #4a4a4a;
	font-size: 24px;
}

div.portal {
	padding: 2% 10% 2% 10%;
	text-align: center;
	font-family: 'Prosto One', cursive;
	text-shadow: 2px 2px 5px #4a4a4a;
	font-size: 42px;
	font-weight: bold;
}

table.buttons{
	margin: 4% 15% 0% 15%;
	width: 70%;
	text-align: center;
	font-weight: bold;
}

table.buttons td {
	width: 50%;
}

input.button {
	width: 90%;
	height: 80px;
	background-color: #ffffff;
	border: 2px solid black;
	border-radius: 10px;
	opacity: 0.3;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size: 2em;
}

input.button:hover,  button.admin:hover{
	background-color: #2e682e;
	border: 2px solid white;
	opacity: 0.4;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	color: white;
}

button.admin {
	width: 250px;
	height: 50px;
	background-color: #ffffff;
	border: 2px solid black;
	border-radius: 10px;
	opacity: 0.3;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	font-size:1em;
}

form.admin_inner {
	width: 300px;
	background-color: #afafaf;
	border: 2px solid black;
	border-radius: 10px;
	opacity: 0.8;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding:20px 0;
}

form.admin_inner input {
	margin: 2px 5%;
	width: 90%;
	background-color: #ffffff;
	border: 2px solid black;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
}

/*#slideout {
	position: fixed;
	top: 95vh;
	left: 100%;
	margin-left: -175px;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
#slideout_inner {
	position: fixed;
	top: 100%;
	left: 100%;
	margin-left: -325px;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

#slideout:hover #slideout_inner {
	margin-top:-210px;*/
	
#slideout_inner {
	width:300px;
	margin: 20px auto 0;
	display:none;
}

#slideout {
min-height:50px;
margin:30px 0;
}

}