.jumbotron {
  background-image: url("images/gebouw.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-swpnl {
  background-color: #aa1a1e;
  color: #fff;
}

.btn-outline-swpnl {
  color: #aa1a1e;
  border: 1px solid #aa1a1e;
}

.banner-background {
  height: 100%;
  width: 100%;
  margin: auto;
  padding: 25px;
  border-radius: 0.2em;
  background-color: white;
}

.m-b-25 {
  margin-bottom: 25px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-110 {
  margin-bottom: 110px;
}
.m-b-55 {
  margin-bottom: 55px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-25 {
  margin-top: 25px;
}

.mg-t-n35 {
  margin-top: -35px;
}

.mg-t-n55 {
  margin-top: -55px;
}

.marketing-column {
  padding-top: 25px;
}

.marketing-title {
  margin-top: 25px;
}

#marketing-svg {
  background-color: #aa1a1e;
  width: 75px;
  height: 75px;
  border: 18px solid #aa1a1e;
  color: white;
  font-size: 2rem;
}

.marketing-svg-circle {
  border-radius: 100%;
}
.content-title-white {
  color: #fff;
}

.content-title {
  color: #aa1a1e;
}

.row-content {
  padding: 50px;
}

/* Projects  */
.project-card {
  height: 230px;
}

.project-button {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

/* sub content with background  */
.sub-content-background {
  background-color: #000;
  color: white;
  width: 100%;
}

/* Service Content */
.service-content h5 {
  color: #aa1a1e;
}

.content-red {
  color: #aa1a1e;
}

/* Footer */
footer {
  background-color: black;
  color: white;
}

.bordered-image {
  border-top: 2px solid #aa1a1e;
  border-left: 2px solid #aa1a1e;
  border-right: 2px solid #aa1a1e;
}

/* NAV */
.my-nav {
  height: 75px;
}

.nav-logo {
  height: 70px;
  width: auto;
}

.voordelen-wrap {
  list-style-type: none;
}

@media screen and (max-width: 991px) {
  .nav-logo {
    margin-top: -11px;
  }

  .nav-coll-swpnl {
    background-color: white;
    width: 100%;
    margin-top: -5px;
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 16px;
    padding-bottom: 16px;
  }
}
