@media screen and (min-width: 1451px){
	header{
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 70px;
	top:0;
	border-bottom: 2px solid;
	border-color: rgb(211, 211, 211);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 1;

}

header h1{
	margin-top: 0px;
	vertical-align: top;
	margin-left: 30px;
}
header h2{
	margin-top: 5px;
}
header h1{display:inline-block;}
header h2{display:inline-block;font-size:14px;}
a span{
	display: none;
}

.menu{
	border-radius: 10px;
	width: 740px;
	height: 40px;
	margin-top: -70px;
	margin-left: 55%;
	font-family: arial, verdana;
	font-weight: bold;

}
.menu>ul{
	margin: 0 15px;
	padding: 0px;

}
.menu>ul::after{
	content: "";
	display: block;
	clear: both;

}
.menu>ul>li{
	float: left;
	text-align: center;
	position: relative;
	height: 40px;
	width: 125px;
	transition: .3s;
}
.menu>ul>li>a{

	padding:10px 10px;
	color: #696969;
}
.menu>ul>li>a:hover{

	padding:10px 10px;
	color: #fff;
}

.menu li{
	list-style-type: none;
}
.submenu{
	display: none;
	background-color:#fff;
}
.menu a{
	display: inline-block;
	text-decoration: none;

}
.menu li:hover .submenu{
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
	z-index: 1000;
	width: 192px;
}
.submenu li{
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
}
.submenu li a{
	padding: 7px 0px;
	font-size: 15px;
	color: #696969;
	width: 200px;
	transition: .3s;
}
.mnu:hover{
	text-align: center;
	background-color:#0093c9;
	height: 35px;
	border-radius: 10px;
	}
.submenu li:hover a{
	color:#EEE;
	font-weight: bold;   
	}
.mnu .submenu li:hover{
	background-color:#0093c9;
}
}


@media screen and (max-width: 1450px){
	header{
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 70px;
	top:0;
	border-bottom: 2px solid;
	border-color: rgb(211, 211, 211);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 1;

}

header h1{
	margin-top: 0px;
	vertical-align: top;
	margin-left: 30px;
}
header h2{
	margin-top: 5px;
}
header h1{display:inline-block;}
header h2{display:inline-block;font-size:14px;}
a span{
	display: none;
}

.menu{
	border-radius: 10px;
	width: 740px;
	height: 40px;
	margin-top: -70px;
	margin-left: 48%;
	font-family: arial, verdana;
	font-weight: bold;

}
.menu>ul{
	margin: 0 15px;
	padding: 0px;

}
.menu>ul::after{
	content: "";
	display: block;
	clear: both;

}
.menu>ul>li{
	float: left;
	text-align: center;
	position: relative;
	height: 40px;
	width: 125px;
	transition: .3s;
}
.menu>ul>li>a{

	padding:10px 10px;
	color: #696969;
}
.menu>ul>li>a:hover{

	padding:10px 10px;
	color: #fff;
}

.menu li{
	list-style-type: none;
}
.submenu{
	display: none;
	background-color:#fff;
}
.menu a{
	display: inline-block;
	text-decoration: none;

}
.menu li:hover .submenu{
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
	z-index: 1000;
	width: 192px;
}
.submenu li{
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
}
.submenu li a{
	padding: 7px 0px;
	font-size: 15px;
	color: #696969;
	width: 200px;
	transition: .3s;
}
.mnu:hover{
	text-align: center;
	background-color:#0093c9;
	height: 35px;
	border-radius: 10px;
	}
.submenu li:hover a{
	color:#EEE;
	font-weight: bold;   
	}
.mnu .submenu li:hover{
	background-color:#0093c9;
}
}
