﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    body { 
        padding-top: 40px; 
        padding-bottom: 12px; 
    }
    .body-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* Set width on the form input elements since they're 100% wide by default */
/* HELL NO!  THIS IS VERY LIMITING! */
/*input,
select,
textarea {
    max-width: 280px;
}*/
