/* Header */
body {
	background-color: black;
}

#head {
	/* background: #000 url(../images/background3.png) no-repeat top center;
	background-size: 100% auto; */
	text-align: center;
	padding: 0;
	color: white;
	font-family: "Questrial", Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 51px auto 0;
	/* max-width: 890px; */
}

.header-container {
	max-width: 910px;
}

#head.secondary {
	height: 100px;
	min-height: 100px;
	padding-top: 0px;
}

#head .lead {
	font-family: "Questrial", Helvetica, Arial, sans-serif;
	font-size: 44px;
	margin-bottom: 6px;
	color: white;
	line-height: 1.15em;
}

#head .tagline {
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 25px;
}

#head .tagline a {
	color: #fff;
}

#head .btn {
	margin-bottom: 10px;
}

.row a:active,
.row a:hover,
.row a:link,
.row a:visited {
	color: #fff;
}

#head .btn-default {
	text-shadow: none;
	background: transparent;
	color: rgba(255, 255, 255, .5);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
	box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
	background: transparent;
}

#head .btn-default:hover,
#head .btn-default:focus {
	color: rgba(255, 255, 255, .8);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
	box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
	background: transparent;
}

#head .btn-default:active,
#head .btn-default.active {
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff;
	box-shadow: inset 0px 0px 0px 3px #fff;
	background: transparent;
}

#header-logo {
	width: 100%;
	height: auto;
	/* max-width: 337px; */
	margin: 0;
	position: relative;
}

.navbar-inverse {
	padding: 0;
	min-height: 0;
	background-color: black;
}

iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}

.follow-jumbo {
	padding-bottom: 20px;
}

.follow-jumbo ul {
	float: none;
	margin: 0 auto;
	width: fit-content;
}

.follow-jumbo a {
	color: #999;
	font-size: 40px;
}

body>.container {
	max-width: 890px;
	width: 100%;
	padding: 0 120px;
	background-color: #222;
	border: 2px #333 solid;
}

h2>img {
	display: inline-block;
	border: none !important;
	margin: 0 !important;
}

.intro-container {
	margin-top: 20px;
}

.container {
	width: 100%;
}

.container img {
	margin: 10px auto 20px;
}

.text-center img {
	border: 3px #333 solid;
}

@media (max-width: 918px) {
	#head {
		background-position: center center;
	}

	body>.container {
		padding: 0 80px;
	}
}

@media (max-width: 890px) {
	.intro-container {
		margin-top: 0;
	}
}

@media (max-width: 767px) {

	h2>img {
		display: none;
	}

	body>.container {
		padding: 0 40px;
	}

	#head .lead {
		font-size: 34px;
	}

	/* 
	#header-logo {
		max-width: 220px;
		margin: 50px 10px 10px;
	} */
	.navbar-nav {
		width: 100%;
	}

	.main-nav {
		margin-bottom: 0;
		padding-bottom: 0;
		margin-top: 0;
	}

	.external-links {
		margin-top: 0;
		float: none !important;
	}

	.external-links>li {
		width: 23%;
		display: inline-block;
	}
}


/* Autohide navbar */
.slideUp {
	top: -100px;
}

.headroom {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


/* Highlights (in jumbotron in most cases) */
.highlight {
	margin-top: 40px;
}

.h-caption {
	text-align: center;
}

.h-caption i {
	display: block;
	font-size: 54px;
	color: #382526;
	margin-bottom: 36px;
}

.h-caption h4 {
	color: #382526;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.h-body {}

.jumbotron {
	background: #333;
	border: 2px #444 solid;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Questrial", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #e1e1e1;
}

p {
	font-family: "Questrial", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14pt;
	line-height: 20pt;
	color: #e1e1e1;

}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 30px;
}

blockquote {
	font-style: italic;
	font-family: Georgia;
	color: #999;
	margin: 30px 0 30px;
}

label {
	color: #777;
}

.thin {
	font-weight: 300;
}

.page-title {
	margin-top: 20px;
	font-weight: 300;
}

.text-muted {
	color: #999;
	text-align: left;
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 30px 0 0px 0;
}

ul.list-spaces li {
	margin-bottom: 10px;
}

/* Helpers */
.container-full {
	margin: 0 auto;
	width: 100%;
}

.top-space {
	margin-top: 60px;
}

.top-margin {
	margin-top: 20px;
}

img {
	max-width: 100%;
}

img.pull-right {
	margin-left: 10px;
}

img.pull-left {
	margin-right: 10px;
}

#map {
	width: 100%;
	height: 280px;
}

#social {
	margin-top: 50px;
	margin-bottom: 50px;
}

#social .wrapper {
	width: 340px;
	margin: 0 auto;
}

/* Main content block */
.maincontent {}

/* Sidebars */
.sidebar {
	padding-top: 36px;
	padding-bottom: 30px;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar h1,
.sidebar .h1,
.sidebar h2,
.sidebar .h2,
.sidebar h3,
.sidebar .h3 {
	margin-top: 20px;
}

/* Footer */
.footer1 {
	background: #232323;
	padding: 30px 0 0 0;
	font-size: 12px;
	color: #999;
}

.footer1 a {
	color: #ccc;
}

.footer1 a:hover {
	color: #fff;
}

.footer1 .widget {
	margin-bottom: 30px;
}

.footer1 .widget-title {
	font-size: 17px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 20px;
}

.footer1 .entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 35px 0;
	padding: 2px 0;
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}

.footer1 .entry-meta a {
	color: #333333;
}

.footer1 .entry-meta .meta-in {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.follow-me-icons {
	font-size: 30px;
}

.follow-me-icons i {
	float: left;
	margin: 0 10px 0 0;
}

.footer2 {
	background: #191919;
	padding: 15px 0;
	color: #777;
	font-size: 12px;
}

.footer2 a {
	color: #aaa;
}

.footer2 a:hover {
	color: #fff;
}

.footer2 p {
	margin: 0;
}

.widget-simplenav {
	margin-left: -5px;
}

.widget-simplenav a {
	margin: 0 5px;
}