/*
	General styles
*/
body {
	background-color: #c7e1ff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, html {
	height: 100%
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect, .noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect, .doselect *:not(.noselect) {
	user-select: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.initialimage {
	height: 100%;
	width: 100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
}

.picturecaption {
	top: 30px;
	left: 30px;
	position: absolute;
	width: 600px;
	height: auto;
	margin: 0;
	padding: 20px;
	background-color: #f3f1d9;
	text-align: left;
}
@media only screen and (max-width: 600px) {
	.picturecaption {
		bottom: 30px;
		top: unset;
		width: 300px;
	}
}
