body{
	background-image:url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	font-family: 'Economica', sans-serif;
}

h2{
	font-size: 3em;
}

header{
	text-align: center;
	color: white;

	background-color: rgba(0,0,0,0.3);
	margin-top: -10px;

	border-bottom: solid white 1px;
}

.context{
	font-size: 20px;
	font-style: italic;
}

.alert{
	font-size: 18px;
	width: 400px;
	margin: auto;
}

.blackBox{
	text-align: center;
	color: white;

	height: 300px;
/* 	width: 600px; */

/* 	display: block;
    margin-left: auto;
    margin-right: auto; */
    border-radius: 15px;

	background-color: rgba(0,0,0,0.8);

	list-style: none;
}

.complaint{
	font-size: 3em;
	width: 100%;
	padding: 5px;
}

#complaints{
/* 	width: 100%; */
}

#controls{
	font-size: 25px;
	text-align: center;
	color: white;
    
    margin-top: 450px;

    width: 150px;
    margin-left: auto;
    margin-right: auto;

    background-color: rgba(0,0,0,0.8);

}

.quote{
	display:inline;
	width: 100px;
	height: 100px;
}

#leftquote{
	position: relative;
	left: -250px;
	top: -20px;
}
#rightquote{
	position: relative;
	right: -250px;
	bottom: -250px;
}