html {
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #5a8873;
	color: #faad7a;
	margin: 0px;
}

a, a.hover, a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.6em;
}

body {
	margin: 0px;
	padding: 30px;
	background-image: url('img/watermark2.jpg');
	background-size: 60%;
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2em;
}

.realizacao {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.2em;
}

.hora-local {
	margin-top: 30px;
	font-size: 34px;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 30px;
}

.creditos {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0.8px;
}

.logo {
	margin-top: 50px;
}

.logo img {
	width: 90px;
}

.links {
	margin-top: 30px;
}

.dia {
	margin-top: 40px;
	color: #ffffff;
	font-size: 26px;
}

.mesa {
	color: #ffffff;
	font-size: 16px;
	margin-top: 20px;
}

.apresentacao {
	margin-top: 10px;
	font-size: 18px;
}

.apresentacao b {
	font-size: 16px;
}

.lancamento {
	width: 60%;
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
}

.lancamento b {
	color: #faad7a;
}