@font-face{
	font-family:'ProximaNovaThin';
	src:	url('proximanova-thin-webfont.woff'),
			url('proximanova-thin-webfont.eot'),
			url('proximanova-thin-webfont.svg'),
			url('proximanova-thin-webfont.ttf');
}
@font-face{
	font-family:'ProximaNovaBold';
	src:	url('proximanova-bold-webfont.woff'),
			url('proximanova-bold-webfont.eot'),
			url('proximanova-bold-webfont.svg'),
			url('proximanova-bold-webfont.ttf');
}
@font-face{
	font-family:'ProximaNovaLight';
	src:	url('proximanova-light-webfont.woff'),
			url('proximanova-light-webfont.eot'),
			url('proximanova-light-webfont.svg'),
			url('proximanova-light-webfont.ttf');
}
html,body { 
	height:100%;
	margin: 0px;
	padding: 0px;
	
}
body {
	font-family: 'ProximaNovaThin', sans-serif;
	margin:0;
	text-align: center;
	font-size: 85%;
	
}
body:before {
	/* content: ''; */
	/* display: inline-block; */
	/* vertical-align: middle; */
	/* height: 100%; */
}
.wrap {
	height: 70vh;
	display: flex;
	position: relative;
	top: 15vh;
	/* left: 0; */
	width: 90%;
	/* background-image: url('../img/frame_1300px.jpg'); */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/* background-color: #bbb; */
	justify-content: center;
	/* align-items: center; */
	flex-direction: column;
}
.artwork {
	position: relative;
	width: 100%;
	max-height: 100%;
}
.artwork canvas {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
}
.frame {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	max-height: 100%;
	width: auto;
}
canvas {
	/* border: 1px solid red; */
	margin: auto;
	position: absolute;
}
.message {
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	width: 100%;
	padding: 0px;
	margin: 0px;
	
}
#message1 {
	font-size: 2.6em;
	display: table;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
#message1 p {
	display: table-cell;
	vertical-align: middle;
	
}
#message2 {
	font-size: 1em;
	/* bottom: 5vh; */
	position: static;
	padding-top: 4vh;
	opacity: 0;
	-webkit-transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	transition: opacity .6s ease;
	
}
.message_visible #message2 {
	opacity: 1;
	
}
#message2 a {
	text-decoration: none;
	font-family: 'ProximaNovaLight', sans-serif;
	color: #885520;
	
}

@media screen and (min-width: 480px) {
	body {
		font-size: 90%;
		
	}
	canvas {
		/* background-image: url('../img/pic_800.jpg'); */
}
	
} 
@media screen and (min-width: 800px){
	body {
		font-size: 100%;
		
	}
	canvas {
		/* background-image: url('../img/pic_1200.jpg'); */
	}
	
}

@media screen and (min-width: 1200px){
	canvas {
		/* background-image: url('../img/pic_1600.jpg'); */
	}
	
}


/* 
@media screen and (max-width: 320px) {
	body {
		font-size: 85%;
		
	}
	
}
@media screen and (max-height: 320px) {
	body {
		font-size: 85%;
		
	}
	
}
 */
 

