#hero { 
	background-color: #3e3f3a;
	background-image: url(../img/rideamigos-bg.jpg); 
	background-size: 150% auto; 
  background-attachment: fixed;
  background-position: center top;
  background-repeat: repeat;
  text-align: center; 
  border-bottom: 4px solid rgba(0,0,0,0.20);
}


#hero img { width: 80%; padding: 40px 0 0; }

#gaming { 
	background-color: #3e3f3a;
	background-image: url(../img/rideamigos-bg.jpg); 
	background-size: auto 100%%; 
  background-attachment: fixed;
  background-position: center top;
  background-repeat: repeat;
  text-align: center; 
  border-top: 4px solid rgba(0,0,0,0.20);
  border-bottom: 4px solid rgba(0,0,0,0.20);
}

.what-i-learned p { text-shadow: 0 1px rgba(0,0,0,0.1); }


#points img { padding: 0; margin-bottom: 52px; }

@media only screen and (max-width: 680px) { 
}

@media only screen and (max-width: 420px) {
	#points img { padding: 0; margin-bottom: 32px }
}