
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Orbitron');

body {
	/*margin: 40px;*/
	/*margin-top: 5px;*/
	background: rgb(24,24,30); /*rgb(224,224,230);*/
	color: rgb(224,224,230);
}

header {
	border: 2px solid rgb(244,244,250);
	border-radius: 0 0  8px  8px;
	border-top-style: none;
	/*position: fixed; */
	/*top: 20px;*/
	/*left: 40px;*/
	/*right: 40px;*/
	/*background: rgba(224,224,230,.7);*/
	background: rgba(224,224,230,1);
	padding: 10px;
	color: black;
}

footer {
	/*background: rgba(224,224,230,.4);*/
	font-size: 85%;
	position: fixed;
	bottom: 20px;
	left: 40px;
	right: 40px;
	height: 30px;
	color: rgb(224,224,230);
	width:90%;
}
footer>hr, .usage-note>hr {
	margin-bottom: 8px;
}
.usage-note>hr {
	margin-top: 4px;
}
.usage-note hr:last-of-type {
	margin-top: 8px;
	margin-bottom: 15px;
}

content {
	/*border: 2px solid rgb(244,244,250);*/
	/*border-radius: 12px;*/
	color: rgb(224,224,230);
}

.hidden-xs .letterhead .logo {
	font-family: 'Orbitron', sans-serif;
	font-weight: bold;
	font-size: xx-large;
}
.hidden-xs .letterhead .city {
	font-weight: bold;
	font-size: larger;
}
.hidden-xs .letterhead .email .glyphicon {
	color:initial;
}
.hidden-xs .letterhead .email .glyphicon {
	color:initial;
}
.hidden-xs .letterhead .telephone:not(:last-child):after {
	content: "•";
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	color: initial;
}
/*.hidden-xs .letterhead .telephone:after {
	text-decoration: none;
}*/
header {
	margin-bottom: 15px;
}
header.visible-xs-block {
	border-left-style: none;
	border-right-style: none;
}
.visible-xs-block .letterhead .logo {
	font-family: 'Orbitron', sans-serif;
	font-weight: bold;
	font-size: large;
}
.visible-xs-block .letterhead hr {
	margin-top: 4px;
	margin-bottom: 0;
}
header .visible-xs-block h3 {
	border-top: 2px solid black;
}
.visible-xs-block .letterhead .city {
	display: none;
}
.visible-xs-block .letterhead .telephone {
	margin-left: 6px;
}

.placeholder {
	background: yellow;
}

@media only screen and (max-width: 600px)
{
    img#underconstruction {width: 100%; height: 100%; margin: 0; padding: 0;}
}

div.album {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
}

.proof-frame {
	/*display: table;*/
	/*margin-bottom: 7px;*/
	/*max-width: 240px;*/
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
@media only screen and (max-width: 785px) /* Bootstrap XS */
{
	.proof-frame {
		max-width: 50%;
		flex: auto;
	}
}
@media only screen and (min-width: 786px) /* Bootstrap >XS */
{
	div.album {
		margin-left: auto;
		margin-right: auto;
	}
}
.proof-frame img {
	/*max-width: 240px;*/
	/*width: 100%;*/
}
img.lazy {
	min-width: 20px;
	/*min-height: 20px;*/
}
.description {
	/*display: table-caption;*/
	caption-side: bottom;
	/*line-height: initial;*/
}
.description .image-num {
	font-weight: bold;
}
.description .frame-tag:hover, #tag-toc .frame-tag:hover {
	/*color: #68D;*/
	color: gold;
	/*text-shadow: 0 0 1px #248;*/
	text-shadow: 0 0 5px gold;
	text-decoration: none;
}
#tag-toc {
	text-align: center;
}
#tag-toc .frame-tag {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}
#tag-toc .frame-tag:not(:last-child):after {
	content: " • ";
	color: #44A;
	margin-left: 5px;
	margin-right: 5px;
	text-shadow: initial;
}
#tag-toc .frame-tag.current {
	color: gold;
}
#tag-toc .loading img {
	height: 1.5em;
}

.fullframe {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	z-index: 0;

	background-size: contain;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
#fullframe .title {
	color: white;
}

.album-ref {
	font-size: large;
}

/* Carousel: https://codepen.io/SitePoint/pen/ZbGwqe*/
#carousel h3, #album-carousel h3, #fullframe .title {
  display: inline-block;
  padding: 10px;
  background: rgba(230,230,230,.5);
  border-radius: 4px;
  font-size: large;
  /*border-top-left-radius: 10px;*/
  /*border-top-right-radius: 10px;*/
}

#carousel .full-screen, #album-carousel .full-screen {
  background-size: contain;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
