﻿.background {
	background-color: #000000;
	background-image: none;
	border:0px;
	outline: none;
	color: #ffffff;
}

body {
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 background-color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size:30px;
}

#footer {
	 padding-top:10px
}
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	display: inline;
}
h2 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Cinzel', serif;
	text-align:center;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin: auto;
	width: 100%;
	line-height: 1.6;
	color: #ffffff;
	display: block;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	display: inline;
	margin-bottom: 5px;
}

p {
	font-family:"Times New Roman", serif;
	text-align:left;
	color: #ffffff;
	margin-left:5px;
	margin-right:5px
}
a {
	font-family: 'Cinzel', serif;
	font-size:30px;
	text-align:center;
	color: #ffffff;
	margin-left:0px;
	margin-right:0px;
	background-color: #000000;
}
.aTitle {
	width : 100%;
	font-size:25px;
	text-decoration: none;
	text-align:center;
/* 	box-sizing: border-box; 
	border: 10px solid blue;
	color: #ff0000; */
}
.aMenuList {
	font-size:15px;
	text-decoration: none;
}
.Title {
	font-size: 30px;
	font-weight: bold;
}
.Head1 {
	display: inline-block;
	height: 35px;
	width: 50%;
	margin: auto;
	border: 1px solid #000000;
	font-family: open-sans-condensed, sans-serif;
	font-size:30px; /*font-weight:700;*/
	color: #ffffff;
	line-height: 25px;
	vertical-align: middle;
	margin-top:0px
}
.Head2 {
	display: inline-block;
	height: 45px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ffffff;
	line-height: 20px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 20px;
	text-align:right;	
}
.thumb {
 	display:inline_block;
 	height:210px;
 	width:210px;
 	text-align:center;
}
.textBlock {
	margin-left: 0%;
	margin-right: 0%;
	font-size: 40;
	width: 100%;

}
.longpic{
	height:310px
}
.thumb_img {
	width: 180px;
	margin: 0 auto;	
}
.img_main{
	display:block; 
	width:auto;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	max-width:100vmin;
	max-height:50vmin;
}
.img_caption {
	display:block;
	color:white;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
.img_caption_cent{
	padding-left:3em;
	padding-right:3em;
}
.masthead {
	width:50%; 
	margin:auto; 
	clear:both;
}
.cap_container, .cap_container_text{
	width:100%; 
	margin:auto;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	/* color: #ff5555; */
}
.cap_container_text{
	text-align:left;
}
.capleft{
	display:inline-block; 
	width:50%; 
	text-align:left;
	vertical-align: top;
	color:white;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:0%;
	background-color: #000000;
}
.capcent{
	display:inline-block; 
	width:20%;
	text-align: center;
	vertical-align: top;
	color:white;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.capright{
	display:inline-block; 
	width:40%; 
	text-align:right;
	vertical-align: top;
	color:white;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right:0%
	background-color: #000000;
}

a.txtlnk {
	margin-left:20px;
	padding-top:10px;
	text-align:right;
}
/* a:link {
    text-decoration: none;
    color:#00ff00;
}
a:visited {
    text-decoration: none;
    color:#0000ff;
} */
a:hover {
    color: hotpink;
    opacity: 0.7;
}
.mySlides {
	display:none;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:80vmin;
	background-size: contain;
}
.myPaintings {
	display:inline-block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:80vmin;
	background-size: contain;
	background-color: #000000;
	border-style: none;
	border-color: #ffffff;
	margin-bottom: 25px;
	margin-top: 1px;
}

/* Dropdown Button */
.dropbtn {
position:relative;
	/*top:5px;*/
	background-color: #000000;
    color: white;
    border: none;	
    font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
    cursor: pointer;
    
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: hotpink;;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	float: right;
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    color: #ffffff;
    background-color: #000000;
    width:500px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
    right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border:thin;
    border-color: #000000;
    border-style:solid
}
.menu1{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight:normal;
	color: #ffffff;	
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: hotpink;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.content_column {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  background-color: #000000;
  flex-direction: row;
  justify-content: space-around;
}

.content_column > div {
  background-color: #000000;
  width: 100%;
  text-align: center;
  /*line-height: 75px;
  font-size: 30px;*/
}
.content_image{
	display:table-cell;
	max-height:200px;
	width:auto;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
	max-height:200px;
	width:auto;
}
.content_text {
	font-family:"Times New Roman", serif;
	display:block;
	vertical-align:middle;
	font-size:50px;
	text-align:left;
	color: #ffffff;
	margin-left:50px;
	margin-right:50px;
	text-align: left;
	background-color: #334433;
}
@media screen and (min-width: 1200px) {
	.aMenuList {
	font-size:30px;
}
	.textBlock {
	margin-left: 0%;
	margin-right: 0%;
	font-size: 30px;
	width: 50%;
	/* color: #ff0000; */
	}
	.cap_container, .cap_container_text{
	font-size: 20px;
	/* color: #00ff00; */
	}

}



