

/* Show it is fixed to the top */
body {
	min-height: 75rem;
	padding-top: 8rem;
	}
	
	/* Show it is fixed to the top */
section {
	min-height: 75rem;
	padding-top: 8rem;
  }

#map {
		height: 400px;
		width: 100%;
	 }

.carousel-indicators {
		bottom:-50px;
	}
	
	.carousel-indicators {
    li {
      text-indent: 0;
      margin: 0 2px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      background-color: #999;
      transition: all 0.25s ease;
      &.active, &:hover {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: #337ab7;        
      }
    }
}
	