.gap {
  height: 13rem;
  width: 100%;
  background-image: url(../assets/img/kacinetwhitebackground.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
 background-size: contain;
}
.maincontent {
  background-image: url(../assets/img/portfolio/wiring.jpg);
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;
}
#cities .modal-body .row .col .card .card-body {
background-color: #d3d7de;
}
#contact {
  background-color: inherit;
}
#contact .modal-content {
/*  background-color: #6c93a1;*/
  background-image: url(../assets/img/about/kacinetvan.jpg);
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;

  border-radius: 30px;
}
#contact .modal-content .modal-body {
  background-color: #689aab;
  border-radius:10px 100px / 120px;
}