*{
  margin: 0;
  padding: 0;
}

body{
  background-color: rgb(226, 229,  210);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #555753;

}


img{
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

a{
  text-decoration: none;
  color: #5A205B;  
}
a:focus{
  outline: none;
}

h2{
  font-family: 'Arvo', serif;
  color: #5A205B;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 10px;
}
h3{
  font-family: 'Arvo', serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 10px;
}

p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 0px 0px;
}

.container{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background-color: rgb(226, 229,  210);
}
.nd{
  display:none;
}
#FBShare{
	Display:none;
  Margin-top:-30px;  
}
#fixed{
  position: fixed;
  width: 80%;
  left:0;
  top:0;
}
@media only screen and (min-width: 601px){
	#fixedspace{
	  height: 45px;
	}
}
@media only screen and (max-width: 600px){
	#fixedspace{
	  height: 70px;
	}
}
#header{
//  position: fixed;
  width: 100%;
  left:0;
  top:0;
}
#header .container{
/*  background: rgb(226, 229,  210) url(images/Header1.png) no-repeat center 0px ;
  background-attachment: fixed;
/*  background-size: cover; */
  padding: 0px 0 0px 0;
}
#header h1{
  font-family: 'Arvo', serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
  margin-left: 50px;
}
#header a{
  color: #555753;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 10px;
}

#header ul{
  list-style-type: none;
  margin: 10px 50px 0 0;
  text-align:right;
  Margin-top:-25px;
}
ul li{
  display: inline;
}
.aupper{
  color: #555753;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 10px;
}
#header ul li a.current{
  font-weight: 600;
}
#topspace{
//  height: 150px;
}

.clear{ clear: both; }

#image img{
  display:block;
  width: 100%;
}

#main{
/*  background-image: url(images/transparent.png); */
  background-color: rgb(226, 229,  210);
  padding: 0px;
}
#painting{
  display:inline-block;
  float:left;
  width:100%; 
  min-width:300px;
  vertical-align: top;
}
 @media only screen and (min-width: 601px){
	 #paintdet{
	 display:inline-block;
	  width:60%;
	/*  min-width:400px; */
	  margin: 3px;
	  overflow:auto;
	}
}
 @media only screen and (max-width: 600px){
	 #paintdet{
//	 display:inline-block;
	  width:90%;
	/*  min-width:400px; */
	  margin: 3px;
	  overflow:auto;
	}
}
#paintdet img {
  object-fit: contain;
  width: auto;
/*  max-height: 80vh; */
  display: block;
}
@media only screen and (min-width: 601px){
	#paint1{
	  display:inline-block;
	  width:30%;
	  min-width:220px;
	  margin: 30px 1% 5px 1%;
	  vertical-align: top;
	}
}
@media only screen and (max-width: 600px){
	#paint1{
	  display:inline-block;
	  width:90%;
	  margin: 30px 1% 5px 1%;
	  vertical-align: top;
	}
}
#paint2{
  display:inline-block;
  width:15%;
  min-width:150px;
  margin: 30px 5% 5px 5%;
}
@media only screen and (min-width: 601px){
	#paint30{
	  display:inline-block;
	  width:30%;
	  min-width:150px;
	  margin: 3px 10px;
	  vertical-align: top;
	}
}
@media only screen and (max-width: 600px){
	#paint30{
  	  display:inline-block;
	  margin: 3px 10px;
	  vertical-align: top;
	}
}
#paint40{
  display:inline-block;
  width:40%;
//  min-width:150px;
  margin: 10px 10px;
  vertical-align: top;
}
#painting img{
  width:100%;
}
#painting span{
  width:100%;
}
#nav a{
  color: #555753;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 10px;
}

.leftfloat{
  float: left;
  margin: 0 15px 15px 0;
  min-width: 35%;
}
.rightfloat{
  float: right;
  margin: 0 0 15px 15px;
  max-width: 35%;
}
.rightfloat.large{
  max-width: 50%;
}
.rightfloatpanel{
  float: right;
  margin: 0 0 15px 15px;
}
.rightfloatpanel img{
  display: block;
  margin-bottom: 20px;
}
.rightfloatpanel.celebrant{
  width: 214px;
  font-style:italic;
  margin-left: 50px;
  margin-bottom: 50px;
}
.rightfloatpanel.celebrant img{
  margin-bottom: 5px;
}

.button{
  display: block;
  float: left;
  width: 30%;
  background-color: #5A205B;  
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 30px;
  transition: 1.5s background-color;
}
.button img{
  width: 100%;
  display: block;
} 
.button.middlebutton{
  margin-left: 5%;
  margin-right: 5%;
}
.button .label{
  display: block;
  padding: 5px 10px;
  font-size: 16px;
}
.button:hover{
  background-color: #913393;
  transition: .3s background-color;
}

#copy{
  padding: 20px 0 0 0;
  text-align:right;
  font-size: 10px;
  color: #666666;
}
#tarea {
	width:40em;
	height:12em;
}

@media only screen and (max-width: 600px) {
.notmob{
  display:none;
}
}
@media only screen and (min-width: 601px) {
.mobonly{
  display:none;
}
}
@media only screen and (min-width: 601px) {
 .zoom { 
    transition: all .2s ease-in-out .2s; 
}
.zoom:hover {
    transform: scalex(2) scaley(2) translate(150px, 100px);
} 
}
/*
a
{
    text-decoration: none;
    color: transparent;
}

a:hover
{
    color: black;
}
*/