body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #990000;
}

#page {
    background-color: #ffffff;
}

#content {
    margin-top: 41px;
}
.navbar-fixed-top {
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
caption,
th,
.brand {
    font-family: Georgia, serif;
}

caption {
    padding: 8px;
}

img.boxart.pull-right {
    margin: 8px 0 0 8px;
}

img.pull-left {
    margin: 8px 8px 0 0;
}

.film form {
    margin-bottom: 8px;
}

.film {
    border-bottom: 1px solid #aaa;
    margin-bottom: 16px;
}

.start,
.end {
    font-weight: bold;
}

.navbar .brand {
    color: #900;
}

.quick-links {
    margin: 0;
}

.quick-links a {
    margin-top: 5px;
}

a {
    color: #900;
}

th,
caption {
    text-align: left;
}

#datelabel {
    display: none;
}

p.btn-group {
    margin-top: 10px;
    margin-bottom: 0;
}

@media(max-width: 979px) {
    #content {
        margin-top: 0px;
    }

    body {
        padding-top: 0px;
    }

    h1 {
        font-size: 30px;
    }
    h2 {
        line-height: 25px;
        font-size: 22.5px;
    }
    h3 {
        line-height: 25px;
        font-size: 20px;
    }
    h4 {
        line-height: 20px;
        font-size: 18px;
    }
}

@media(max-width:767px) {
    body {
        padding-right: 0px;
        padding-left: 0px;
    }    

    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        margin-right: -10px;
        margin-left: -10px;
    }
    
    #page {
        padding-right: 10px;
        padding-left: 10px;     
    }
}

@media(max-width: 480px) {
    h1 {
        line-height: 30px;
        font-size: 25px;
    }
    h2 {
        line-height: 25px;
        font-size: 22.5px;
    }
    h3 {
        line-height: 25px;
        font-size: 20px;
    }
    h4 {
        line-height: 20px;
        font-size: 18px;
    }
    .dirs {
        width: 49%;
        float: left;
    }
    .acts {
        width: 49%;
        float: right;
    }
}
