/* user.css voor dezwaan-alkmaar.nl  */


.container-header .mod-menu {
  justify-content: safe center;
  color: #e32219;
  font-size: calc(1rem + 0vw);
  background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(200,200,200,1) 100%);
  padding: 0px 0px 0px 0px;
  margin: 1px;
  font-weight: bold;
}

.container-nav {
    justify-content: center !important;
}
/*om het hamburgernebu een kleur te geven tegen de witte achtergrond */
.container-header .navbar-toggler {
  background: #e32219;
}





h1, .h1 {
  font-size: calc(1.3rem + 0.6vw);
  color: #e32219;
}


h2, .h2 {
  font-size: calc(1.2rem + 0.1vw);
  color: #043d66;
}

h3, .h3 {
  font-size: calc(1.0rem + 0.1vw);
  color: #043d66;
}




p, .p {
  color: #043d66;
}


a {
  color: #043d66;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #e32219;
  text-decoration: underline;
}



.site-grid {
    background: linear-gradient(180deg, rgba(85,148,184,1) 0%, rgba(244,246,247,1) 100%);
}

.header {
    background: #5594b8;
}

.grid-child {
    padding: 3px 15px;
    background-color: white;
}

.footer {
  background-color: #f4f6f7;
}