@font-face {
    font-family: 'cabinsemibold';
    src: url('fonts/cabin-semibold-webfont.woff2') format('woff2'),
         url('fonts/cabin-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alfa_slab_oneregular';
    src: url('fonts/alfaslabone-regular-webfont.woff2') format('woff2'),
         url('fonts/alfaslabone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cabinregular';
    src: url('fonts/cabin-regular-webfont.woff2') format('woff2'),
         url('fonts/cabin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.clear{
    clear: both;
}

.bg {
    background-image: url(../images/bg1.jpg);
    background-size: contain;
    background-attachment: fixed;
}

.img {
    width: 80%;
}

.poster{
    display: none;
}

.bgRed {
    background-color: rgba(107, 21, 50, .95);
    padding: 25px 0;
}

.bgRed1 {
    background-color: rgba(107, 21, 50, .95);
    padding: 25px 0;
}

.bgPink {
    background-color: rgba(178, 32, 78, .95);
    padding: 25px 0;
}

aside {
    background-color: rgba(80, 26, 44, .95);
    padding: 25px 0%;
    font-family: 'alfa_slab_oneregular';
    font-size: 1.50em;
    letter-spacing: 2px;
    text-align: center;    
}

ul li a:link {
    text-decoration: none;    
}

ul li a:visited {
    
}

ul li a:hover {
    color: white;
    text-decoration: underline;
}

ul li a:active {
    
}

ul li a{
    color: #ffc000;
    line-height: 1.75em;
}

blockquote {
    font-family: 'alfa_slab_oneregular';
    color: #ffc000;
    text-shadow: 2px 2px 5px #000;
    font-size: 2em;
    letter-spacing: 2px;
    line-height: 1.25em;
    margin: 50px 10%;
    text-align: center;
}

.quote {
    font-family: 'alfa_slab_oneregular';
    color: #ffc000;
    text-shadow: 2px 2px 5px #000;
    font-size: 1.25em;
    letter-spacing: 2px;
    text-align: right;
    margin: 0px 15% 50px 10%;
}

h3{
    text-align: left;
    font-family: 'alfa_slab_oneregular';
    letter-spacing: 2px;
    font-size: 2em;
    color: #ffc000;
    text-shadow: 2px 2px 5px #000;
    padding-bottom: 25px;
    margin-left: 5%;
}

.p1{
    margin: 0px 15% 25px 10%;
    color: white;
    font-family: 'cabinregular';
    font-size: .9em;
    letter-spacing: 1px;
    line-height: 1.2em;  
}

.castList{
    font-family: 'cabinregular'; 
}

.castList h4{
    color: #fcc000;
    font-family: 'alfa_slab_oneregular';
    font-size: 1.25em;
    letter-spacing: 2px;
    margin: 0 0 25px 10%;
}

.castList p{
    width: 50%;
    float: left;
}

table {
    width: 80%;
    margin: 0 12% 0 15%;
}

table td{
    padding: 5px 3%;
}

table tr td:first-child{
    color: #ffc000;
}

table tr td:last-child{
    color: white;
}

@media (min-width:800px){
    aside{
        width: 40%;
        float: left;
    }
    
    .bgPink{
        height: 500px;
        position: relative;
    }
    
    .bgRed{
        height: 500px;
        position: relative;
    }
    
    .bgRed1{
        width: 60%;
        height: 336px;
        float: left;
        position: relative;
    }
    
    .p1{
        width: 50%;
    }
    
    .castList{
        width: 50%;
    }
    
    .poster{
        display: inline-block;
        width: 35%;
        float: left;
        position: absolute;
        max-width: 300px;
        top: 50px;
        right:5%;
    }
}

@media (min-width: 1000px){
    blockquote {
        font-size: 3vw;
    }
    
    .quote {
        font-size: 1.5vw;
    }
    
    h3{
        font-size: 4vw;
    }
    
    .castList h4{
        font-size: 2.5vw;
    }
    
    .castList {
        font-size: 1.75vw;
    }
    
    .p1{
        font-size: 1.75vw;
    }
    
}

@media (min-width: 1400px) {
    #container {
        width: 1400px;
        margin: auto;
        box-shadow:0px 0px 1000px 1000px rgba(60, 6, 24, .95);
    }
    
    blockquote {
        font-size: 2.5em;
    }
    
    h3 {
        font-size: 3em;
    }
    
    .castList h4 {
        font-size: 1.5em;
    }
    
    .castList {
        font-size: 1.25em;
    }
    
    .p1 {
        font-size: 1.25em;
    }
}

    
    