﻿html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    position:relative;
}
.bg {
    background: white url('../Images/mcdowntown.jpg') no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.bg-overlay {
    background-color: rgba(255,255,255,.5);
    backdrop-filter: blur(5px);
    background-size: cover;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

