* {
	margin: 0;
	padding: 0;
}

.container {
	background: green;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	

}
header{
	position: sticky;
	top: 0;
	width: 100%;
	background: green;
}
.logo{
	height: 130.3px;
	float: left;
}
nav {
	background: green;
	float: right;
	text-align: center;
}
.container:after{
	content: "";
	display: table;
    clear: both;
}
nav li {
	display: inline-block;
}
nav a{
	margin: 0 10px;
	text-decoration: none;
	font-size: 39.9px;
	color: white;
}
nav{
	background: green ;
	float: right;
	line-height: 125px;
}
nav ul{
	margin: 0;
	padding: 0;
}
html{
	background: green;
}
a:hover{
	color: navy;
}
.slogan{
	text-align: center;
	background: green;
}
.slogan h1{
	margin-top: 0px;
	font-size: 70px;
}
.sidebar{
	border: 1px red;
}
