@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300);


html, body {
	font-family: Oswald;
	height: 100%;
	background: #111;
}
h1, h2, h3, h4 {
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
}
.bg {
	background-image: url('../images/bg.jpg');
	height: auto;
	background-position: center top;
	background-size: cover;
}
.container-fluid {
	height: 100%;
}
.texture {
	height: 100%;
	background-image: url('../images/texture.png');
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
.farewell {
	font-family: Lato;
	font-weight: 300;
	font-size: 14pt;
	position: relative;
	margin: 100px auto 0px auto;
	width: 60%;
	color: #f0ece0;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.8);
}
.image {
	display: block;
	margin:auto;
	padding: 25px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}