.container {
  max-width: 960px;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.btn {
  background-color: #DD2619;
  border-color: #DD2619;
}
.hero-text {
  background: #DD2619;
}


.btn-primary:hover {
  background: #fff;
  color: #DD2619;
  border-color: #DD2619;
}
.bg-light {
  background: #666 !important;
}
.hero-text .btn {
  background: #fff;
  color: #DD2619;
  border-color: #fff;
  margin-top: 20px;
}