
a:hover { background-color:#369af6; color:white; }


/* Below codes the footer section, in a blue tint */
#bluefooter {
		max-width: 100%;
		color: white;
		background-color: rgba(54,154,246,0.39);
		padding-left:7%;
		padding-top:5%;
		padding-bottom: 1%;
		padding-right:6%;
		text-align: right;
		font-size: 0.9em;
		}
		
/* Media Queries (responsive) */
@media screen and (max-width: 600px) {

	#bluefooter {
	text-align: center;
	font-size: 0.8em;}
	
	}