﻿#content {
    padding-top: 0px;
}

/* • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • */

#homepage-messages {
    padding: 8px;
    background-color: #eee;
    border-bottom: 2px solid #666;
}
    #homepage-messages a {
        margin: 0px 4px;
    }
    #homepage-messages span {
        margin-right: 4px;
    }

/* • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • */

#main-photo {
    height: 256px;
    background: top center no-repeat;
    background-image: url('/Content/Public/Home/Images/main-photo-capitol-sm.jpg');
    background-color: #333;
    border-bottom: 4px solid #aaa;
}

@media (min-width: 992px) {
    #main-photo {
        background-image: url('/Content/Public/Home/Images/main-photo-capitol.jpg');
        background-size:cover;
        background-position: bottom;
        height: 400px;
    }
}

/* • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • */

.page-message {
    margin-top: 16px;
}

#main-photo-content {
    padding: 16px 0px;
    background-color: rgba(0, 0, 0, .4);
}

.main-photo-content-text {
    padding-right: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    /* CSS3 */
    text-shadow: 2px 2px 0px #000;
}

#main-photo-content .btn {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: bold;
    /* CSS3 */
    border-radius: 32px;
}

@media (max-width: 991px) {
    #main-photo-content .btn {
        padding: 8px 16px;
        font-size: 16px;
    }
}

#training-video {
}

/* • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • */

@media (min-width: 768px) {
    #featured-content {
    }
}

/* • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • */

#registrations {
    padding: 16px 0px;
}
    #registrations h4 {
        padding-bottom: 8px;
        border-bottom: 2px solid #ccc;
    }

@media (min-width: 992px) {
    #registrations {
        margin-top: 16px;
    }
}

/* • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • */

.home-featured-item {
    margin-top: 16px;
    border: 1px solid #776;
    border-bottom-color: #998;
    border-bottom-width: 4px;
    /* CSS3 */
    border-radius: 8px;
}
.home-featured-item-header {
    margin: 0px;
    padding: 16px;
    background-color: #dad7ce;
    border-top: 1px solid #ffe;
    color: #776;
    /* CSS3 */
    border-radius: 8px 8px 0px 0px;
    text-shadow: 1px 1px #fff;
}
    .home-featured-item-header > h3 {
        margin: 0px;
        font-weight: bold;
    }
.home-featured-item-body {
    padding: 16px;
    background-color: #fff;
    /* CSS3 */
    border-radius: 0px 0px 8px 8px;
}
    .home-featured-item-body h4 {
        font-size: inherit;
    }

@media (min-width: 768px) {
    .home-featured-item-body {
        height: 360px;
    }
}
@media (min-width: 1200px) {
    .home-featured-item-body {
        height: 300px;
    }
}



/* • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • */

#login-links {
    margin: -6px 0px 12px 0px;
}