.header {
	width:100%;
	text-align:center;
}
.background {
	background-color: black;
}
h1{
	color: #CD2232;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
h2{
	color: #CD2232;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
h3{
	color: #ffffff;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.navbar {
	background-color: #CD2232;	
}
a {
	color: #F2F2F2;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
p {
	color: #ffffff;
}
li {
	color: #ffffff;
}
i {
	color: #ffffff;
	
}
.row{
	background: #1D1D1D;
}
.wings{
	text-align: center;
	padding-top: 5px;
}
.titles{
	text-align: center;
	width:100%;
}
.container-footer {
	background-color: #CD2232;
	height: 26px;
}