/* @override http://www.alanhmccord.com/assets/styles/styles.css */

html {
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #1f2023;
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
div.navbar {
	color: white;
	font-size: 15px;
}
div.navbar div.container:after {
	content: " ";
	width: 100%;
	border-bottom: 1px solid #ddd;
	position: relative;
	top: -1px;
	z-index: 0;
}
div.navbar-right {
	padding: 0;
	margin: 0;
}
div.navbar li {
	margin: 0;
	padding: 0;
}
div.navbar li a.active,
div.navbar li a:hover {
	border-color: #1691d3;
	color: #48ace2;
}
.nav>li>a:hover {
	background-color: transparent;
	color: #999;
}
div.navbar li a {
	margin: 0 0 0 25px;
	padding: 15px 0;
	position: relative;
	z-index: 1;
	-webkit-transition: border .1s linear, color .1s linear;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: transparent;
}
a.navbar-brand {
	color: white;
	font-family: 'Georgia','Times New Roman','Serif';
	font-variant: small-caps;
	font-size: 26px;
	font-weight: 100;
	letter-spacing: 2px;
}
div.navbar-header button span {
	background-color: white;
}
footer {
	margin-bottom: 20px;
}
footer div.copyright {
	color: #999;
	font-size: 10px;
	min-height: 20px;
	background-image: url(/assets/images/signature.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
footer div.copyright p {
	float: left;
}
footer div.copyright a {
	margin-left: 15px;
}
article {
	color: #d9d9d9;
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 20px;
}
.image-cell {
	height: 33vw;
	background-color:#1a1a1a;
	overflow: hidden;
}
.image-wrapper {
	width:95%;
	height:95%;
	margin: 2.5% auto 0 auto;
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center center;
}
.image-caption {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 20px 0;
	height: 30px;
}
ol.carousel-indicators {
	margin-top: 50px;
	font-size: 11px;
	top: 94%;
}
ol.carousel-indicators li {
	width: 6px !important;
	height: 6px !important;
	margin: 0 2px !important;
}
.carousel img {
	margin: 0 auto;
}
.carousel {
	height: 550px;
	background-color: #1a1a1a;
}
.carousel-control {
	background-image: none !important;
	background-color: transparent;
	z-index: 1000;
}
.carousel-control span {
	font-size: 16px !important;	
}
body.page-new-artwork .nav .active {
	color: white;
	border-color: transparent;
}
body.page-new-artwork .nav li:last-child a {
	border-color: #1691d3;
	color: #48ace2;
}
div.carousel:before {
	content: " ";
	display: block;
	background-color: transparent;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
}
body.page- article.container {
	position: relative;
}
body.page- article.container:before {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
@media screen and (min-width: 768px) {
	article {
		text-align: justify;
	}
	.image-cell {
		height: 250px;
	}
}
@media screen and (min-width : 1200px) {
	.image-cell {
		height: 300px;
	}
	.carousel {
		height: 600px;
	}
}