@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body {
  margin: 0;
  text-align: center;
  background-color: #2B1B17;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
div#preload {
	display: none;
}
a:link {color:#E0FFFF;}      /* unvisited link */
a:visited {color:#E0FFFF;}  /* visited link */
a:hover {color:#00FFFF;}  /* mouse over link */
a:active {color:#E0FFFF;}  /* selected link */ 

/* Mobile Layout: 300px and below. */
@media only screen and (max-width: 300px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97.5%;
	padding-left: 1.0%;
	padding-right: 1.0%;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  top: -13%;
	}
	
.carousel-caption h3 { font-size: 0.8em;}
.carousel-caption p {font-size: 0.6em;} 

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#aboutme {
	margin-left: auto;
	margin-right: auto;
	width: 85.0%;
	padding-left: 1.0%;
	padding-right: 1.0%;
}
li {
	padding: 1%;}
ul.rig {
	list-style: none;
   	font-size: 0px;
	margin-left: -10%; /* should match li left margin */
}
ul.rig li {
   	display: inline-block;
   	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0 0 1.0% 0;
   	background: #2B1B17;
	font-size: 10px;
   	font-size: 1rem;
   	vertical-align: top;
   	box-shadow: 0 0 1px #A0522D;
   	box-sizing: border-box;
/*	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;  */
}
ul.rig li a:hover img {
	border:1px solid #00FFFF;
}
ul.rig li img {
   	max-width: 100%;
   	height: auto;
   	margin: 0 0 5px;
}
ul.rig li h3 {
   	margin: 0 0 2px;
	font-size: 12px;
	color: #E0FFFF;
}
ul.rig li p {
   	font-size: .9em;
   	line-height: 1.5em;
   	color: #999;
}
ul.rig.columns-1 li {
	width: 100.00%; /* this value + 2.5 should = 33% */
}
ul.rig.columns-3 li {
	width: 33.00%; /* this value + 2.5 should = 33% */
}
ul.rig.columns-4 li {
	width: 22.50%; /* this value + 2.5 should = 25% */
}
.b1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
}
}

/* Mobile Layout: 480px and below. */
@media only screen and (min-width: 301px) and (max-width: 450px){
/*body {
	background-color:#2B1B17;
	text-align:center
}*/
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97.5%;
	padding-left: 1.0%;
	padding-right: 1.0%;
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#About {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#aboutme {
	margin-left: auto;
	margin-right: auto;
	width: 85.0%;
	padding-left: 1.0%;
	padding-right: 1.0%;
}
li {
	padding: 1%;}
ul.rig {
	list-style: none;
   	font-size: 0px;
	margin-left: -10%; /* should match li left margin */
}
ul.rig li {
   	display: inline-block;
   	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0 0 1.0% 0;
   	background: #2B1B17;
	font-size: 10px;
   	font-size: 1rem;
   	vertical-align: top;
   	box-shadow: 0 0 1px #A0522D;
   	box-sizing: border-box;
/*	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;  */
}
ul.rig li a:hover img {
	border:1px solid #00FFFF;
}
ul.rig li img {
   	max-width: 100%;
   	height: auto;
   	margin: 0 0 5px;
}
ul.rig li h3 {
   	margin: 0 0 2px;
	font-size: 12px;
	color: #E0FFFF;
}
ul.rig li p {
   	font-size: .9em;
   	line-height: 1.5em;
   	color: #999;
}
ul.rig.columns-1 li {
	width: 100.00%; /* this value + 2.5 should = 33% */
}
ul.rig.columns-3 li {
	width: 33.00%; /* this value + 2.5 should = 33% */
}
ul.rig.columns-4 li {
	width: 22.50%; /* this value + 2.5 should = 25% */
}
.mypaintings {
	margin-left: 0;
	width: 100%;
	display: block;
}
#leftpaint {
	margin-left: 0;
	width: 30px;
	display: block;
	text-align: left;
	vertical-align: top;
}
#canvas {
	margin-left: 0;
	width: 100%;
	display: block;
}
#paintdesc {
	margin-left: 0;
	width: 100px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
#rightpaint {
	width: 20px;
	display: block;
	text-align: right;
	vertical-align: top;
}
.b1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
}
.b2 {
	font-family: "Pristina", Times, serif;
	font-size: 2em;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
}
.b5 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 7pt;
	color: #cc0000;
	background: none;
	font-weight: normal;
	vertical-align: middle;
}.b6 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 7pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
	vertical-align: middle;
}
.c1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
}
.t5 {
	font-family: Tempus Sans ITC, Trebuchet MS, sans-serif;
	font-size: 1.2em;
	color: #00CCCC;
	background: none;
	font-weight: bold;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 451px) and (max-width: 767.99px) {
.gridContainer {
	width: 97.5%;
	padding-left: 1.0%;
	padding-right: 1.0%;
}
#About {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
li {
	padding: 1%;}
ul.rig {
	list-style: none;
   	font-size: 0px;
	margin-left: -5.0%; /* should match li left margin */
}
ul.rig li {
   	display: inline-block;
   	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0 0 1.5% 0;
   	background: #2B1B17;
	font-size: 12px;
   	font-size: 1rem;
   	vertical-align: top;
   	box-shadow: 0 0 1px #A0522D;
   	box-sizing: border-box;
/* 	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;  */
}
ul.rig li a:hover img {
	border:1px solid #00FFFF;
}
ul.rig li img {
   	max-width: 100%;
   	height: auto;
   	margin: 0 0 5px;
}
ul.rig li h3 {
   	margin: 0 0 2px;
	font-size: 14px;
	color: #E0FFFF;
}
ul.rig li p {
   	font-size: .9em;
   	line-height: 1.5em;
   	color: #999;
}
ul.rig.columns-1 li {
	width: 100.00%; /* this value + 2.5 should = 33% */
}
ul.rig.columns-3 li {
	width: 33.00%; /* this value + 2.5 should = 33% */
}
ul.rig.columns-4 li {
	width: 22.50%; /* this value + 2.5 should = 25% */
}
.b1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
}
.b5 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 8pt;
	color: #cc0000;
	background: none;
	font-weight: normal;
	vertical-align: middle;
}
.b6 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 8pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
	vertical-align: middle;
}
.c1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
}
.t5 {
	font-family: Tempus Sans ITC, Trebuchet MS, sans-serif;
	font-size: 1.5em;
	color: #00CCCC;
	background: none;
	font-weight: bold;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 768px) {
.gridContainer {
	width: 97.5%;
	padding-left: 1.0%;
	padding-right: 1.0%;
	max-width: 100%;
	margin: auto;
}
#About {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
} 
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
ul.rig {
	list-style: none;
   	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
   	display: inline-block;
   	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0 0 2.5% 2.5%;
   	background: #2B1B17;
	font-size: 16px;
   	font-size: 1rem;
   	vertical-align: top;
   	box-shadow: 0 0 1px #A0522D;
   	box-sizing: border-box;
/* 	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;  */
}
ul.rig li a:hover img {
	border:1px solid #00FFFF;
}
ul.rig li img {
   	max-width: 100%;
   	height: auto;
   	margin: 0 0 5px;
}
ul.rig li h3 {
   	margin: 0 0 5px;
	font-size: 16px;
	color: #E0FFFF;
}
ul.rig li p {
   	font-size: .9em;
   	line-height: 1.5em;
   	color: #999;
}
ul.rig.columns-1 li {
	width: 95.00%; /* this value + 2.5 should = 33% */
}
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
ul.rig.columns-4 li {
	width: 22.50%; /* this value + 2.5 should = 25% */
}
.b1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
}

.b5 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 9pt;
	color: #cc0000;
	background: none;
	font-weight: normal;
	vertical-align: middle;
}
.b6 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 9pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
	vertical-align: middle;
}
.c1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #E0FFFF;
	background: none;
	font-weight: normal;
}
.t5 {
	font-family: Tempus Sans ITC, Trebuchet MS, sans-serif;
	font-size: 2em;
	color: #00CCCC;
	background: none;
	font-weight: bold;
}
}