body {
	background-color: darkgray;
	background-image: url(mocha_grunge.png);
	font-family: calibri;
	color: gray;
	margin: 0px 0px 0px 0px;
	
}

h1, h2, h3, h4, h5, h6, p, a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	max-width: 100%;
	height: auto;
}
	
div {
	padding: 0px 0px 0px 0px;
}

/* tegels */
article {
  max-width: 96%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 0px;
}

div.tegel_wit {
	background-color: white;
	background-image: url(subtle_grunge.png);
	padding: 15px 15px 15px 15px;
	border-radius: 0.3em;
	box-shadow: 0em 0em 1em black;
	color: gray;
}	

div.tegel_item {
	
}	

/* zontijden klok */
.zontijden_wijzer {
  border-radius: 50%;
  background: url(zon_pie.png) no-repeat center;
  background-size: 98%;
  padding-bottom: 100%;
  position: relative;
}

.zontijden_wijzer_bol {
  background: #e31a1c;
  border-radius: 60%;
  position: absolute;
  left: 48%;
  top: 48%;
  width: 4%;
  height: 4%;
  z-index: 10;
}

#minuten_container {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 1%;
  left: 1%;
}

#minuten_wijzer {
  background: #e31a1c;
  height: 40%;
  left: 49.5%;
  position: absolute;
  top: 10%;
  width: 1%;
}
/* =========== */

/* kop en voet */

div.kop {
	background-color: black;
	color: gray;
}

div.voet {
	color: white;
}

h1 {
  text-align: center;
}

p {
  font-size: 1.1em;
}

hr {
  margin: 0px 0px 0px 0px;
  
}

button {
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  overflow: hidden;
  outline:none;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.labelbutton {
  border: none;
  color: white;
  width: 100%;
  background-color: gray;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* === kolommen === */
.column {
  float: left;
  width: 33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* ================ */


/* ===== klok ===== */
.klok {
  text-align:center;
  font-size: 60px;
  font-family: courier;
  font-weight: bold;
  color: black;
}

.datum, .dag {
  text-align:center;
  font-size: 40px;
  font-family: courier;
  font-weight: bold;
}
/* ================= */
