/* stylelint-disable selector-list-comma-newline-after */

.blog-header
{
	line-height: 1;
	border-bottom: 1px solid #e5e5e5;
}

header.blog-header
{
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	color: #333;
}

.bg-dark
{
	background-color: transparent !important;
}

.navbar-dark .navbar-nav .nav-link
{
    color: rgba(0,0,0,.5);
}

.blog-header-logo
{
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: 2.25rem;
}

.blog-header-logo:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.display-4
{
	font-size: 2.5rem;
}

@media (min-width: 768px)
{
	.display-4
	{
		font-size: 3rem;
	}
}

.nav-scroller
{
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link
{
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
}

.flex-auto
{
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.h-250
{
	height: 250px;
}

@media (min-width: 768px)
{
	.h-md-250
	{
		height: 250px;
	}
}

/* Pagination */
.blog-pagination
{
	margin-bottom: 4rem;
}

.blog-pagination > .btn
{
	border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post
{
	margin-bottom: 4rem;
}

.blog-post-title
{
	margin-bottom: .25rem;
	font-size: 2.5rem;
}

.blog-post-meta
{
	margin-bottom: 1.25rem;
	color: #999;
}

/*
 * Footer
 */
.blog-footer
{
	padding: 2.5rem 0;
	color: #999;
	text-align: center;
	background-color: #f9f9f9;
	border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child
{
	margin-bottom: 0;
}

body
{
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-size: 14px;
	color: white;
}

.contact-header
{
	background-color: #333333;
	padding: 15px;
	color: #bbb;
}

.contact-header span
{
	margin: 10px;
}

.contact-header span i
{
	color: #5596B7;
	margin-right: 8px;
}

.contact-header a, .contact-header a:visited
{
	color: #bbb;
}

a, a:visited
{
	color: #5596B7 !important;
}

a:hover, .contact-header a:hover
{
	color: #69ADD7 !important;
	text-decoration: none;
}

nav.navbar .nav-item a, nav.navbar .nav-item a:visited
{
	color: #5596B7;
}

nav.navbar .nav-item.active a, nav.navbar .nav-item.active a:visited
{
	color: #555 !important;
}

nav.navbar .nav-item.active a:hover
{
	color: #69ADD7;
}

.navbar-nav .nav-link
{
	padding: 10px 15px !important;
}

.navbar-collapse.collapse, .navbar-collapse.collapsing
{
	margin-top:10px;
	margin-bottom:10px;
}

.contact-header br
{
	display:none;
}

.heading
{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.heading h1
{
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #69ADD7;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	text-transform: uppercase;
}

.card
{
	/*border: 1px solid rgba(0,0,0,.125);*/
	border-color: #555;
	/*height: 470px;*/
}

.card-body
{
	background-color: #444;
}

.card-text
{
	height: 40px;
}

.card-img-top
{
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.card-img-right
{
	height: 100%;
	border-radius: 0 3px 3px 0;
}

a.btn-primary
{
	color: #333 !important;
	background-color: #69ADD7;
	border-color: #69ADD7;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active
{
	background-color: white !important;
	border-color: white !important;
}

.btn-primary a, .btn-primary a:visited
{
	color: #333 !important;
}

.blurb
{
	background-color: #69ADD7;
	color: white;
	font-size: 20px;
}

.blurb .container
{
	padding: 50px 15px;
}

@media (max-width: 768px)
{
	.contact-header .container
	{
		padding: 2px;
	}
	
	.contact-header br
	{
		display: block;
	}
	
	.blurb
	{
		font-size: 14px;
	}
  
	.blurb .container
	{
		padding: 30px 15px;
	}
}