/* Enter Your Custom CSS Here */
body {
	background-color: #EEEEEE;
	color: #eee;
	color: rgba(0, 0, 0, .7);
	font-size: 1.0em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
}
#navigation {
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
	font-family: times,'Raleway', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	}
h1.headline{ 
	background:url(https://cromberge.nl/wp-content/themes/swell-lite/images/h1_crombergelogo.png) no-repeat;
	font: 24px 'Lobster', Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	margin: 0; 
	padding:0 0  0 35px;}
.article h1:first-child + p,
.article > p:first-child,
.article span + p {
	color: #333333;
	font-family: 'Droid Serif';
	font-size: 0.9em;
	line-height: 1.6;
}
blockquote {
	color: #333333;
	font-family: 'Droid Serif', Georgia, Times, serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.4;
	margin: 20px 0px;
	padding: 20px;
	border-top: 1px solid #dddddd;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-bottom: 1px solid #dddddd;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}	
table, tbody, tr, td, th {background:#fff;}
table td, .wp-block-table td {
     border-left: 1px solid #ccc;
    border-right: 1px;
    border-bottom: 1px;
    box-sizing: border-box;
}
input[type=button], input[type=submit], input[type=reset] {
  border-radius: 10px;
  background: linear-gradient(to bottom, #b0e054, #649900) !important;
   border: none;
   color:#ffffff;
   text-align: center;
   font-size: 18px;
		text-transform:none;
		font-weight:bold;
   padding: 5px;
   width: 200px;
   }
input[type=button], input[type=submit]:hover {
		background-color: #649900;}
@media handheld, only screen and (max-width: 1023px){
.postarea.full .article {
    padding: 10%;
}
		.postarea.full .article {padding:10%}
    /* padding:96px 18%;*/
}


