﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* 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;
    }
}

.navbar {
    -webkit-box-shadow: 0px -1px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -1px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 0px -1px 5px 1px rgba(0,0,0,0.5);
}

    .navbar a {
        color: black;
    }

body, html, .body-content, #map {
    width: 100%;
    height: 100%;
}

body {
    padding-top: 0;
}

.body-content {
    padding: 0;
}

/*
#map div[style*="bottom: 0px"] {
    border-bottom: 60px solid rgba(0,0,0,0);
}*/

.i_text {
    font-weight: bold;
}

.i_banner {
    -o-object-fit: cover;
    object-fit: cover;
    align-self: center;
    text-align: center;
    width: 32em;
    height: 9em;
}

.i_download {
    font-size: large;
    font-weight: bold;
    text-align: center;
    margin-top: 2em;
}

.app_link > img {
    object-fit: contain;
    width: 8em;
    height: 4em;
    margin-right: 1em;
}

.app_link2 > img {
    object-fit: contain;
    width: 12em;
    height: 7em;
    margin-right: 1em;
}

.modal .modal-popout-bg {
    background: url("/images/mock.png");
    font-family: 'Righteous', serif;
}

.table {
    display: table;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.splash, .features > li:before {
    text-shadow: 0px 0px 6px #000;
}

.hgrad {
    background: linear-gradient(90deg, rgba(0,0,0,0.4), rgba(0,0,0,0));
}

.features {
    font-size: x-large;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

    .features > li {
        margin-top: 0.1em;
    }

.features {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
}

    .features > li:before {
        content: '\2022     ';
    }

.close {
    font-family: sans-serif;
}
