html,body {
	min-height: 100%;
}

header .logo {
	font-size: 2em;
}
header {
	margin-bottom: 1em;
}
h1 {
	font-size: 2em;
	margin-bottom: 0.5em;
	font-weight: 700;
	line-height: 1em;
}
p {

}
.center-block, .center-block-big {
	width: 75%;
	font-size: 1em;
}
#left, #right {
	width: 50%;
}
#right {
	text-align: left;
}
.backlink {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.1);
}
.backlink a {
	color: white;
	text-decoration: none;
	padding: 0.5em;
	display: block;
}
.backlink a:hover, .backlink a:focus {
	color: white!important;
	background: #000000;
}
#main {
	background-color: transparent;
	position: relative;
	margin-bottom: 1em;
}
.advent-full {
	width: 100%;
}
	
@media only screen and (max-width: 700px) {
	.center-block, .center-block-big {
		width:auto;
		right: 20%;
		padding-bottom: 2em;
	}
	#left, #right {
		width: 100%;
	}
	.odi {
		position: relative!important;
		bottom: auto!important;
		left: auto!important;
		margin: auto;
	}
}
