/*
Theme Name:     FSP
Description:    Twenty Sixteen Child Theme
Author:         Sebastien Bilavarn
Template:       twentysixteen
*/

@import url("../twentysixteen/style.css");

body,
button,
input,
select,
textarea {
	color: #F2F2F2;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

a {
	color: #FFFFFF; /* Text color */
}

.site-description {
	color: #E7DED4;
}

.site {
	/*background-color: #202020; */
	background: rgb(32, 32, 32); /* Semi transparent background + fallback */
	background: rgba(32, 32, 32, 0.0); 
}

.site-header {
	/*background-color: #202020; */
	background: rgb(32, 32, 32); /* Semi transparent background + fallback */
	/*background: rgba(32, 32, 32, 0.5); */ 
	background: rgba(32, 32, 32, 0.0); 
}

.hentry {
	/*background-color: #202020; /* Post panel */
	background: rgb(32, 32, 32); /* Semi transparent background + fallback */
	/*background: rgba(32, 32, 32, 0.5); */ 
	background: rgba(32, 32, 32, 0.0); 
	color: #E7DED4; /* Text */
}

.site-branding .site-title a {
	color: #F2F2F2;
}

.entry-title a {
	/*color: #E7DED4;*/
	color: #f2f2f2;
}

.widget { /* Widget top separator */
	border-top: 4px solid #404040;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.post-navigation a {
	color: #E7DED4; /* previous / next */
	display: block;
	padding: 1.75em 0;
}



.pagination {
	background-color: #202020; /* Page navigation */
}

.site-footer {
	background-color: #202020 /* Bottom panel */;
}


blockquote {
	border: 0 solid #F2F2F2;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

.rounded-image {
  border-radius: 5px;
}