/**
 * Don Maitz - Official Website
 * Stylesheets:
 *  	Common Page Styles
 *		Navigation Menu Styles
 *		Homepage Styles
 *		About Styles
 *		Art Styles
 *		Mobile Styles
 */

/**
 * Common Page Styles
 */
a:link,
a:visited,
a:active {
	color: #a3d49c;
	text-decoration: underline;
}
a:hover {
	color: #c3f4bc;
}
.alignRight {
	padding-right: 10px;
	text-align: right;
}
body {
	color: #cccc99;
	background-color: #000000;
	font-family: "Baskerville", "Times New Roman", serif;
	font-size: 14pt;
	margin: 1px 0px 0px 0px;
	text-align: center;
}
.captionedImage {
	color: #aaaaaa;
	font-size: 0.8em;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
em,
i {
	letter-spacing: 1px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#footerIconLeft,
#footerIconRight {
	position: relative;
}
.footerIconLeft {
	left: -321px;
	top: -20px;
}
.footerIconRight {
	float: right;
	right: -30px;
	top: -20px;
}
.glowLabel {
	margin-top: 20px;
	text-decoration: underline;
	text-shadow: 0px 0px 25px #dddddd;
}
.layer1Container {
	background-image: url("/DonMaitz/images/pageBackgroundCenter.jpg");
	background-position: center 157px;
	background-repeat: no-repeat;
	border-top: 4px solid #790000;
	border-left: 4px solid #790000;
	border-right: 4px solid #790000;
	margin: 0px auto;
	max-width: 796px;
	padding: 0px 10px;
}
.layer1Subtitle,
.layer1Title {
	color: #fbf4f4;
}
.layer1Subtitle {
	margin-bottom: 10px;
}
.layer1Subtitle > div {
	border-bottom: 1px solid #fbf4f4;
	display: inline-block;
	font-size: 1.1em;
	letter-spacing: 2px;
	padding: 0px 6px;
}
.layer1Title > div {
	background: #000000 url("/DonMaitz/images/pageTitleBackground.jpg") no-repeat left;
	border: 2px solid #790000;
	border-radius: 24px;
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px 0px 12px 0px;
	padding: 5px 30px;
}
.layer2Container {
	background-image: url("/DonMaitz/images/pageBackgroundCenter.jpg");
	background-position: center 157px;
	background-repeat: no-repeat;
	margin: 0px auto;
	max-width: 836px;
	padding: 0px 10px;
}
ul.links {
	font-size: 1.1em;
	font-weight: bold;
}
ul.list {
	font-size: 0.9em;
	list-style-type: circle;
	padding-left: 50px;
	text-align: left;
}
.mobileOnly {
	display: none;
}
#pageBottomLine {
	border-top: 4px solid #790000;
	margin: -65px 0px 0px 100px;
	width: 759px;
}
#pageContainer {
	margin: 0px auto;
}
#pageContentContainer {
	background-image:
		url("/DonMaitz/images/pageBackgroundHead.jpg"),
		url("/DonMaitz/images/pageBackgroundFoot.jpg");
	background-position:
		top center,
		bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 20px;
}
#pageCopyrightContainer {
	background-color: #000000;
	color: #83aaaa;
	font-size: 0.8em;
	padding: 4px 10px;
	margin-bottom: -20px;
}
#pageCopyrightContainer p {
	margin: 0px;
}
#pageNavContainer {
	background: #12261d url("/DonMaitz/images/navBackground.jpg") no-repeat top;
	box-shadow: 0px 6px 18.69px 2.31px rgba(0, 0, 0, 0.95);
	font-size: 0.95em;
	margin-bottom: 2px;
	position: relative;
	z-index: 2;
}
.pagination {
	max-width: 768px;
	margin: 0px auto;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: right;
}
.paginationButton a {
	display: inline-block;
	padding: 2px 8px;
	width: 50px;
}
.paginationCount {
	font-size: 0.8emt;
	padding-right: 10px;
}
.paginationDisabled {
	color: #63945c;
	text-decoration: underline;
	padding: 2px 8px;
	width: 50px;
}
img.responsive {
	border: 1px solid #670000;
	margin: 12px;
	padding: 2px;
}
.retroContainer {
	background-color: #ffffff;
	border-top: 4px solid #790000;
	border-left: 4px solid #790000;
	border-right: 4px solid #790000;
	margin: 0px auto;
	max-width: 796px;
	padding: 0px 10px;
}
.retroContainer p {
	color: #000000;
	font-size: 15pt;
	text-align: justify;
	text-justify: inter-word;
}
.retroContainer .captionedImage {
	color: #444444;
	font-size: 1em;
	margin-bottom: 20px;
}
.retroContainer img.responsive {
	border-radius: 5px;
	border-width: 3px;
	margin: 12px;
	padding: 0px;
}
.retroContainer .todo {
	font-size: 10pt;
}
.textHeavy {
	padding: 0px 20px;
	text-align: justify;
}
ul {
	list-style-type: none;
	margin-top: 0px;
	padding-left: 0px;
}
ul li {
	margin-bottom: 4px;
}

/**
 * Navigation Menu Styles
 */
.navMenu {
	background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #a91f23;
	border-radius: 2px;
	display: inline-block;
	overflow: hidden;
}
.navMenu a {
	padding: 8px 12px;
}
.navMenu a {
	color: #b8d699;
	display: block;
	float: left;
	text-decoration: none;
}
.navMenu a:hover {
	color: #d8f6b9;
}
.navMenu .icon {
	display: none;
}


/**
 * Homepage Styles
 */
#homeBottomLine {
	border-top: 4px solid #790000;
	margin: -45px 0px 0px 110px;
	width: 726px;
}
.homeFooterIconLeft {
	left: -297px;
}
.homeFooterIconRight {
	float: right;
	right: -10px;
}
#homeHeaderContainer {
	margin-top: -20px;
	position: relative;
}
#homeHeaderContainer img.homeHeader {
	height: auto;
	width: 100%;
}
#homeNews {
	border-left: 4px solid #790000;
	border-right: 4px solid #790000;
	border-top: 4px solid #790000;
	margin: 0 auto;
	max-width: 768px;
}
#homeNewsContainer {
	background-image:
		url("/DonMaitz/images/home/newsTop.jpg"),
		url("/DonMaitz/images/pageBackgroundFoot.jpg");
	background-position:
		top center,
		bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 0px 4px;
}
.homeSide {
	width: 50%;
}
#homeSideContainer {
	background-image:
		url("/DonMaitz/images/home/samplesBackground.jpg");
	background-position:
		top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 95px 40px 95px;
}
.homeSideRight .homeSideTitle,
.homeSideRight .homeSideSample {
	float: right;
}
.homeSideSample img {
	background-color: rgba(0, 0, 0, 0.4);
	border: 4px solid #670000;
	padding: 16px;
}
.homeSideSample img:hover {
	border: 4px solid #872020;
}
.homeSideTitle {
	background-color: #000000;
	border: 2px solid #9f292c;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 11px 0px;
	width: 322px;
	text-transform: uppercase;
}
.homeSideTitle div {
	display: inline-block;
}
.homeSideTitle a {
	text-decoration: none;
}
#homeSignatureFixed {
	display: none;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#homeSignatureScroll {
	position: fixed;
	left: 50%;
	margin-left: -512px;
	top: 30px;
	z-index: 1;
}
#homeTitle {
	bottom: 3%;
	color: #f4f4ff;
	font-size: 1.3em;
	font-weight: bold;
	position: absolute;
	left: 50%;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
}
.postAuthor {
	font-size: 0.6em;
	margin-bottom: 5px;
}
.postBody {
	padding: 0px 20px;
}
.postBody p {
	text-align: justify;
}
.postImage {
	margin: 0px 20px;
}


/**
 * About Styles
 */
.aboutCategory {
	margin-left: 12px;
	text-align: left;
	text-decoration: underline;
}
.aboutDemo > div {
	border: 1px solid #790000;
	display: inline-block;
	margin: 10px;
	padding: 4px;
}
.aboutImageDivider {
	width: 100%;
}
.aboutImageDivider > div {
	background: transparent url("/DonMaitz/images/art/imageDividerBackground.png") no-repeat center;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 15px 0px;
	text-transform: uppercase;
}
.aboutQuestion {
	font-weight: bold;
}
.aboutSampleSide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 48%;
}


/**
 * Art Styles
 */
.artAlbum {
	margin: 20px 25px;
}

.artAlbumClear {
	height: 0px;
	width: 100%;
}
.artAlbumContainer {
	background-image:
		url("/DonMaitz/images/art/albumBackground.jpg"),
		url("/DonMaitz/images/pageBackgroundFoot.jpg");
	background-position:
		top center,
		bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
}
img.artAlbumCover,
img.artThumbnailImg {
	border: 3px solid #837401;
	margin: 18px 27px 0px 27px;
	padding: 1px;
}
a:hover .artBackImg {
	-webkit-filter: drop-shadow(0px 1px 2px #c3f4bc)
}
img.artThumbnailSmallImg {
	border: 1px solid #837401;
	margin: 9px 13px 0px 13px;
	max-height: 130px;
	padding: 1px;
	width: auto;
}
.artAlbumSide {
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 auto;
	text-transform: uppercase;
}
.artAlbumSide > div {
	display: inline-block;
}
.artAlbumSide a {
	text-decoration: none;
}
.artAlbumSpace {
	margin-left: 50px;
	margin-right: 50px;
}
.artAlbumSubtitle {
	font-size: 0.85em;
}
.artAlbumTitle {
	font-size: 1.15em;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 6px;
}
.artFooterIconLeft {
	bottom: 0px;
	left: -274px;
}
.artFooterIconRight {
	bottom: 0px;
	right: -274px;
}
.artFooterSelectIconLeft {
	left: -274px;
	top: -107px;
}
.artFooterSelectIconRight {
	right: -274px;
	top: -107px;
}
img.artFullsizeImg {
	box-shadow: 1px 1px 1px #000000;
}
#artHeaderContainer {
	position: relative;
}
#artHeaderContainer img {
	height: auto;
	margin-top: -20px;
	width: 100%;
}
.artImageContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.artImageDivider {
	width: 100%;
}
.artImageDivider > div {
	background: transparent url("/DonMaitz/images/art/imageDividerBackground.png") no-repeat center;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 40px 0px;
	text-transform: uppercase;
}
a.artLink:link {
	text-decoration: none;
}
#artPopup {
	background-color: rgba(0, 0, 0, 0.95);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	padding-top: 25px;
	position: fixed;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 2;
}
#artPopup {
	-webkit-animation-duration: 0.25s;
	-webkit-animation-name: artPopupFadeIn;
	animation-duration: 0.25s;
	animation-name: artPopupFadeIn;
}
#artPopup img {
	display: inline-block;
}
#artPopupBelow {
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: artPopupZoomIn;
	animation-duration: 0.4s;
	animation-name: artPopupZoomIn;
}
#artPopupBorder {
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: artPopupSlideDown;
	animation-duration: 0.4s;
	animation-name: artPopupSlideDown;
}
.artPopupBorder {
	border: 4px solid #790000;
	display: inline-block;
	padding: 44px 44px 20px 44px;
}
#artPopupBuy {
	-webkit-animation-duration: 0.8s;
	-webkit-animation-name: artPopupZoomIn;
	animation-duration: 0.8s;
	animation-name: artPopupZoomIn;
	font-size: 0.85em;
	margin-bottom: 6px;
	margin-top: 3px;
}
#artPopupBuy a {
	color: #99cc00;
	margin-bottom: 2px;
	padding: 3px 12px;
	text-decoration: none;
}
#artPopupBuy a:hover {
	color: #b9ec20;
}
.artPopupBuyTitle {
	color: #99cc00;
	font-size: 0.8em;
}
#artPopupCaption {
	font-size: 0.85em;
	margin: 0 auto;
	text-align: center;
	width: 900px;
}
#artPopupCopyright {
	color: #aaaaaa;
	font-size: 0.70em;
	text-align: center;
}
#artPopupDetails {
	margin-top: 6px;
}
#artPopupDetails > div {
	display: inline-block;
	margin: 0 auto;
	width: 600px;
}
.artPopupFrame {
	border: 3px solid #837401;
	display: inline-block;
	padding: 1px;
}
#artPopupMedium {
	text-align: left;
	float: left;
}
#artPopupMedium,
#artPopupSize,
#artPopupStatus {
	color: #999900;
	font-size: 0.85em;
	width: 33%;
}
#artPopupSize {
	float: right;
	text-align: right;
}
#artPopupStatus {
	float: left;
}
#artPopupSubtitle {
	font-size: 0.9em;
}
.artPopupTitle {
	color: #999900;
	padding-top: 18px;
	text-transform: uppercase;
}
#artSideContainer {
	background-image:
		url("/DonMaitz/images/art/albumBackground.jpg");
	background-position:
		top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -20px;
	padding: 40px 95px 40px 95px;
}
.artSlideshowContainer {
	position: relative;
}
.artSlideshowContainer .prev,
.artSlideshowContainer .next {
	color: #a3d49c;
	cursor: pointer;
	font-weight: bold;
	padding: 14px;
	position: absolute;
	bottom: 0px;
	transition: 0.6s ease;
	user-select: none;
	width: auto;
}
.artSlideshowContainer .next {
	border-radius: 0 16px 16px 0;
	right: 15%;
}
.artSlideshowContainer .prev {
	border-radius: 16px 0 0 16px;
	left: 15%;
}
.artSlideshowContainer .prev:hover,
.artSlideshowContainer .next:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: #c3f4bc;
}
.artSlide {
	display: none;
}
.artSlideFade {
	-webkit-animation-name: artSlideFadeIn;
	-webkit-animation-duration: 0.4s;
	animation-name: artSlideFadeIn;
	animation-duration: 0.4s;
}
.artStolenReward {
	font-size: 1.1em;
	font-weight: bold;
	padding: 40px;
}
.artThumbnailFrame {
	background-color: rgba(0, 0, 0, 1.0);
	border: 4px solid #790000;
	display: inline-block;
	padding: 4px;
}
.artThumbnailFrameSmall {
	background-color: rgba(0, 0, 0, 1.0);
	border: 2px solid #790000;
	display: inline-block;
	font-family: "Times New Roman";
	padding: 2px;
}
.artThumbnailFrame:hover,
.artThumbnailFrameSmall:hover {
	background-color: rgba(0, 0, 0, 0.5);
	border-color: #992020;
	box-shadow: 0px 4px 35px 2px rgba(255, 255, 255, 0.25);
}
@keyframes artSlideFadeIn {
	from {opacity: .4}
	to {opacity: 1}
}
@-webkit-keyframes artSlideFadeIn {
	from {opacity: .4}
	to {opacity: 1}
}
@keyframes artPopupFadeIn {
	from {background-color: rgba(0, 0, 0, 0);}
	to {background-color: rgba(0, 0, 0, 0.95);}
}
@-webkit-keyframes artPopupFadeIn {
	from {background-color: rgba(0, 0, 0, 0);}
	to {background-color: rgba(0, 0, 0, 0.95);}
}
@keyframes artPopupSlideDown {
	from {
		opacity: 0;
		transform: translateY(-250px);
		-webkit-transform: translateY(-250px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@-webkit-keyframes artPopupSlideDown {
	from {
		opacity: 0;
		transform: translateY(-250px);
		-webkit-transform: translateY(-250px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@keyframes artPopupZoomIn {
	from {transform:scale(0)}
	to {transform:scale(1)}
}
@-webkit-keyframes artPopupZoomIn {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

/**
 * Mobile
 */
@media screen and (max-width: 1024px) {
	#footerIconLeft {
		display: none;
	}
	#footerIconRight {
		display: none;
	}
	#homeNews,
	.layer1Container {
		border-width: 0px;
	}
	#homeNewsContainer {
		padding-bottom: 40px;
	}
	#homeBottomLine,
	#pageBottomLine {
		display: none;
	}
	#homeSignatureScroll {
		height: auto;
		left: 0;
		margin-left: 0px;
		width: 100%;
	}
	#homeSignatureFixed {
		height: auto;
		width: 100%;
	}
	#homeTitle {
		font-size: 1.0em;
	}
	.layer1Container {
		background-image: none;
	}
	#pageContentContainer {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 950px) {
	.artAlbum {
		margin: 20px 20px;
	}
}
@media screen and (max-width: 900px) {
	#artSideContainer {
		padding: 40px 64px 40px 64px;
	}
	#homeSideContainer {
		padding: 0px 64px 40px 64px;
	}
	.homeSideSample img {
		height: auto;
		width: 250px;
	}
	.homeSideTitle {
		font-weight: bold;
		margin-bottom: 25px;
		padding: 6px 0px;
		width: 272px;
	}
	#homeTitle {
		bottom: 1%;
	}
}
@media screen and (max-width: 850px) {
	.artAlbum {
		margin: 20px 20px;
	}
	img.artAlbumCover {
		height: auto;
		width: 225px;
	}
}
@media screen and (max-width: 800px) {
	.desktopOnly {
		display: none;
	}
	.homeSideSample img {
		width: 200px;
	}
	.homeSideTitle {
		font-size: 0.9em;
		margin-bottom: 18px;
		width: 226px;
	}
	#homeTitle {
		bottom: 10px;
	}
	.mobileOnly {
		display: inline;
	}
	.newsImage {
		height: auto;
		width: 90%;
	}
}
@media screen and (max-height: 780px) {
	#artPopupImg {
		max-height: 60vh;
	}
}
@media screen and (max-width: 750px) {
	img.artAlbumCover {
		margin: 12px 12px 0px 12px;
		width: 175px;
	}
	.artPopupBorder {
		padding: 24px 24px 10px 24px;
	}
	#artPopupImg {
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.artSlideshowContainer .next {
		right: 0px;
	}
	.artSlideshowContainer .prev {
		left: 0px;
	}
	.homeSideSample img {
		width: 175px;
	}
	.homeSideTitle {
		width: 196px;
	}
	img.responsive {
		height: auto;
		width: 90%;
	}
	.navMenu {
		display: inherit;
		margin-left: 0px;
	}
	.navMenu a:not(:first-child) {
		display: none;
	}
	.navMenu a.icon {
		display: block;
		float: right;
	}
	.navMenu.responsive {
		position: relative;
	}
	.navMenu.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.navMenu.responsive a {
		display: block;
		float: none;
		text-align: left;
	}
}
@media screen and (max-width: 610px) {
	.aboutDemo iframe {
		height: 168px;
		width: 300px;
	}
	.artMobileCell {
		display: block;
	}
	.artAlbum {
		margin: 20px 10px;
	}
	img.artAlbumCover {
		border: 2px solid #837401;
		width: 140px;
	}
	.artAlbumTitle {
		font-size: 1.0em;
		font-weight: bold;
		padding-bottom: 4px;
	}
	#artPopupDetails > div,
	#artPopupCaption {
		width: 360px;
	}
	#artSideContainer {
		padding: 20px 30px 40px 30px;
	}
	.artThumbnailFrame {
		border: 3px solid #790000;
	}
	.artThumbnailFrame:hover {
		border: 3px solid #992020;
	}
	#homeSideContainer {
		padding: 0px 30px 15px 30px;
	}
	.homeSideSample img {
		border: 2px solid #670000;
		padding: 8px;
	}
	.homeSideSample img:hover {
		border: 2px solid #872020;
	}
	.homeSideTitle {
		font-size: 0.8em;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	#homeTitle {
		bottom: 4px;
	}}
@media screen and (max-width: 500px) {
	.homeSideSample img {
		width: 150px;
	}
	.homeSideTitle {
		width: 160px;
	}
	#homeTitle {
		bottom: -4px;
		font-size: 0.7em;
	}
}
@media screen and (max-width: 400px) {
	.artAlbum {
		margin: 10px 5px;
	}
	img.artAlbumCover {
		width: 110px;
	}
	img.artThumbnailImg {
		max-width: 80%;
	}
	body {
		font-size: 13pt;
	}
	.homeSideSample img {
		width: 125px;
	}
	.homeSideTitle {
		width: 140px;
	}
	#homeTitle {
		bottom: -9px;
	}
}
@media screen and (min-width: 1025px) {
	#pageContainer {
		max-width: 1024px;
	}
}