import url('https://fonts.googleapis.com/css?family=Tinos');

html {
    margin:0;
    border:0;
    padding:0;
    background-color:transparent;
    font-family:'Tinos','Arial',serif;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	height: 100%;
}

body {
	background-color: #4a280d;
	margin:0;
	padding:0;
	border:0;
	height: 100%;
}

.top {
	background-image:url(background/bg_header_1920x250.jpg);
	background-position:center top;
	background-repeat:no-repeat
}

.logo {
	max-width:500px;
	height:250px;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}

.info {
	background-color:#e9ab00;
}

.infotext {
	font-family:'Tinos','Arial',serif;
	font-size: 16px;
	color:black;
	font-weight:bold;
	text-align:center;
	max-width:800px;
	padding:20px;
	margin: 0 auto;
}

.info {
	background-color:#e9ab00;
}

.badge {
	display:inline-block;
	width:188px;
	height:56px;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0 4px 0 4px;
}

.bottom {
	background-position:center top;
	background-repeat:no-repeat;
}

.copy {
	font-family:'Tinos','Arial',serif;
	font-weight:bold;
	font-size: 16px;
	text-align:center;
	padding:25px;
	max-width:800px;
	margin: 0 auto;
}

.link {
	font-family:'Tinos','Arial',serif;
	font-weight:bold;
	font-size: 16px;
	color:#c78e03;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}
