body {
    font-family: Calibri;
}

.container {
    /* default from bootstrap = 1140px */
    max-width: 1140px;
}

h3 {
    font-weight: bold;
}

.ds-color--accent-00 {
    color: #E7193D;
}
.ds-bg--accent-00 {
    background-color: #E7193D;
    color: white;
}
button.ds-bg--accent-00:hover {
    background-color: hsl(346,76%,29%);
    color: white;
}
.ds-border--accent-00 {
    border-color: #E7193D;
}
button.ds-border--accent-00:hover {
    border-color: hsl(346,76%,29%);
}
.ds-color--accent-01 {
    color: #E7193D;
}
/*hsl(346,76%,29% */
.ds-bg--accent-01 {
    background-color: #fff;
    color: #E7193D;
}
button.ds-bg--accent-01:hover {
    background-color: hsl(346,76%,29%);
    color: #fff;
}
.ds-border--accent-01 {
    border-color: #fff;
}
button.ds-border--accent-01:hover {
    border-color: hsl(346,76%,29%);
}
.ds-footer {
  min-height: 200px;
}
.ds-img {
  min-height: 100px;
  min-width: 200px;
  display: inline-block;
  background-repeat: no-repeat;
}
.ds-img-header--left {
  background-image: url("logo_breda.jpg");
  background-size: contain;
}
.ds-img-banner {
    min-width: 100%;
    min-height: 400px;
    background-image: url("Foto_2638.jpg");
    background-size: contain;
    background-position-x: center;
    margin-bottom: 24px;
}
.card-header {
  font-size: 1.5rem;
}
a {
    color: #000;
    text-decoration: none;
}
    a:hover {
        color: #000;
        text-decoration: underline;
    }
    a.ds-color--accent-00 {
        color: #E7193D;
        text-decoration: none;
    }
    a.ds-color--accent-00:hover {
        color: #E7193D;
        text-decoration: underline;
    }
.ds-nowrap {
  flex-wrap: nowrap;
}

/*# sourceMappingURL=ggd-aa-landing.css.map */
