body {
  color: #444;
  background-color: #FFF;
  font-family: verdana, sans-serif;
  line-height: 1.5;
  margin: 1rem;
  width: 80%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

header {
  border-bottom: 1px solid #222;
  margin-bottom: 1rem;
  text-align: center;
}

footer {
  border-top: 1px solid #222;
  margin-top: 1rem;
}

main {
	max-width: 1000px;
	margin: 0 auto;
}

a {
  color: #FFBB43;
  text-decoration: none;
}

a.blacklink {
  color: #444;
  text-decoration: none;
}

#menu li {
  list-style-type: none;
  display: inline;
  margin-left: 20px;
  margin-right: 40px;
  font-size: 20px;
}

h1 {
	font-size: 25px;
	text-align: center;
}

h2 {
	margin-top: 30px;
	font-size: 25px;
}

h2.listheadline {
	margin-bottom: 15px;
	margin-top: 50px;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.homepostlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homepost {
    width: 44%;
	background-color: #EEEEEE;
	border-bottom-right-radius: 5%;
	padding-top: 20px;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 15px;
	border-left-style: solid;
	border-left-color: #FFBB43;
	border-left-width: 10px;
}


.homepostimg {
	text-align: center;
}

.homepostimg img {
	max-height: 400px;
}

.welcome p {
    font-size: 18px;
    text-align: left;
}


@media (max-width: 800px) {
  .homepost {
    width: 100%;
  }
  
  .homepostimg img {
	max-height: 100%;
  }
  
  #menu li {
    list-style-type: none;
    display: grid;
    margin-left: 20px;
    margin-right: 40px;
	padding-bottom: 10px;
    font-size: 20px;
  }
}
