body > .container {
    padding-top: 60px;
}

/* CAROUSEL
-------------------------------------------------- */

.carousel {
    margin-bottom: 4rem;
}
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    padding: 1em;
    border-radius: 1em;
}
.carousel-item {
    height: 32rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.contact-main {
    margin-top: 5.5em;
}

.maps iframe {
    width: 100%;
    height: 5em;
}


/*.footer {*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*!*padding:1rem;*!*/
    /*width: 100%;*/
    /*!* Set the fixed height of the footer here *!*/
    /*!*height: 60px;*!*/
    /*!*line-height: 60px; !* Vertically center the text there *!*!*/
    /*background-color: #f5f5f5;*/
/*}*/

/* Contact Page
-------------------------------------------------------------*/

#map-container-7 {
    /*width: 100%;*/
    height: 400px;
    background-color: cornflowerblue;
}


/* button enhancements
---------------------------------------------------------------*/

.btn-xl {
    padding: 18px 28px;
    font-size: 3rem; //change this to your desired size
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}
