/* @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');*/

/* code to install banner image as a background image in #banner div 
report here width and height of the banner 
try to create an image 900px wide…
change name of image file
*/

#banner {
		width:900px;
		height: 251px;
		background: #000000 url(../ILLUSTRATIONS/banner.png) scroll no-repeat center;
		border-radius: 5px;
/*		display: none; */
}

#main-title, #main-information {
		width:900px;
		background-color: #DDD;
		color: #312625;
		font-family: 'Noto Sans', sans-serif;
/*		font-family: 'Roboto Slab', serif; */
		text-align: center;
		margin: 0;
		display: none;
}

#main-title {
		border-radius: 5px 5px 0 0;
		min-height: 100px;
		font-weight: bold;
		font-size: 60px;
		font-weight: 900;
}

#main-information {
		border-radius: 0 0 5px 5px;
		min-height: 60px;
		font-weight: bold;
		font-size: 30px;
		font-weight: 600;
}
