/* Elhamdulillah */

@media screen and (max-width: 768px) {
  .halalhamburger {
    visibility: visible;
  }
}

@media screen and (min-width: 769px) {
  .halalhamburger {
    visibility: hidden;
  }
}

.halalhamburger {
  overflow: hidden;
  background-color: #333;
  position: relative;
  left: 0;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.halalhamburger #hammenu {
  display: none;
}

/* Style navigation menu links */
.halalhamburger a {
  color: #FFA5AB;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  display: block;
}

/* Style the hamburger menu */
.halalhamburger a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.halalhamburger a:hover {
  background-color: #FFA5AB;
  color: #333333;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #FFA5AB;
  color: #FFA5AB;
}

/* Blush Roze: #FFA5AB
Napels Yellow: #efde93
Verdigris: #28AFB0
Koolstof Zwart: #333333
Donker Zwart: #1C1C1C

 Elhamdulillah */