/*-----leighmorse.com-----09/28/17-----*/


body, html {
height: 100%;
}

.bg {
background-color: #000;
/* The image used */
background: url(../img/LeighFB_gallery.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/* Full height */
/*height: 100%; 
 Center and scale the image nicely 
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}*/
}
.content{
	margin-top: 25px;

	margin-right: auto;
	margin-left: auto;
	max-width: 650px;
	padding: 0 15px 10px;
	height: auto;
	background: #fff;
	font-family: "minion-pro",serif;
}

.content img{
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;


}

h1, h2, h3{
color: #005195;
text-align: center;
text-transform: uppercase;
font-family:"minion-pro",serif;
text-rendering: geometricPrecision;
}

h1{
	margin: 40px auto 0;
	font: lighter  3em "minion-pro",serif;
	letter-spacing: .09em;
}

h2{
margin-top: 0;
font: lighter 1.5em "minion-pro",serif;
margin-bottom: 15px;
letter-spacing: .6em;

clear: both;
}

h3{
	margin-top: 0;
	font: 1.2em "minion-pro",serif;
    text-weight:600;
	text-align: center;
	letter-spacing: .09em;
	text-transform: none;
	margin-bottom: 15px;
	clear: both;
    
}


.fn{
display: none;
}

.painting-description{
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	font-family: "minion-pro Medium",serif;
	color: #005195;
	letter-spacing: 0em;
	font-size: 1em;
	line-height: 1em;
	clear: both;
}

.show-description{
	color: #005195;
	margin: 50px 0 15px;
	font: 1em "minion-pro",serif;
	font-height: .9em;
	font-family:"minion-pro",serif;
	clear: both;
}

.show-description {
    font-style: normal;
    font: 1em/1.3em "minion-pro",serif;
    font-family: "minion-pro",serif;
    margin-top: 5px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
}

.gallery_name{
	color: #005195;
	font-weight: 500;
	font-size: 1em;
	font-family: "minion-pro medium",serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
.gallery_address{
	color: #005195;
	font: 1em/1.3em "minion-pro",serif;
	margin: 0px 0 15px;
}

.uppercase{
text-transform: uppercase;
}

p{
font-size: 15px;
}

a{

text-decoration: none;
}

a{
outline: none !important;
}

a:link, a:visited {
color: #005195; 
}
a:hover, a:active, a:focus{
	text-decoration: none;
	color: #94A6B5;
}


@media (max-width: 768px ){

body{
background-color: #005195;}
}


@media(max-width: 480px  ){

.bg{background-color: #FFF;
/* The image used */
background-image: none;
/* Full height */
height: 100%;
margin-top:-15px; 
}

h1{
font: lighter 2.5em "minion-pro",serif;
margin: 20px auto 0;
}

h2{
font: lighter 1.3em "minion-pro",serif;
}

}

@media(max-width: 343px ){


.bg{
background-color: #FFF;
margin-top:-15px; 
}

h1{

font: lighter 1.8em "minion-pro",serif;
margin: 15px auto 0;
}

h2{
font: lighter 1.1em "minion-pro",serif;
}

}
