.bannerbackground{
	height:150px;
	width:100%;
	background-image:url("images/graffitibanner.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-color: #cccccc;
	padding-top:75px;
	font-size:75px;
	text-align: center;
	margin-bottom:24px;
}

body{
	margin: 50px 15% 50px 15%;
	background-color: black ;
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff;
}
h1{
	font-family:"Courier New", Courier, monospace;
	font-size: 48px;
	color: white;
	padding: 20px 20px 20px 20px;
	width: 700px;
	margin: auto;
}
h2{
	font-family:"Courier New", Courier, monospace;
	font-size: 30px;
	color: white;
	padding: 20px 20px 0px 20px;
	width: 600px;
	margin: auto; 
}
p{
	font-size: 15px;
}

.rt-responsive{ 
max-width:100%; 
height: auto;
float: right;
margin:15px 0 15px 30px;
}
p{
	text-align: justify;
	line-height: 30px;
}
a{
	color:#ffffff;
}
.test{
	margin:0;
}
.center-photo{
	margin: auto;
	max-width:100%; 
	height: auto;
	clear:right;
}
.left-responsive{
max-width:100%; 
height: auto;
float: left;
margin:15px 30px 15px 0px;
}

/*this one is yellow and small*/
.color2{
	font-family:"Courier New", Courier, monospace;
	font-size:30px;
	color:#ffdd1f;
}

/*this one is green and big*/
.color1{
	font-family:"Courier New", Courier, monospace;
	font-size:48px;
	color:#3bcc14;
}

.headerAlignOveride{
	margin: 0;
}











