
	*
	{
	font-family: Open sans;
	}
	
	/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.banner{
	color: white;
	background-color: black;

}

		.jumboIndex
		{
			background-image: url('/technology-785742_1280.jpg');
			background-position: center;
			background-repeat: no-repeat;
			
		
		}
		.jumboRecord
		{
			background-image: url('/laptop.jpg');
			background-position: top;	
			background-repeat: no-repeat;
			
		} 
		
		
		.jumbotron h1
		{
			font-size:56px;
			
			
		}
		
		.AnyAsset
		{
			font-weight: bold;
			}
			
		.bigicons{
			font-size: 72px;
			
			color: white;
			padding: 20px;
			margin-top: 20px;
		}
		
		.medicons{
			font-size: 48px;
			color: white;
			padding: 20px;
			margin: 10px;
		}
		
		.bgGreen { background-color: #63FF6E; }
		.bgRed{ background-color: #FF3210 ; }
		.bgBlue { background-color: #7D31E8; }
		.bgOrange{ background-color: #E8BA03; } 
		.bgLightBlue{ background-color: #03F2FF; } 
		

