@charset "UTF-8";
#bannerTop {
	background: #e3eedd;
	height: 80px;
	width: 860px;
	border-radius: 80px;
	color: #2e3436;
	font-family: "Calibri Light", sans-serif;
	font-weight:lighter;
	font-size:36px;
	overflow-wrap: break-word;
	padding: 20px 30px 20px 30px;
	margin: auto;
}
.bannerTopTextRight {
	text-align: right;
	padding-right: 20px;
}
#bannerDev {
	width: 100%;
	margin: auto;
	background: #d3d7cf;
	margin: 2px;
	text-align: center;
	font-weight:bold;
	color: #000000;
}