﻿body {
    padding-top: 65px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* fixed height for maps */
.google-map {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
}

.google-map-full {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    height: 90vh;
    border: 0px;
}

.fab-container {
    position:fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-col-6 {
    flex: 0 0 45%;
    margin: 8px;
}