/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  background: #F8F8F8;
  font-family: 'Lato';
}

.navbar-dark {
	background-color: #24445f !important;
}

.navbar .container {
	position: relative;
}

.navbar .navbar-toggler {
	position: absolute;
	top: 5px;
	right: 0;
}

.navbar .btn {
	margin-left: 10px;
}

.jumbotron {
	background-color: #305772;
	background-position: top;
	color: #FFF;
	padding: 1.5em 0 1em 0;
	border-radius: 0;
}

.home-bg {
	background: url('../img/header-NA.jpg');
	padding: 13rem 0 1em 0;
	text-align: center;
}

.jumbotron h1 {
	font-family: 'Lato';
	font-weight: 700;
	font-size: 4.25em;
	line-height: 1em;
	text-shadow: 0 0 20px rgba(0,0,0,0.25);
	color: #FFF;
}

.secondary h1 {
	font-family: 'Lato';
	font-weight: 700;
	font-size: 3.5em;
	line-height: 1em;
	text-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.jumbotron p {
	font-size: 1.5em;
	line-height: 1em;
	color: #FFF;
}

.muted {
	color: #999;
}

.jumbotron p .muted {
	color: #CCC;
	padding: 0 5px;
}

.secondary p {
	font-size: 1.25em;
	line-height: 1em;
	color: #DDD;
}

.jumbotron a {
	color: #5dda7a;
}

.jumbotron a:hover {
	text-decoration: none;
}

.jumbotron a.btn-success {
	background: #40ab66;
	margin-left: 15px;
}

.secondary a {
	color: #5dda7a;
}

.secondary a:hover {
	text-decoration: underline;
}

.nav-pills {
	margin-bottom: 30px;
}

.nav-pills .active {
	background: #305772 !important;
	border-radius: 20px;
}

.nav-pills a {
	color: #305772;
}

.table th {
	padding: 10px;
	background: #F0F0F0;
	text-align: center;
}

.table td {
	padding: 15px 20px;
	background: #FFF;
}

.table td h6 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.table td p {
	font-size: 16px;
	margin-bottom: 10px;
}

.table-xs {
	font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .table-xs {
		width: 50%;
	}
}

.table-xs td {
	padding: 6px 8px;
}

h6 .badge {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 8px;
	margin-left: 5px;
}

.tags .badge {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 8px;
}

.modal-header {
	background: #305772;
	color: #FFF;
	padding-left: 30px;
}

.modal-header h5 {
	font-size: 18px;
	font-weight: normal;
}

.modal-header .close {
	color: #F0F0F0;
}

.modal-body {
	padding: 30px;
}

.modal-body p, .modal-body li {
	font-size: 16px;
}

.modal-body li {
	font-weight: normal;
}

.sidebar {
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.sidebar-head, .sidebar-subhead {
	background: #F8F8F8;
	padding: 15px 25px 10px 25px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

.sidebar-head {
	border-radius: 10px 10px 0 0;
}

.sidebar-subhead {
	border-top: 1px solid #CCC;
}

.sidebar p {
	margin: 0 25px 25px 25px;
}

.sidebar h2 {
	font-size: 28px;
}

.sidebar h3,h4 {
	margin: 0 25px 25px 25px;
}

.sidebar-head p, .sidebar-head h3 {
	margin: 0 0 15px 0;
}

.sidebar .google-maps {
	position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  margin: 25px;
  border: 1px solid #CCC;
}

p {
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.6em;
}

.btn-outline-primary {
	border: 1px solid #305772;
	color: #305772;
}

.btn-outline-primary:hover {
	border: 1px solid #305772;
	background: #305772;
}

.details {
	background: #EEE;
	border-radius: 8px;
	border: 1px solid #CCC;
	padding: 25px 30px 5px 30px;
	margin: 30px 0;
}

.details h3 {
	padding: 15px 0 0 0;
	margin: 0;
}

.details .name span {
	font-size: 22px;
	color: #666;
	display: block;
	padding-bottom: 20px;
}

.details img {
	width: 100px;
	border-radius: 50%;
	float: left;
	margin: 0 25px 15px 0;
}

.details p {
	clear: both;
}

.modal-footer {
	display: flex;
  justify-content: left;
}

.footer {
	padding-top: 1em;
}

.card-header {
	background: #305772;
	color: #FFF;
}

.btn-primary {
	background: #24445f;
	border: 1px solid #369;
}

.btn-primary:hover {
	background: #036;
	border: 1px solid #369;
}

.alert-primary {
	background: rgba(150,200,250,0.25);
	border: 1px solid #9cf;
	margin-bottom: 30px;
}

a {
	color: #36c;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
}

blockquote footer {
	display: block;
	font-size: 0.9em;
	font-style: italic;
	font-family: serif;
	padding-top: 10px;
}

.img-auto, .img-auto-100 {
	width: 100%;
}

@media only screen and (min-width: 992px) {
	.img-auto {
		width: 75%;
	}
}

.img-thumb {
	width: 100%;
	border: 1px solid #CCC;
	margin: 15px 0;
}

.badge-info {
	background: #cef;
	color: #000;
}

.venue-location {
	color: #adf;
}

hr {
	margin-top: 30px;
}

.featured p {
	font-size: 1em;
}

.resp-container {
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    padding-top:550%;
    background: #FFF;
}

@media screen and (min-width: 992px) {
  .resp-container {
    padding-top:450%;
  }
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sponsored {
	text-align: center;
	margin: 10px 0 30px 0;
}

.sponsored p {
	margin-bottom: 5px;
	font-weight: bold;
}

.page-nav {
	margin-bottom: 20px;
}

h6 {
	font-weight: bold;
}