img {
	max-width: 100%;
	height: auto;
}

html, body {
	height: 100%;
	width: 100%;
}
body {
	background-color: white;
	font-family: TimesNewRoman;
}

.site-container {
	display: flex;
}

.site-content {
	width: 100%;
	margin-top: 60px;
	margin-left: 400px;
}

.site-title {
	text-align: left;
	margin-bottom: 30px;
	color: #000000;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial;
	text-shadow: 2px 0px;
}

.menu-container {
	position: fixed;
	width: 300px;
	margin-left: 50px;
	margin-right: 50px;
}

.site-title a {
	color: #000000;
}

.list {
	list-style: none;
	color: red;
	margin-top: 30px;
	margin-left: -40px;
}

.list a:hover {
	font-style: italic;
}

.list {
	color: red;
	font-weight: bold;
	font-family: Arial;
	font-size: 24px;
}

.list a {
	color: red;
}

.social-menu {
	color: black;
	font-family: Arial;
	font-weight: normal;
	position: fixed;
    bottom: 1em;
    left: 1em;	
}

.social-menu-list {
	list-style: none;
}

a {
	color: black;
}

a:hover {
	color: red;
	text-decoration: none;
}

.homepage {
	color: black;
	font-style: italic;
	font-family: TimesNewRoman;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: red;	
}

.homepage-images {
	overflow: auto;
	white-space: nowrap;
	padding: 20px;
}


.image {
	color: black;
	font-family: Arial;
	margin-top: 20px;
	display: inline-block;
	justify-content: space-between;
	height: 40%;
	width: 40%;
	text-align: center;
	float: left;
	margin-right: 5%;
}

.homepage-text div {
	width: 15%;
}

@media screen and (max-width: 800px) {
  .homepage-images, .image {
    width: 100%;
	}
}	    

.recepten {
	color: black;
	font-style: italic;
	font-family: TimesNewRoman;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: red;	
}

.lijst-recepten {
	list-style: none;
	color: black;
	font-family: TimesNewRoman;
	font-weight: bold;
	margin-top: 10px;
	justify-content: space-between;
	font-size: 15px;
	position: fixed;
	margin-left: -40px;
}

.stukje-tekst {
	font-family: TimesNewRoman;
}

.ingredienten-titel {
	font-family: TimesNewRoman;
	font-weight: bold;
	font-size: 18px;
	margin-top: 50px;
}

.ingredienten-lijst {
	font-family: TimesNewRoman;
}

.bereidingswijze {
	font-family: TimesNewRoman;
}

.recensies {
	color: black;
	font-style: italic;
	font-family: TimesNewRoman;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: red;	
}

.recensie-categories {
	display: flex;
	font-family: TimesNewRoman;
	font-weight: normal;
	font-size: 20px;
}

.recensie-categories a{
	display: flex;
	align-items: center;
}

.recensie-categories a+a{
	margin-left: 50px;
}	

.recensie-categories a::before {
	content: ' \261E';
	font-size: 36px;
	margin-right: 10px;
	transition: transform 0.1s ease-in-out;
	font-weight: normal;
}

.recensie-categories a:hover::before {
	transform: translateX(5px);

}

.recensie-tekst {
	display: none;
	margin-top: 10px; 
	max-width: 750px;
}

.recensie-button {
	display: block;
	margin-top: 20px;
	border: 0;
	background: none;
	padding: 0;
	color: black;
	font-weight: bold;
}

.recensie-button:hover 
	{color:red;
}

.verhalen {
	color: black;
	font-style: italic;
	font-family: TimesNewRoman;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: red;	
}

.lijst-verhalen {
	list-style: none;
	color: black;
	font-family: TimesNewRoman;
	font-weight: bold;
	margin-top: 10px;
	justify-content: space-between;
	font-size: 15px;
	position: fixed;
	margin-left: -40px;
}

.rinunciari-titel {
	color: red;
	font-family: Chicle;
	text-shadow: 2px 2px #000000;
	font-size: 35px;
}

.rinunciari-tekst {
	max-width: 750px;
}

#HCB_comment_box {
	font-family: TimesNewRoman;
	margin-top: 30px;
	margin-bottom: 50px;
}


h3,
.h3 {
	font-style: italic;
	color: black;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: red;
	font-family: TimesNewRoman;
}

.voetbalcolumns {
	color: black;
	font-style: italic;
	font-family: TimesNewRoman;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: red;	
}

.voetbalcolumns-button {
	display: block;
	border: 0;
	background: none;
	padding: 0;
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
}

.voetbalcolumns-button:hover {
	color:red;
}

.voetbalcolumns-tekst {
	display: none;
	margin-top: 3px;
	margin-bottom: 20px;
	max-width: 750px; 
}

.datum-column {
  font-family: TimesNewRoman;
	font-style: italic;
	font-size: 12px;
	display: inline-block;
	margin-left: 12px;
	font-weight: normal;

}