body {
	background: #001;
	color:  #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "Cambria", "Times New Roman", times, serif;
	line-height: 1.8em;
}

body > .content {
	position: relative;
	background: rgba(0, 0, 24, 0.2);
	text-align: left;
	width: 80%;
	min-height: 100%;
	margin: auto;
	padding: 40px;
}

body > .content:after {
    display: block;
    content: " ";
    clear: both;
    width: 0;
    height: 0;
}

body > .content > h1 {
	padding: 40px;
	background: rgba(0, 0, 0, 0.4);
	margin: 0;
	font-style: italic;
	position: relative;
	margin-left: -10%;
	margin-right: -10%;
	font-size: 40px;
	line-height:60px;
}

body > .bg {
	background-size: cover;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-position: top center;
}

body > .bg img {
	opacity: 0.2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

a {
	color: #ccf;
}

a:visited {
	color: #99f;
}

h3 {
	font-size: 24px;
}

h2 {
	font-size: 28px;
}

h4 { font-size: 20px; }

p {
	margin-bottom: 1.8em;
	font-size: 18px;
}

.columns {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.columns .column {
	display: table-cell;
	background: rgba(0, 0, 34, 0.4);
	padding: 10px;
}

.columns .column:nth-child(2n+1) {
	background: rgba(17, 0, 17, 0.4);
}


section article {
    border-bottom: solid 1px #333;
    padding-top: 10px;
}

section article:after {
    clear: both;
    content: " ";
    display: block;
}

section article h3 {
	margin: 0;
	line-height: 1em;
}

section article p {
	line-height: 1em;
	font-size: 18px;
}

section article img {
    float: left;
    margin: 0px 10px 10px 0;
}

body > .content > h1.sub {
	padding: 40px 40px 80px 40px;
}

body > .content .with-gallery {
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding-right: 40px;
}

body > .content .gallery {
	float: left;
	width: 40%;
}

body > .content .gallery iframe {
	width: 100%;
	min-width: 100%;
}

body > .content .gallery img {
	width: 100%;
	max-width: 100%;
}

.breadcrumb {
	margin-top: -40px;
	margin-bottom: 40px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.columns { display: block; }
	.columns .column {
		display: block;
	}

	body > .content .with-gallery {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	body > .content .gallery {
		float: none;
		width: 100%;
	}

	section article img {
		float: none;
	}
}
