@media (min-width: 1001px) {
    html {
        font-size: 16px;
    }

    body {
        padding: 0px;
        margin: 0px;
        font-family: 'Merriweather Sans',sans-serif;
        font-size: 1rem;
        background-image: url('img/banner.jpg');
        background-repeat: repeat-x;
        color: #666666;
    }

    .float {
        float: left;
    }

    .topBarText {
        margin-top: 0.2rem;
        font-size: 2rem;
    }

    #contentBox {
        line-height: 1.555555556;
        font-weight: 300;
        margin-left: 50px;
        margin-right: 50px;
        width: 100%;
        max-width: 1100px;
    }

    #bannerSection {
        height: 480px;
    }

    #topBar {
        margin: 1em 0em 0em 0em;
        background-color: #c00;
        color: white;
        padding: 0.75rem;
        min-height: 2.5rem;
    }

    #lvoLogo {
        float: left;
        margin-right: 5rem;
    }

    #teaserBox {
        background-color: rgba(204,0,0,0.75);
        color: white;
        font-size: 1.4rem;
        max-width: 500px;
        display: block;
        padding: 1em;
        margin-top: 200px;
        margin-left: 50px;
    }

    #teaserBox > h1 {
        font-weight: normal;
        font-size: 2.375rem;
        padding: 0em;
        margin: 0em;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
    }

    #teaserBox > p {
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        padding: 0em;
        margin: 0em;
    }

    .eventTable {

    }

    .eventTable > tbody > tr > th {
        background-color: #bbb;
        color: white;
        font-weight: normal;
        text-align: left;
        padding: 0.5rem;
    }

    .eventTable > tbody > tr > td {
        font-weight: normal;
        text-align: left;
        padding: 0.5rem;
    }

    .noWrap {
        white-space: nowrap;
    }

    #footer {
        font-size: 0.6rem;
        padding: 3rem 1rem 1rem 60px;
    }

    #footer > a {
        color: #999999;
        text-decoration-style: none;    
    }
}
@media (max-width: 1000px) {
    html {
        font-size: 30px;
    }

    body {
        padding: 0px;
        margin: 0px;
        font-family: 'Merriweather Sans',sans-serif;
        font-size: 1rem;
        background-image: url('img/banner.jpg');
        background-repeat: repeat-x;
        color: #666666;
    }

    .float {
        float: left;
    }

    .topBarText {
        margin-top: 0.2rem;
        font-size: 2rem;
    }

    #contentBox {
        line-height: 1.555555556;
        font-weight: 300;
        margin-left: 50px;
        margin-right: 50px;
        width: 90%;
        max-width: 1100px;
        font-size: 1.25rem;
    }

    #bannerSection {
        height: 480px;
    }

    #topBar {
        margin: 1em 0em 0em 0em;
        background-color: #c00;
        color: white;
        padding: 0.75rem;
        min-height: 2.5rem;
    }

    #lvoLogo {
        float: left;
        margin-right: 5rem;
    }

    #teaserBox {
        background-color: rgba(204,0,0,0.75);
        color: white;
        font-size: 1.4rem;
        width: 90%;
        display: block;
        padding: 1em;
        margin-top: 100px;
        margin-left: 50px;
    }

    #teaserBox > h1 {
        font-weight: normal;
        font-size: 2.375rem;
        padding: 0em;
        margin: 0em;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
    }

    #teaserBox > p {
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        padding: 0em;
        margin: 0em;
    }

    .eventTable {
        width: 100%
    }

    .eventTable > tbody > tr > th {
        background-color: #bbb;
        color: white;
        font-weight: normal;
        text-align: left;
        padding: 0.5rem;
        font-size: 1.25rem;
    }

    .eventTable > tbody > tr > td {
        font-weight: normal;
        text-align: left;
        padding: 0.5rem;
        font-size: 1.25rem;
        vertical-align: top;
    }

    .noWrap {
        white-space: nowrap;
    }

    #footer {
        font-size: 0.6rem;
        padding: 3rem 1rem 1rem 60px;
    }

    #footer > a {
        color: #999999;
        text-decoration-style: none;    
    }
}