body {
	background-image: linear-gradient(rgba(212,142,246,0.5), rgba(245,197,193,1));
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: helvetica;
	margin: 15px 0px 0px 0px;
}

.body {
	padding-bottom: 25px;
	margin-top: 150px;
}

h2 {
	color: #af131e;
	margin-top: 35px;
}

.hilight {
	color: #af131e;
}

.prachtig {
  height: 135px;
  padding-left: 25px;
  padding-top: 50px;
  font-style: italic;
  line-height: 75px;
  text-align: center;
  font-size: 300%;
  color: white;
}

.donker {
  color: black;
  font-size: 400%;
  line-height: 70px;
  height: 300px;
  text-align: center;
}

.buttons {
  text-align: center;
  position: relative;
  top: -650px;
  z-index: -1;
}

.container {
	width:80%;
	margin-left: auto;
	margin-right: auto;
}

.about {
	font-style: italic;
	text-align: center;
}


.menu-item {
    float: left;
    font-size: 150%;
    background: rgba(245,197,193,1);
    margin-right:30px;
    margin-bottom: 30px;
    padding: 20px;
}

.menu a {
    color: black;
    text-decoration: none;
}

.captcha {
	display: none;
}

.poem-left, .poem-right {
	float: left;
	width: 49%;
}

.bansky img {
	float: right;
}

.poems {
	font-size: 150%;
}

.colofon {
	font-size: 15px;
}

a, a.visited {
	color: #B73174;
}

@media only screen and (max-width: 840px) {
	.prachtig {
		font-size: 150%;
	}

	.donker {
		font-size: 200%;
	}
}

@media only screen and (min-width: 841px) and (max-width: 1200px) {
	.prachtig {
		font-size: 300%;
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
	.prachtig {
		font-size: 450%;
	}
}

@media only screen and (max-width: 1280px) {
	.poem-left, .poem-right {
		float: unset;
		width: 100%;
	}

	.bansky img {
		float: unset;
	}

	.bansky {
		text-align: center;
	}
}
