.navlink {
    color: #999999;
    margin-right: 40px;
    font-size: 16px;
}

    .navlink:last-child {
        margin-right: 0;
    }

.header-container {
    margin-top: 20px;
}


a.film-title,
a.film-title:visited,
.film-title {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.film-description {
    font-family: serif;
    color: #999999;
    font-size: 13px;
}

.film-details {
    text-align: center;
    padding: 20px 0 20px 0;
}

.nav-links {
    margin: 10px 0 50px 0;
    text-align: center;
}

.film-page-title {
    font-family: Georgia, serif;
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px 0;
}

.film-page-details {
    font-family: Georgia, serif;
    text-align: center;
    font-size: 16px;
    max-width: 670px;
    margin: 30px auto 150px auto;
}


.video-container {
    position: relative; /* keeps the aspect ratio */
    padding-bottom: 56.25%; /* fine tunes the video positioning */
    padding-top: 60px;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (max-width: 1200px) {
    .film-image img {
        margin: auto;
    }

    .film-details {
        padding: 10px 0 30px 0;
    }

    .nav-links {
        margin: 10px 0 25px 0;
    }
}

@media (max-width: 670px) {
    .film-page-details {
        margin: 30px 10px 100px 10px;
    }
}

/* Stylesheet: nelio Modified On 2013-11-23 12:04:17 */
