.topMenu {
	padding-top: 5px;
	padding-bottom: 5px;								
}

.responsive_img1 {
	width: 100%;
	height: auto;
	max-width: 130px;
}

.bottomMenu{
	padding-top: 25px;
	padding-bottom: 10px
}

.topnav {
	/* background-color: white; */
	overflow: hidden;
	float: right;
	padding-top: 30px;
}

.topnav a{
	float: left;
	display: flex;
	color: black;
	text-align: right;
	padding: 1px 5px;
	text-decoration: none;			
}

.topnav .icon {
	display: none;
}

topBanner{
	display: flex; 
	justify-content: left; 			
}

.topnav {
	float: right;
	display: block;
	font-size: 18px;
}

@media screen and (max-width: 600px) {
.bottomNav {				
		float: none;
		display: flex;
		text-align: left;
		flex-direction: column;
		background-color: white;
		width: 210px;
	}
}