body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh; /* Use height insted of min-height for IE 10/11. */
}

main {
    background: url('images/downtown-gatlinburg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 1px solid grey;
    /* Prevent shrinking the main area in IE 10/11. */
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

footer {
    background-color: gainsboro;
    border-top: 1px solid grey;
    width: 100%;
    padding: 1rem 0;
    margin-top: auto;
}

    footer .col {
        text-align: center;
    }

h1 {
    font-size: 23px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 15px;
}

#breadcrumbs {
    margin-left: 25px;
    line-height: 30px;
    font-weight: bold;
}

    #breadcrumbs a {
        font-weight: bold;
        text-decoration: none;
    }

#content-heading {
    margin-left: 25px;
}

    #content-heading h1 {
        margin: 0 0 10px 0;
    }

#geo-site .site img {
    width: 100%;
}

#geo-site .site {
    padding-bottom: 25px;
}

.toolbar a {
    margin-right: 20px;
}

.container.non-home {
    background-color: white;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}

#live-stream, .logo img {
    width: 100%;
}

.listing-item {
    padding-bottom: 35px;
}

.fb_iframe_widget span {
    vertical-align: baseline !important;
}
