/* v1.0 */
body {
	background-color: #fafafa;
	margin: 0;
	padding: 0;
	font-family: 'Lucida', serif;
}

@font-face {
	font-family: 'Scriptina_Pro';
	src: url('Scriptina_Pro.woff') format('woff');
}

@font-face {
	font-family: 'Allura-Regular';
	src: url('Allura-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Amsterdam-ZVGqm';
	src: url('Amsterdam-ZVGqm.woff') format('woff');
/*	src: url('Amsterdam-ZVGqm.woff2') format('woff2');*/
}

@font-face {
	font-family: 'BirdsOfParadisePersonalUseOnly-dX7X';
	src: url('BirdsOfParadisePersonalUseOnly-dX7X.woff') format('woff');
/*	src: url('BirdsOfParadisePersonalUseOnly-dX7X.woff2') format('woff2');*/
}

main {
	position: relative;
}

#largeText, #smallText {
	font-family: 'Allura-Regular', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-style: italic;
	position: absolute;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
}

#largeText {
	top: 15%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 80px;
}

#smallText {
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 40px;
}

img {
	width: 75vw;
	height: auto;
	display: block;
	align-content: center;
	opacity: 1.00;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	#largeText {
		font-size: 40px;
	}
	#smallText {
		font-size: 32px;
	}
	img {
		width:100%;
	}
}