#carousel-1 {
  width: 100%;
  max-height: 700px;
}

body {
  margin-bottom: 60px;
}


.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;

}


.container.rounded.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: white;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
}

html {
  position: relative;
  min-height: 100%;
}

.text-green-dark {
  color: green;
}

.bg-green-dark {
  background-color: green;
}

a {
  color: green;
}
