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


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}



/*# CUSTOM */

#menu-item-1 > a,
#menu-item-1.active > a {
    background: #537ea6;
} 
#menu-item-2 > a,
#menu-item-2.active > a {
    background: #c67e9b;
} 
#menu-item-3 > a,
#menu-item-3.active > a {
    background: #53a6a6;
} 
#menu-item-4 > a,
#menu-item-4.active > a {
    background: #80a653;
} 
#menu-item-5 > a,
#menu-item-5.active > a {
    background: #a68b53;
}
#menu-item-6 > a,
#menu-item-6.active > a {
    background: #a65353;
}
#menu-item-7 > a,
#menu-item-7.active > a {
    background: #537ea6;
} 
#menu-item-8 > a,
#menu-item-8.active > a {
    background: #c67e9b;
} 
#menu-item-9 > a,
#menu-item-9.active > a {
    background: #53a6a6;
} 
#menu-item-10 > a,
#menu-item-10.active > a {
    background: #80a653;
} 
#menu-item-11 > a,
#menu-item-11.active > a {
    background: #c67e7e;
}
#menu-item-12 > a,
#menu-item-12.active > a {
    background: #a65353;
}


.panel-blauw {
    background-color: #537ea6;
}
.panel-paars {
    background-color: #c67e9b;
}
.panel-groenblauw {
    background-color: #53a6a6;
}
.panel-groen {
    background-color: #80a653;
}
.panel-rood {
    background-color: #a65353;
}
.panel-oranje {
    background-color: #a68b53;
}

.voffset5 { padding-top: 5px; }
.voffset10 { padding-top: 10px; }
.voffset15 { padding-top: 15px; }
.voffset20 { padding-top: 20px; }
.voffset30 { padding-top: 30px; }
.voffset50 { padding-top: 50px; }