html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 100%/1.5  "Helvetica", Arial, sans-serif;
	overflow: auto;
}


h1{
	font-size: 3em;
	margin: 0 0 .25em 0;
}

p{
	margin-top:3em;
	font-size: 1.0em;
	font-weight: 100;
	line-height: 1.8em;
	text-align:justify;
}

a:link{
	text-decoration: none;
	color: #5577aa;
}

a:visited{
	text-decoration: none;
	color: #5577aa;
}

a:hover{
	color: #7799cc;
	text-decoration: underline;
}

.container{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 50%;
	background-color: rgba(255,255,255,0.95);
	padding: 1.5em;
}

.links{
	font-size: 1.25em;
}

.bar{
	width: 50%;
	background-color: rgba(255,255,255,0.95);
	height: auto;
	margin: 0 auto;
	padding: 1.5em;
	overflow: hidden;
	text-align: center;
}

.logo_contain{
	text-align: center;
	margin-bottom:30px;
}

.logo_bar{
	width: 100%;
}

.contain{
	width: 40%;
	min-width: 500px;
	height: auto;
	margin: 1.5em;
	margin-left:auto;
	margin-right:auto;
	padding: 3em;
	
	background:white;
	background:rgba(255,255,255,1);
	/*filter:blur(4px);
	-o-filter:blur(4px);
	-ms-filter:blur(4px);
	-moz-filter:blur(4px);
	-webkit-filter:blur(4px);*/

	/*background: #fff;*/
	box-shadow: rgba(0, 0, 0, 0.496094) 0px 2px 15px 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

label {
	position: relative;
	float: left;
	width: 100%;
	font-size: 1.25em;
	font-weight: 100;
}


input[type=text]{
	position: relative;
	float: left;
	border: solid 1px #ccc;
	width: 100%;
	padding: 1em;
	font-size: 1.25em;
	font-weight: 100;
	margin: 1em 0 1em 0;
	/*Let's never look at this in IE*/
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

input[type=submit]{
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
	padding: .5em;
	font-size: 1.25em;
	font-weight: 100;
	width: 100%;
}

input[type=submit]:hover {
	background: red;
	color: white;
}

select {
	background: transparent;
   	padding: 0;
	margin: 1em 0 1em 0;
	width: 100%;
	font-size: 1em;
   	border-radius: 0;
}



/* prevent super and sub scripts from affecting lineheight spacing */
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub {
	top: 0.4em;
}


/* Videooo */

.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
