body.site {
	background: #b39d88;
	background-image: url(../../../../../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

h2, .h2 {
  font-size: calc(1.325rem + 0.1vw);
}

div {
  background-color: #b39d88;
}
.container-header {
    background-color: #b39d88;
    background-image: none;
    font-size: 10px;
}


/* Menu */

/* Override the lila background with white */
.container-header {white;
    background-image: none;
}

/* Text should now be black */
.container-header .mod-menu {
        color: #000000;
  		background-color: #E9E3DE;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; 
    padding: 3px 15px;
}


/* We add padding and radius so that on hover there is a nice background */
.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 15px;
    background-color: #E9E3DE;
    color: #222222;
   font-size: 15px;
    }

/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
    background-color: #cccccc;
    color: #ffffff;
}

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
    color: #222222;
    border: 1px solid #222222;
    background: white
}
/* We add padding and radius so that on hover there is a nice background */
.container-sidebar-left .mod-menu a {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; 
    color: #222222;
    background: #E9E3DE;
  font-size: 15px;
      }
/* On hover there should be a gray background*/
.container-sidebar-left .mod-menu {
  -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; 
    background-color: #E9E3DE;
    color: #222222;
   }

/* On hover there should be a gray background*/
.container-sidebar-left .mod-menu a:hover {
    background-color: #cccccc;
    color: #ffffff;
}
