/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

a { color:#E41F25; }
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {


  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
.rectificatie { margin-top:100px; }
h1 {font-size:30px; }

.logocont { text-align:center;padding-top:100px; }
@media (max-width: 480px) {
	.logocont { padding-top:100px; }
	.logocont img { max-width:240px;height:auto; }
}

