@charset "UTF-8";


@font-face {
	font-family: 'caviar_dreamsregular';
	src: url('../fontz/caviardreams-webfont.woff2') format('woff2'), url('../fontz/caviardreams-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'conquistadorman_nfregular';
	src: url('../fontz/conquistadormannf-webfont.woff2') format('woff2'), url('../fontz/conquistadormannf-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

	/* Body */
	body {
	/*font-family: 'Quattrocento', serif; 
	font-family: 'Caviar Dreams', arial; */
	font-family: 'caviar_dreamsregular', Arial, sans-serif;
	letter-spacing: 0.05vw;
	background-color: #ffffff;
	/* background-color: #da9970; */
	/*	background-color: #525152;*/
	color: #525152; /* Gray-Blue */
	/*    color: #da9970;*/
	color: #1d2731;
	margin: 10;
	padding-top: 30px;
	padding-bottom: 40px;
	text-shadow: .2px .2px .2px #a5aab0;
	font-style: normal;
	font-weight: 200;
	max-width: 90%;
	margin: auto;
}

/* . :::::::::::::: LINKS ::::::::::::: */
a:link { color: #1d2731; } /* Black-Blue . */
a:visited { color: #0b3c5d; } /* Navy Blue */
a:hover {color: #328cc1; }  /* Light Blue */
a:active {color: #d9b310; }  /* Gold Color */


.top-block {
	/* margin: auto; */
	position: static;
	max-width: 85vw;
	box-sizing: border-box;
	font-size: calc(10px + 1.1vw);
	text-align: left;
}

h2 {
	font-family: 'conquistadorman_nfregular', arial, sans-serif;
	letter-spacing: 0.4vw;
}

.bottom-block {
	/* margin: auto; */
	position: static;
	max-width: 85vw;
	box-sizing: border-box;
	font-size: 1.5vw;
	top: calc(57% + 1200px);
	/* top: calc(50% + 270px);  canvas is 540px tall*/
	text-align: left;
}

