#splash { text-align: center }
.rounded {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* This class is given to a div that surrounds a title and a photo / video to ensure that the title background is encapsulated. */
.title-template {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    padding-top: 5px;
}
/* For links to line up centrally in the case of one-offs. e.g. under a video to link to photo page. */
a.central-link {
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    color: #333;
    display: block;
    font-size: 15px;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    transition: color 0.4s;
    width: 30%;
}
a.central-link:hover {
    color: #ccc;
    text-decoration: none;
}
#highlights {
    margin-bottom: 30px;
    margin-top: 30px;
}
#copyright p {
    clear: both;
    color: #333;
    font-size: 80%;
    margin-bottom: 50px;
    text-align: center;
}
.snow-backdrop {
    background: url("http://images.snapdragonsnursery.com/splash/images/snow-backdrop.jpg") no-repeat scroll;
    padding: 10px;
    width: 100%;
}
/* Feature boxes */
.feature-boxes {
    height: 200px;
    margin: 20px 0px;
}
    .feature-boxes .feature-list {
        margin: 0;
        padding: 0;
    }
        .feature-boxes .feature-list .feature-box {
            float: left;
            list-style: none;
            padding: 0px;
            position: relative;
            text-align: center;
            width: 313px;
        }
.feature-box .play {
    background: url("http://images.snapdragonsnursery.com/global/images/video_play_button.png") no-repeat scroll 0 0 transparent;
    height: 37px;
    left: 137px;
    opacity: 0.5;
    position: absolute;
    top: 71px;
    width: 38px;
    z-index: 1;
}
.feature-box a:hover .play {
    background-position: 0 100%;
    opacity: 0.75;
}
