﻿/* Images centered */
.carousel-inner img {
  width: 100%; /* scales image within carousel */
  margin: auto;
}
/* Google Maps */
#map-container { 
    height: 400px 
}
