body {
	background-color: #22162c;
	background-image: url('../images/main-background.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 1280px;
	background-attachment: fixed;
}

.navbar-inverse { background-color: rgba(18, 12, 23, 0.6); }

.hero {
	height: 650px;
}

.logo {
	background-image: url('../images/logo1.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 240px;
	background-size:100%;
	position: relative;
	top: 410px;
	margin:auto;
	max-width:600px;
}

h2 { color: #fff; margin-top: 4px; }
h3 { font-family: 'Belleza', sans-serif; }
h3 a { color: #4bbafc; }

.box {
	font-family: 'Belleza', sans-serif; color: #fff; font-size: 1.4em;
	max-width: 700px;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 16px;
	padding: 30px;
	background-color: rgba(18, 12, 23, 0.9);
	color: #aaa;
}

.box a img { border: solid 1px #111; }
.box a:hover img { border: solid 1px #678bc6; }

.info { padding: 10px; }

.footer {
	background-color: #000;
	text-align: center;
	padding: 20px;
}

h2 { font-family: 'Belleza', sans-serif; text-shadow: #000 0px 0px 4px; }

a { color: #678bc6; }

a:hover { color: #4bbafc; }

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 66%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.privacy h3 { color: white; }