body {
	font-family: "Roboto", sans-serif;
	background-size:cover;
	color: #FFF;
	background-color: #222;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p  {
	font-size: 1em;
	color: #FFF;
	text-align: center;
	
}
h1 {
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
	padding-right: 5%;
	padding-left: 5%;
	text-transform: uppercase;
}
h2 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 50px;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-right: 5%;
	padding-left: 5%;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom: 60px;
}
p img {
	max-width:80%;
	height:auto;
	text-align: center;
	margin-bottom: 25px;
}
#sponsors {
	text-align: center;
	margin-top: 100px;
}
#sponsors .cols2 {
	vertical-align: middle;
	display: inline;
	width: 18%;
	margin-right: 15%;
	margin-left: 15%;
	text-align: center;
}
.blue {
	color: #0885C2;
}
.yellow {
	color: #FBB132;
}
.green {
	color: #1C8B3C;
}
.red {
	color: #ED334E;
}

@media only screen and (max-width: 900px) {
  /* For mobile phones: */
  h2 {font-size: 1.4em;}
  h3 {font-size: 1.0em;}
  #sponsors .cols2 {display: block;	width: 80%; margin-right: auto; margin-left: auto;}
}
