/* */

/* Background
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.Numismatist {
	background-color: rgba(0, 255, 0, 0.05);
	background-image: none;
	background-size: 100% 100%;
}	

/* For devices larger than 550px
@media (min-width: 550px) {
	.Numismatist {
		background-color: transparent;
		background-image: url('images/NumismatistBackground.png');
		background-size: contain;
	}	
}
*/
 
.Places {
	background-color: rgba(0, 255, 255, 0.05);
}

img.Places {
	display: none;
}

@media (min-width: 1000px) {
	img.Places {
		display: inline;
		max-width: 960px;
	}
}

.Projects {
	background-color: rgba(0, 0, 255, 0.05);
	background-image: none;
	background-size: 100% 100%;
}

.Cats {
	display: visible;
	background-color: rgba(10, 10, 10, 0.05);
	background-image: none;
	background-size: 100% 100%;
}	

.ntop {
	display: visible;
	background-color: rgba(17, 17, 17, 0.075);
	background-image: none;
	background-size: 100% 100%;
}	

.Links {
	display: visible;
	background-color: rgba(10, 10, 10, 0.05);
	background-image: none;
	background-size: 100% 100%;
}	

/* For devices larger than 1000px */
@media (max-width: 999px) {
	.Cats {
		display: none;
	}
}

/* Handle banner - invisible on small devices */
#Places {
	
}
