html,
body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-family: 'Open Sans', sans-serif;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
}
strong {
	font-weight: 600;
}

div.site-container {
	display: table;
	width: 100%;
	height: 100%;
}
div.row {
	display: table-row;
}
div.cell {
	display: table-cell;
	position: relative;
}

/* ---------------------------------------------------- */

div#topbar {
	background: black;
	height: 46px;
}

	div#topbar a.facebook {
		float: right;
		display: block;
		width: 26px;
		height: 26px;
		background-image: url('/static/img/default/facebook.png');
		background-size: 26px 26px;
		margin-right: 20px;
		margin-top: 10px;
	}

div.logo-container {
	background: white;
	padding: 10px;
}

	div.logo-container a.logo {
		display: block;
		width: 200px;
		height: 121px;
		background-image: url('/static/img/default/logo.png');
		background-size: 200px 121px;
		margin: auto;
	}

	div.logo-container h1 {
		font-size: 18px;
		text-align: center;
	}


div.content div.text {
	margin: 40px auto;
}

	div.content div.text h1 {
		font-size: 32px;
		margin: 40px 0px 0px 0px;
	}

	div.content div.text h2 {
		font-size: 26px;
		margin: 40px 0px 0px 0px;
	}

	div.content div.text h3 {
		font-size: 20px;
		font-weight: 600;
		margin: 40px 0px 0px 0px;
		text-transform: uppercase;
	}

	div.content div.text h4 {
		font-size: 17px;
		font-weight: 600;
		margin: 30px 0px 0px 0px;
		text-transform: uppercase;
	}

	div.content div.text h5 {
		font-size: 15px;
		font-weight: 600;
		margin: 20px 0px 0px 0px;
		text-transform: uppercase;
	}

	div.content div.text h6 {
		font-size: 13px;
		font-weight: 600;
		margin: 10px 0px 0px 0px;
		text-transform: uppercase;
	}

	div.content div.text p {
		margin: 10px 0px 0px 0px;
		color: #606060;
	}

	div.content div.text ul {
		color: #606060;
	}

	div.content div.text div.page img {
		max-width: 100%;
		height: auto;
	}

	div.content div.text div.page a {
		color: #c79f95;
	}

	div.content div.text div.page h3 a {
		color: black;
	}

	div.content div.plex-logo {
		background: white;
		padding: 40px;
	}

		div.content div.plex-logo a.logo {
			background: transparent url(/static/img/default/plex-logo.png) no-repeat top left;
			background-size: 123px 30px;
			display: block;
			float: right;
			margin: 0px;
			width: 123px;
			height: 30px;
		}

footer {
	background: black;
	padding: 40px;
	color: #808080;
	text-align: right;
}
