body {
	background-color: #000000;
 
	color: #FFFFFF;
	font-weight: normal;
} 

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}
.print-image-block {
	border-top: solid 1px #333333;
	padding: 30px 0 0 0;
	margin: 0 0 40px 0;
	display: none;
}
.sold-label {
	color: red;
	font-weight: bold;
	font-size: 1.5em;
	margin: 20px 0 0 0;
} 

img.print-image {
    xheight: 200px;
    xwidth: auto;
    display: block;
    border: 1px #FFFFFF solid;
}

main {
	margin-top: 3em;
}
.card {
	background-color: transparent;
}
.details {
	margin-top: 20px;
}

.details a { 
	text-decoration: underline;
}

.special {
	color: #CCCCCC; 
}
.painting-info {
	font-size: .8em;
}

	.painting-info h4 {
		font-size: 12px;
	}
	
	.painting-info .header { 
		color: #CCCCCC;
	}
	
	.painting-info .btn-primary {
		font-size: .8em;
		background-color: #CCCCCC;
		color: black;
		border-color: #EEEEEE;
		margin-top: 20px;
	}
	
	.painting-info .btn-primary:hover { 
		background-color: #333333;
		color: #CCCCCC; 
	}
	.painting-info ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		.painting-info ul li { 
			margin: 0;
			padding: 0;
		}
/*
 * Header
 */
.masthead {
  margin-bottom: 2rem; 
  position: relative;
  height: 50px;
  margin: inherit;
}

.cover-heading {
  margin-top: 1em;
}

.masthead .inner {
  margin-top: 8px;
  text-align: right;
}

.masthead .logo {
  position: absolute;
  height: 80px;
  width: 20%;
  background-image: url(../images/logo-circle.png);
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
.masthead-brand {
  margin-bottom: 0;
  font-family: 'Alatsi', sans-serif;
  margin-left: 65px;
}

html > body ul.FotomotoBar .FotomotoSeparator { display: none }

html > body ul.FotomotoBar a, html > body a.FotomotoBarLink {
	text-decoration: underline !important;
	font-weight: normal !important;
}

.lead {
	min-height: 4em;
}

@media only screen and (max-width: 670px) {
	
	.painting-info {
	    font-size: 1em;
	}
	
	.painting-info h4 {
	    font-size: 2em;
	}
	
	.masthead .logo { 
	  background-size: 50px 50px;
	}

}
