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: 4vw;
	color: #FFF;
	font-weight: 400;
	text-shadow: 2px 2px 3px #000;
	text-align: center;
	
}
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;
}

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

