/* Regular */
@font-face {
    font-family: 'Open Sans';
    
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;

}

/* Light */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 200;
    font-style: normal;

}

/* Light Italic */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;

}

body
{
	height: 100%;
	max-height: 100%;
	margin: 0 0 0 0;
	background-image: url(images/background.png);

	font-family: 'Open Sans', sans-serif; 
	font-weight: 200; 
	font-size: 1.3vw;
	color: rgb(0,0,0);
	text-align: justify;
}

/* the header above every page containing the RE-liON logo */
header
{
	font-family: 'Open Sans', sans-serif; 
	font-weight: 200; 
	font-size: 1.3em;
	color: rgb(200,200,200);
	width: 100%;
	background-image: url(images/header-1024.png);
	background-repeat: no-repeat;
	background-size: cover;
}

header:before
{
	content: "";
	display: block;
	padding-top: 11%;
}

#header-content
{
	position: absolute; 
	top: 2.1vw;
	left: 33vw;
}

div#content
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	align: center;
	width: 800px;
}

h1
{ 
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Open Sans Condensed", sans-serif;
	font-weight: normal;
	color: rgb(177,156,103);
	font-size: 25px;
	margin-top: 6px;
	margin-bottom: 6px;
}

h2
{ 
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Open Sans Condensed", sans-serif;
	font-weight: normal;
	font-size: 2vw;
	margin-top: 6px;
	margin-bottom: 6px;
}

h3
{
	font-family: 'Open Sans', sans-serif; 
	font-weight: 200; 
	font-size: 1.3em;
}

a.backbutton, a:hover.backbutton, a:visited.backbutton, a:link.backbutton
{
	font-family: "Open Sans", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 4vw;
	text-align: right;
	padding: 0.5vw;
	padding-left: 0.1vw;
	text-decoration: none;
}

a.backbutton, a:link.backbutton, a:active.backbutton
{
	background-color: rgb(229,160,0);
	color: rgb(255,255,255);
}

a:hover.backbutton
{
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}

#backbutton
{
	position: fixed;
	top: 45%;
	left: 2vw;
	z-index: 2;
}
