
/* Show it is fixed to the top */
html {
    position: relative;
    min-height: 100%;
}
body {
    /*   padding-top: 4.5rem; */
    margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
    /*height: 100%;*/
    height: 300px;
}

/* Round bootstrap buttons */
.btn-circle {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
  }
  .btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
  .btn-circle.btn-lg {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
  }
  