#middle {
    display: table;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg.jpg") repeat-y;
}

#partyText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: Colombus, serif;
    font-size: 125px;
}

@media (max-height: 500px) {
    #partyText {
        font-size: 50px;
    }
}

@media (max-width: 700px) {
    #partyText {
        font-size: 50px;
    }
}

@media (max-width: 300px), (max-height: 260px) {
    #partyText {
        font-size: 25px;
    }

    .bar {
        display: none;
    }
}