@charset "UTF-8";

/********* Open Sans Font *********/
@font-face {
    font-family: 'OpenSansLight';
    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: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: rgba(0,0,0,1.0);
	font-size: 3em;
	font-family: 'OpenSansBold';
	text-align: center;
}
.main {
	width:70%;
	margin:auto;
}
img {
	width: 100%;
	height: auto;
	margin: 4em auto 50% auto;
	
}
a {
	background: #33546D;
	color: #fff;
	text-align: center;
	padding: .8em 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
}
a:hover {
	background:#BDDBE3;
	color:#333;
}
