html { 
  background: url(media/basilica.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body { 
	margin: 0;
	color: white;
	font-family: Verdana;
	font-size: 28px;
	background: url(media/header.png) no-repeat center top fixed; 
	background-size: 100% auto;
}

H4,H3	{
	margin: 0;
}

H3	{
	color: #cba135;
	border-bottom: 3px double #cba135;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

NOTE	{
	font-size:70%;
}

.textBox	{
	width: 50%;
	min-width: 300px;
	background: rgba(20,10,0,0.4);
	border: 3px double #cba135;
	border-radius: 20px;
	padding: 10px;
}

HR	{
	border: none;
	height: 1px;
	background-color: #cba135;
}

.viewWide {
	width: 100vw;
}
.manifesto {
	border: 3px double #cba135;
	max-width: 40vw;
	width: 200px;
}

.social {
	height: 80px;
	max-width: 20vw;
	max-height: auto;
}

.headerSpace {
	height:11vw;
}

.belowHeader {
	height:75vh;
	border: 3px double #cba135;
	border-radius: 20px;
}

#central IMG {
	width: 25vw;
	height: auto;
}