/* ==========================================================================
   Author's custom styles
   ========================================================================== */



h2.text-color
{
	color: #00CED1; 
	font-family: 'Roboto', sans-serif;
	background-color: white;
	display:inline-block; 
	opacity: 0.9;
}

h1.text-color
{
	color: #00CED1; 
	font-family: 'Roboto', sans-serif;
	background-color: white;
	display:inline-block; 
	opacity: 0.9;
}



#jumbo {
  padding: 5px;
}

#jumbo2 {
  padding: 1px;
}


.jumbotron {
   background: rgb(200, 54, 54); /* This is for ie8 and below */
   background: rgba(255, 255, 255, 0.0); 
   
}





