﻿body {
    padding-top: 40px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        body {
            padding-top: 40px;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        body {
            padding-top: 100px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        body {
            padding-top: 40px;
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        body {
            padding-top: 40px;
        }
    }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#TopRow {
    margin-top: 10px;
}

#PageHeader {
    padding-top: 0px;
    margin-top: 0px;
}

#HomeJumbo{
    padding:0px;
    background-color:transparent !important;
}

#HomepageHeader{
    font-size:x-large;
}

#HomepageHeader small{
    color:black;
}