/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://localhost/wordpress/twente-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Jelle Sijtsma
 Author URI:   
 Template:     twentysixteen
 Version:      1.0.0
 Text Domain:  twenty-sixteen-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-size: 0.95rem;
	line-height: 1.75;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
	color: #e5007c;
}

.widget {
	/*border-top: 1px solid #686868;*/
	border-top: 1px solid #e5007c;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

hr {
	background-color: #e5007c;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

#masthead.site-header {
  padding-top: 0.1em;
}