/*
Theme Name: 2016 Child theme
Version: 1.0
Description: A child theme of Twenty Sixteen
Template: twentysixteen
Author: Lars Axelsson
*/
@import url("../twentysixteen/style.css");
/* Your arsehole customization starts here */

/* genomskinlighet*/
.site {
opacity: 0.9;
}

h1.entry-title {
display: none;
}


#masthead {
padding-top: 12px !important;
padding-bottom: 12px !important;
}

.widget {
	background: whitesmoke;
	padding: 10px;
}

.widget .widget-title {
	color: #eb2f2f;
	margin-bottom: 1em;
}

.widget .widget-text {
	color: #eb2f2f;
}
.widget ul {
	color: #eb2f2f;
}

.textwidget h3 {
	margin-top: 1em;
	font-weight: 700;
}

.entry-content h1 {
	color: black;
}

.entry-content {
    float: left;
}

#site-generator {
    display: none;
}

.entry-footer {
    display: none;
}

.post-navigation {
    display: none;
}


 body,
 button,
 input,
 select,
 textarea {
     color: black;
     font-family: 'Open Sans', Sans-serif;
     font-size: 15px;
     font-size: 1rem;
     line-height: 1.75;
	 font-weight: bold;
 }

