﻿body {
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}

/* 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;
}

.gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .gallery li {
        margin: 20px;
        padding: 0;
        float: left;
        position: relative;
        width: 212px;
        height: 175px;
    }

    .gallery a {
        text-decoration: none;
        color: #666;
    }

        .gallery a:hover {
            color: #000;
            text-decoration: underline;
        }

    .gallery img {
        padding: 20px 35px 35px 15px;
    }

    .gallery em {
        width: 216px;
        background: url(Images/gold-frame.png) no-repeat;
        display: block;
        position: absolute;
        top: -2px;
        left: -2px;
        text-align: center;
        font-family: 'Montserrat';
        padding-top: 168px;
    }