
/* Global CSS that are applied for all screen sizes */


.topmenu{
	width:98%;
	margin: auto;
	text-align: center; 
}
.topmenu ul {
	padding: 5px;
	list-style: none;
	font-size: 1.1em;
}

.topmenu li {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	background-color: lightgrey;
	border-radius: 7px;
}
.topmenu li.active{
	background-color: grey;
}
.topmenu a {	
	width: 100%;
	padding: 0.5em 0.5em 0.8em;
	font-family: 'Open Sans', 'Century Gothic';
	font-weight: bold;
	text-align: left;
	color: black;
	font-size: 0.9em;
	background: none;	
	border: none;
	cursor: pointer;
}

