/* ===========================================
   BACKGROUND (RESPONSIVE)
   =========================================== */
body {
    background: url(../images/live_back0.jpg) no-repeat fixed;
    background-size: cover;      /* better for all screens */
    background-position: center;
    color: #e9e8eb;
    overflow-x: hidden;
}


/* ===========================================
   LEFT-SIDE NAVIGATION (DESKTOP)
   =========================================== */
div.navi {
    position: fixed;
    left: 8%;
    top: 20%;
    width: 17%;
}

/* h1 {
    font-family: 'Blackadder ITC', 'Monotype Corsiva', 'Luminari',
                 'Noteworthy', 'arial narrow';
    text-align: left;
    font-size: 41px;
} */

hr.navi {
    width: 230px;
    margin-bottom: 15px;
}

p.navi {
    padding-bottom: 10%;
    font-size: 17px;
    line-height: 1.3em;
}

li.navi {
    list-style-type: none;
    text-align: center;
    padding: 2px 0;
}

a.navi {
    display: block;
    color: #e9e8eb;
    text-decoration: none;
    border: 1px solid #e9e8eb;
    margin: 10% 0;
    padding: 10px 0;
}


/* ===========================================
   RIGHT-SIDE CONTENT (DESKTOP)
   =========================================== */
div#text {
    float: right;
    margin: 6% 8% 0 8%;
    width: 60%;
    padding-bottom: 80px;
}


/* ===========================================
   TABLE / TEXT STYLES
   =========================================== */
table {
    border-spacing: 0;
}
td { padding: 0; }

td.year {
    padding-left: 5px;
    padding-right: 20px;
    vertical-align: top;
    font-size: 20px;
}

th {
    font-size: 20px;
    text-align: left;
    vertical-align: top;
}

td.schedule {
    font-size: 14px;
    color: #828282;
}

img.ticket,
img.dvd {
    width: auto;
    height: 40px;
}

h2 { font-size: 30px; }

p.pink {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 18px;
}

th.mark {
    padding-right: 10px;
    padding-top: 5px;
}

th.title {
    font-size: 22px;
    text-transform: uppercase;
}

td.date {
    padding-bottom: 20px;
    font-size: 16px;
    color: #828282;
}



/* ===========================================
   RESPONSIVE FIXES
   =========================================== */

/* -------- Tablets (1024px ↓) -------- */
@media (max-width: 1024px) {

    div.navi {
        left: 4%;
        top: 18%;
        width: 22%;
    }

    div#text {
        width: 68%;
    }

    h1 { font-size: 36px; }
}


/* -------- Tablets / Large Phones (768px ↓) -------- */
@media (max-width: 768px) {

    /* Sidebar becomes normal block */
    div.navi {
        position: relative;
        width: 90%;
        margin: 120px auto 20px auto;
        left: 0;
        top: 0;
        text-align: center;
    }

    hr.navi { margin-left: auto; margin-right: auto; }

    /* Navigation links */
    a.navi {
        margin: 6% auto;
        width: 60%;
        padding: 12px 0;
        font-size: 18px;
    }

    /* Main content now full width */
    div#text {
        float: none;
        width: 90%;
        margin: 10px auto 60px auto;
    }

    td.year, th, th.title {
        font-size: 18px;
    }

    td.schedule, td.date {
        font-size: 14px;
    }
}


/* -------- Mobile Phones (480px ↓) -------- */
@media (max-width: 480px) {

    h1 {
        font-size: 30px;
        text-align: center;
    }

    a.navi {
        width: 75%;
        font-size: 16px;
        padding: 10px 0;
    }

    div#text {
        width: 95%;
    }

    th, td.year, th.title {
        font-size: 16px;
    }

    img.ticket,
    img.dvd {
        height: 32px;
    }
}


/* -------- Ultra Small Phones (360px ↓) -------- */
@media (max-width: 360px) {

    h1 { font-size: 26px; }

    a.navi {
        width: 80%;
        font-size: 14px;
        padding: 8px 0;
    }

    th, td.year, th.title {
        font-size: 14px;
    }
}
