html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Arial Narrow"
}

li:hover,
li a:hover {
	color: rgb(255,0,255) !important;
}

.stoerer {
	position: fixed;
	top: 50px;
	right: 20px;
	width: 300px;
}

.stoerer img {
	width: 100%;
}

.header-nav,
.footer-nav {
	overflow: hidden;
	margin: 0;
	padding: 20px 0px;
	background: #aaa;

}

.header-nav li {
	float: left;
	list-style: none;
	font-weight: 700;
	font-size: 18px;
	text-decoration: underline;
	width: 20%;
	text-align: center;
}

.footer-container {
	display: inline-block;
	margin: 0 auto;
}

.footer-nav li {
	float: left;
	list-style: none;
	font-weight: 700;
	font-size: 18px;
	text-decoration: underline;
	text-align: center;
	margin-right: 20px;
}

.header-nav li a {
	color: black;
}

.clipart-container {
	overflow: hidden;
}

.clipart-image {
	float: left;
}

.clipart-image img {
	width: 100%;
}

.clipart-image.one {
	width: 15vw;
	margin-left: 5vw;
}

.clipart-image.three {
	width: 20vw;
}

.clipart-image.two {
	width: 60vw;
	margin-top: 100px;
}

.like-button-container {
	overflow: hidden;
}

.like-button-container > div {
	margin: 0 auto;
	display: inline-block;
}

.like-button {
	padding: 2px 10px;
	background-color: blue;
	float: left;
	border-radius: 2px;
	margin-right: 30px;
}

.like-button a {
	color: white;
	text-decoration: none;
}

.grey-link a {
	font-family: "Arial Black";
	color: #888;
	font-size: 30px;
	text-decoration: underline;
	margin-right: 10px;
}

.big-font {
	font-size: 30px;
	font-weight: 700;
	margin-right: 10px;
}

.blue-text {
	color: blue;
	text-decoration: underline;
	font-weight: 700;
}



.works {
	overflow: hidden;
	padding: 70px;
}

.work-container {
	float: left;
	margin: 0 20px;
}

.work-container img {
	width: 100%;
}



