body {
	color: #333;
}
p, ul, li {
	font-family: 'Lora', serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;  	
	font-weight: bold;
	padding-top: 1em;
}

a {
	white-space: normal !important;
}

.jumbotron.home-header {
	margin-bottom: 0;
	background-color: #14061F;
}

@media(max-width: 544px) {
	.jumbotron.home-header {
		height: 70vh;	  
		clear: both; 
	}
}

.jumbotron.home-header h1 {
	color: #fff;
}

.jumbotron.home-header h1 .name {
	color: #ffdc00;
}

@media(max-width: 940px) {
	.jumbotron.home-header h1 {
		font-size: 3em;
	}
}

@media(max-width: 544px) {
	.jumbotron.home-header h1 {
		font-size: 2.2em;
	}
}

.home-promo {
	padding: 0;
	position: relative;
	background-color: black;
}

.home-promo img {
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.home-promo a:hover img {
	opacity: 0.2;
}

.home-promo .overlay {
	position: absolute;
	top: 40%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.home-promo .overlay h2 {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: white;
	opacity: 0.8;
	font-size: 2.5em;
}


@media(max-width: 544px) {
	.home-promo .overlay h2 {
		font-size: 1.5em;
	}
}

.home-promo a:hover .overlay h2 {
	opacity: 1.0;
}


#main_content {
	margin-top: 3em;
	padding-bottom: 6em;
	text-align: center;
}


#main_content p,
#main_content blockquote,
#main_content h1,
#main_content h2,
#main_content h3,
#main_content h4,
#main_content ul,
#main_content li,
#main_content .wrapitup {
	line-height: 1.5em;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 680px;
	text-align: left;
}

#main_content blockquote.blockquote {
	font-size: 1em;
}

#main_content h2 {
	line-height: 1.3em;
}

#main_content p,
#main_content blockquote,
#main_content ul
{
	font-size: 1.2em;
}

@media(max-width: 940px) {
	#main_content p ,	
	#main_content blockquote,
	#main_content ul
	{
		font-size: 0.9em; 
	}
	#main_content blockquote.blockquote {
		font-size: 0.9em;
	}	
}


@media(max-width: 768px) {
	#main_content p ,	
	#main_content blockquote,
	#main_content ul
	{
		font-size: 1.1em; 
	}
	#main_content blockquote.blockquote {
		font-size: 0.7em;
	}
}

@media(max-width: 544px) {
	#main_content p ,	
	#main_content blockquote,
	#main_content ul
	{
		font-size: 0.9em; 
	}
	#main_content blockquote.blockquote {
		font-size: 0.9em;
	}	
}

#main_content blockquote {
	padding: 1em;
	border-left: 3px solid #ffdc00;
	color: #444;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	background-color: #ffffdd;
	font-family: 'Lato', sans-serif; 
}

#main_content blockquote footer {
	font-style: italic;
	color: #888;
}

#main_content blockquote footer:before { content: "— " };

#main_content li {
	margin-bottom: 1em;
}


#main_content a:link,
#main_content a:visited {
	text-decoration: none;
	display: inline-table;
	color: #0875d8;
}

#main_content a:hover,
#main_content a:active {
	color:#0875d8;
	text-decoration:underline;
}

#main_content img.img-content {
	margin: 1.5em auto;
	background-color: white;
}

.navbar {
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	border-top: 3px solid #ffdc00;
}

.navbar-nav {
}

#main_content .border {
	border: 1px solid #ccc;
}


a.nav-link {
	display: block;
	padding: 1.2em 0.6em;
	color: #ffdc00;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;  		
}

a.nav-link.active {
	background-color: #ffdc00;
	color: #001f3f;			
}


@media(max-width: 768px) {
	a.nav-link
	{
		font-size: 0.8em; 
	}
}


@media(max-width: 544px) {
	a.nav-link {
		width: 28vw;
		margin: 0 !important;
		text-align: center;

	}
	.navbar-nav {
		margin: 0 !important;
		padding: 0 !important;

	}
	.navbar-nav li {
		margin: 0 !important;
		padding: 0 !important;

	}
}

a.nav-link:hover {
	background-color: #ffdc00;
	color: #001f3f;
}

li.home a.nav-link {
	font-family: 'Lato', sans-serif; 
	font-weight: bold;
	color: #fff;
}

li.home a.nav-link:hover {
	background-color: #000;
	color: #ffdc00;
}


div.jumbotron {
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	height: 70vh;
	border-radius: 0px;
	align-items: center;
	justify-content: center;
	display: flex;
}

div.jumbotron.pageheader {
	height: 50vh;
}

.jumbotron h1 {
	font-size: 4em;
}

.jumbotron h2 {
	font-size: 1.6em;

}

@media(max-width: 544px) {

	div.jumbotron {
		height: 70vh;	  
		clear: both;
		padding-top: 50px;
	}

	div.jumbotron.pageheader {
		height: 70vh;
	}	
	.jumbotron h1 { font-size: 2.5em;}
	.jumbotron h2 { font-size: 1.3em;}
}


div.video {
	margin: 2em 0em;
}

.post-card {
	text-align: center;
	background-color: black;
	border: none;
	padding: 0;
	margin: 0;
	width: 50vw;
	justify-content: center;
	border-radius: 0px;	
	display: flex;

}

.post-card img {
	opacity: 0.4;
	width: 50vw;
	border-radius: 0px;	
	padding: 0;
	margin: 0;
	background-color: black;	
}

.card-img-overlay {}

@media(max-width: 544px) {
	.post-card img, .post-card {
		width: 100vw;
	}
	
}

.post-card a {
	vertical-align: middle;
	background-color: black;
}

.post-card a:link, 
.post-card a:visited {
	color: #fff;
}

.post-card a:link h2,
.post-card a:link h3,
.post-card a:visited h2,
.post-card a:visited h3 {
	opacity: 0.8;
	color: #fff;

}

.post-card a:hover h2,
.post-card a:hover h3,
.post-card a:active h2,
.post-card a:active h3 {
	opacity: 1.0;
	
}

.post-card a:hover img {
	opacity: 0.2;
}


.related-posts, .related-posts .row, .related-posts .row div {
	padding: 0;
	margin: 0;
}

.related-posts .row {
	background-color: black;
}

h2.card-title {
	font-size: 2em;
	padding: 30% 1em 0 1em;
	color: #fff;
}

h3.card-text {
	font-weight: normal;
	font-size: 1.2em;
	padding: 0 1.5em 0 1.5em;
	color: #fff;

}

@media(max-width: 768px) {
	h2.card-title { font-size: 1.6em; }
	h3.card-text { font-size: 1em; display: none;}
}

@media(max-width: 544px) {
	h2.card-title { font-size: 2em; }
	h3.card-text { font-size: 1em; display: block;}
}

@media(min-width: 1200px) {
	h2.card-title { font-size: 2.6em; }
	h3.card-text { font-size: 1.6em; }
}


.photo-row {
	margin-top: 3em;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 2em 5px 2em 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("//i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}

#main_content .author-bio {
	padding: 0;
	margin: 0;
}

#main_content .author-bio img {
	margin: 0;
	width: 100%;
	padding: 0;
}

 #main_content .author-bio h2 {
	font-size: 1.5em;
	margin-top: 0;
	padding-top: 0;
}

#main_content .author-bio p {
	font-size: 0.8em;
}

.newsletter {
	border: 1px solid #888;
	background-color: #333;
	color: #fff;
	padding: 0 2em 2em 2em;
	margin: 3em 0em;
}

.newsletter h2 {
	font-size: 1.6em;
}

.newsletter p {
	font-family: 'Lato', sans-serif;  	
	color: rgba(255,255,255,0.7);
	font-size: 0.7em;
}

