/*@font-face {
  font-family: 'Elizabeth';
  src: url(fonts/Elizabeth-ps-Uni-Narrow.ttf) format('truetype');
  src: url(fonts/Elizabeth-ps-Uni-Narrow.woff) format('woff');
}

@font-face {
  font-family: 'GaramondB';
  src: url(fonts/GARABD.TTF) format('truetype');
}

@font-face {
  font-family: 'Garamond';
  src: url(fonts/GARA.TTF) format('truetype');
}*/

.grey-top {
	text-align: right;
	background-color: #ECECEC;
	padding-right: 2rem;
}

.grey-top > a {
	float: left;
  padding: .5rem;
}

.grey-top .languages {
	position: static;
	display: inline-block;
}

.artgallery {
	position: absolute;
	top: 34px;
	right: 0;
    width: 30%;
    height: 120px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+66,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.artgallery img {
	position: absolute;
	top: 0;
	right: 0;
	height: 120%;
}

.art-painting {
	height: 70vh;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 4rem;
	position: relative;
}

#art-zoom {
	position: absolute;
}

.art-author {
	/*font-family: 'Cormorant Garamond', serif;*/
	margin: 1rem 0;
    font-size: 3em;
    font-weight: 400;
	font-variant-ligatures: none;
}

.art-title {
	/*font-family: 'Cormorant Garamond', serif;*/
  font-size: 1.8em;
	font-variant-ligatures: none;
	margin: 1rem 0 .5rem 0;
}

.art-about {*/
	/*font-family: 'Cormorant Garamond', serif;
    font-size: 1.5em;
	font-variant-ligatures: none;
}

.art-text {
	/*font-family: 'Garamond';*/
	font-size: 1.3em;
	margin-bottom: 2rem;
}

.art-painting.art-zoomed {
	position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    margin: 0;
}

.art-zoomed #art-zoom {
	margin: 1rem;
}

.artgallery-all [class *= "pure-u"] {
	/*font-family: 'Garamond' !important;*/
	font-size: 1.2em;
}

@media screen and (max-width: 48em) {
	.logo {
		margin: .5rem 0 5em 0 !important;
	}
	.artgallery {
		top: 15px;
		background: transparent;
	}
	.art-painting {
		height: auto;
	}
	
	.art-painting.art-zoomed {
		overflow: scroll;
	}
	
	.art-painting > img {
		display: block !important;
	}
	
	.art-painting.art-zoomed > img {
		height: 100%;
    width: auto;
    max-width: none;
	}
}
