@charset "UTF-8";
.wrapper {
	width: 100%;
	margin: 0;
	height: auto;
}
header .topbar {
	width: 100%;
	height: 80px;
	margin: 0;
	background-color: #000000;
	display: flex;
	position: fixed
}
.topbar img {
	width: 50px;
	height: 50px;
	margin-top: 15px;
	margin-left: 30px;
}
.topbar .nav {
}
.topbar .nav ul {
	font-size: 1.2rem;
	font-family: Impact;
	list-style-type: none;
	display: flex;
}
.nav ul li {
	margin-left: 70px;
	float: right;
	color: #FFFFFF;
	display: flex;
	margin-top: 10px;
}
a:link { color: #FFFFFF; }
a:visited {
	color: #D0CDC0;
}
a:hover { color: #c0c0c0; }
a:active { color: #FFFFFF; }
a {
text-decoration: none;
}
