:root {
  --body-bg: #ffe7db;
}

.blog-item {
  background-color: white;
}

.container-header {
    background-color: #ee5500;
    background-image: none;
}

.footer {
    background-color: #ee5500;
    background-image: none;
}


/* ----------------   MENU ----------------------- */

.container-header .mod-menu a {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px; 
  padding: 3px 5px;
  colour: #0088cc;
}

.container-header .mod-menu a:hover {
    background-color: #aa3300;
}

/* We need to change the color of the Hamburger Menu because white on white is not good 
.container-header .navbar-toggler {
    color: #0088cc;
    border: 1px solid #0088cc;
} */