@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre:400,400i,700,700i&display=swap');
body {
	overflow: hidden;
	font-family: 'Averia Serif Libre', cursive;
	font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
	background-color: rgba(255,251,243,0.50);
	background-image: url(images/006-subtle-light-patterns.jpg);
	background-repeat: repeat;
}
#lulu {
	display: block;
	position: absolute;
	width: 30%;
	bottom: -4vw;
	right: -4vw;
	text-align: right;
}
#lulu img {
	max-width: 100%;
	height: auto;
}
#contentHolder {
	display: block;
	position: absolute;
	width: 70%;
	top: 25%;
	top: calc(50vh - 130px);
	left: 15%;
	text-align: left;
}
p {
	/*font-size: 1em;*/
}
h1 {
	/*font-size: 3em;*/
}
a, a:visited {
	color: #CC0000;
	/*text-decoration:none;*/
}