@charset "UTF-8";
/* CSS Document */
body{
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(195, 86, 71, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(195, 86, 71, 1);
}
#return-to-top:hover i {
    color: #fcff00;
}
.BodyText {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 160%;
}
.BodyTextWhite {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 160%;
}
.BodyTextWhite2 {
	font-family: 'Arimo', sans-serif;
	font-size: 17px;
	color: #fff;
	line-height: 180%;
}
.FormText {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 260%;
}
.footerText {
	font-family: 'Arimo', sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 140%;
}
.PageTitle {
	font-family: 'Bitter', serif;
	font-size: 48px;
	color: #000;
	font-weight: 700;
	text-shadow: 3px 3px 4px rgba(150, 150, 150, 0.76);
}
.linkTitle {
	font-family: 'Bitter', serif;
	font-size: 26px;
	color: #000;
	font-weight: 700;
	text-shadow: 3px 3px 4px rgba(150, 150, 150, 0.76);
}
.scaleImage {
    height: auto; 
    width: auto;
}
.hrStyle {
	border-top: 2px dashed #C70039;
}
.ArtName {
	font-family: 'Yellowtail', cursive;
	font-size: 36px;
	color: #000;
	line-height: 140%;
}
.ArtNameWhite {
	font-family: 'Yellowtail', cursive;
	font-size: 36px;
	color: #fff;
	line-height: 140%;
}
.galleryNo {
	font-family: 'Arimo', sans-serif;
	font-size: 30px;
	color: #333;
	line-height: 140%;
	letter-spacing: .4em;
}
.galleryNoOn {
	font-family: 'Arimo', sans-serif;
	font-size: 36px;
	color: #333;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: .4em;
}
.subHead {
	font-family: 'Arimo', sans-serif;
	font-size: 36px;
	color: #333;
	line-height: 140%;
	font-weight: bold;
}
.bioImages {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
.imagespacing {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.imagespacingHome01 {
	padding-right: 15px;
	padding-left: 15px;
}
.scaleImage {
    height: auto; 
    width: auto;
}
.alignImageRight {
	float: right;
	vertical-align: middle;
}
.alignImageLeft {
	float: left;
	vertical-align: middle;
}
.input {
	width: 100%;
	font-family: 'Prompt' sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.submitbutton {
   border-top: 1px solid #bfbfbf;
   background: #9c9c9c;
   background: -webkit-gradient(linear, left top, left bottom, from(#313233), to(#9c9c9c));
   background: -webkit-linear-gradient(top, #313233, #9c9c9c);
   background: -moz-linear-gradient(top, #313233, #9c9c9c);
   background: -ms-linear-gradient(top, #313233, #9c9c9c);
   background: -o-linear-gradient(top, #313233, #9c9c9c);
   padding: 7px 14px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.submitbutton:hover {
   border-top-color: #000000;
   background: #000000;
   color: #ccc;
   }
.submitbutton:active {
   border-top-color: #f00c0c;
   background: #f00c0c;
}
.home-btn {
  background: #e97763;
  background-image: -webkit-linear-gradient(top, #e97763, #aa5849);
  background-image: -moz-linear-gradient(top, #e97763, #aa5849);
  background-image: -ms-linear-gradient(top, #e97763, #aa5849);
  background-image: -o-linear-gradient(top, #e97763, #aa5849);
  background-image: linear-gradient(to bottom, #e97763, #aa5849);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.home-btn:hover {
  background: #e97763;
  background-image: -webkit-linear-gradient(top, #e97763, #e97763);
  background-image: -moz-linear-gradient(top, #e97763, #e97763);
  background-image: -ms-linear-gradient(top, #e97763, #e97763);
  background-image: -o-linear-gradient(top, #e97763, #e97763);
  background-image: linear-gradient(to bottom, #e97763, #e97763);
  text-decoration: none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
h1 {
	line-height: 160%;
}