/*
Theme Name: Twenty Sixteen Child
Description: Custom modification of the Twenty Sixteen theme.
Author: Marries van de Hoef
Author URI: http://www.marries.nl
Version: 1.0.0
Template: twentysixteen
*/

#page{
	background-color: rgba(255,255,255,0.80);
}

.cat-links, .tags-links{
	display: none !important;
}

body .site-inner {
	max-width: 1450px;
}

body .site-title {
	font-size: 3.5rem;
	margin-right: 1.5em;
}

body .site-branding {
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}

abbr[title] {
	text-decoration: none;
}

.main-navigation .menu-item {
	background-color: black;
}

.menu-item a {
	color: white;
}

body .main-navigation ul ul::after {
	border-color: #000 transparent;
}

.dropdown-toggle::after {
	color: white;
}

.main-navigation a {
	padding-left: 0.84375em;
}