@font-face {
    font-family: 'Geneva';
    src: url('/Geneva.TTF');
}

* {
	font-family: 'Alegreya', serif;
	box-sizing: border-box;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background-image: url('/liza_bg_v1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #a09c89;
	font-size: 18px; 
}

p {
	margin: 0;
	padding: 0;
}

.quote {
	text-transform: uppercase;
	font-size: 15px;
}

#logo {
	font-family: 'Geneva';
	width: 510px;
	max-width: 100%;
	position: absolute;
	right: 30px;
	top: 30px;
	color: #000;	
}

#logo p {
	line-height: 28px;
}

#logo img {
	max-width: 100%;
}

#quote_mark {
	font-size: 108px;
	font-family: serif;
	display: block;
	float: left;
    margin: -20px 10px 0 0;
	height: 45px;
}

#quotes {
	/*
	padding: 20px;
	background: rgba(0, 0, 0, 0.25);
	*/	
    width: 20%;
    max-width: 100%;
    position: absolute;
    bottom: 200px;
    left: 20px;
	text-align: center;	
}

#facebook {
	width: 300px;
	padding-top: 20px;	
}	

@media (max-width: 900px) {
	body {
		padding: 20px;
		background-attachment: fixed;	
	}
	#quotes, #logo {
		position: static;
	}
	#quotes {
		margin: 20px 0 20px 0;
		width: 100%;
	}
}
