body {
	margin: 0;
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
nav {
	width: 100%;
	height: 100px;
	background-color: grey;
	color: white;
	box-sizing: border-box;
	position: fixed;
	float: left;
	top: 0;
}
.logo {
	background-image: url('../image/file.png');
	background-size: 40px 100%;	
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-left: 10px;
	width: 105px;
	height: 50px;
	width: 30	0px;
	float: left;
}
.logo img {
	width: 30px;
	height: 50px;
	float: left;
}
.logotxt {
	font-size: 21px;
	float: right;
	color: white;
	margin: 0;
	border-bottom: 2px solid white;
	font-weight: 700;
}
.logotxtcr {
	font-size: 21px;
	color: gold;
	margin: 0;
	float: left;
	font-weight: 700;
}
.menulist {
	display: none;
}
.menuitems {
	display: none;
	float: left;
	width: 100%;
	height: 100%;
	background-color: white;
	position: absolute;
	top: 0;
}
.menuitems a {
	text-decoration: none;
	color: black;
}
.closebtn {
	width: 100%;
	float: left;
	height: 100px;
}
.closebtn img {
	width: 30px;
	height: 30px;
	padding-top: 35px;
	padding-right: 10px;
	float: right;
}
.closebtn img:hover {
	cursor: pointer;
}
.menuitems ul {
	float: right;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menuitems ul li {
	font-size: 22px;
	border-bottom: 1px solid black;
	padding: 10px;
}
.menuitems ul li:hover {
	background-color: grey;
	color: white;
}
.menu img {
	margin-top: 5px;
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 35px;
	margin-right: 10px;
}
.menu img:hover {
	cursor: pointer;
}
.bgmenulist {
	display: none;
	list-style: none;
	padding-top: 42px;
	float: left;
	margin: 0;
}
.bgmenulist a {
	color: white;
	text-decoration: none;
}
.bgmenulist li{
	display: inline;
	font-weight: 700;
	padding-right: 10px;
}
footer {
	width: 100%;
	height: 100px;
	background-color: red;
	float: left;
	text-align: center;
	margin: 0;
	background-color: lightgrey;
}
footer p {
	margin: 0;
}
@media only screen and (min-width: 768px) {
	.menu {
		display: none;
	}
	.bgmenulist {
		display: block;
	}
}