@charset "utf-8";
/* CSS Document */

.topnav {
	overflow: hidden;
	/* background-color: #333; */
	letter-spacing:1px;
	text-transform:uppercase;
	display: block;
}
.topnav a {
	float: left;
	display: block;
	color: #000000;
	text-align: center;
	padding: 20px 40px 10px 0px;
	text-decoration: none;
	font-size: 1.1em;
}
.topnav a:hover {
	color: #e30613;
}
.topnav .icon {
	display: none;
}
 @media screen and (max-width: 991px) {
.menu {
 height:auto;
}
 .topnav a:not(:first-child) {
display: none;
}
 .topnav a.icon {
 float: right;
 display: block;
}
 .topnav.responsive {
position: relative;
width: 100%;
z-index: 99999;
}
 .topnav.responsive .icon {
 position: absolute;
 right: 0;
 top: 0;
}
 .topnav.responsive a {
 float: none;
 display: block;
 text-align: left;
 background-color: #fff;
 padding: 10px 20px;
}
}
