@font-face {
    font-family: 'Colombus';
    src: url('../fonts/Colombus.eot'), url('../fonts/Colombus.otf') format('otf'), url('../fonts/Colombus.svg') format('svg'), url('../fonts/Colombus.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,body,#wrapper {
    height:100%;
    margin:0;
    padding:0;
    overflow: hidden;
}
#wrapper {
    position:relative;
}

#top, #middle, #bottom {
    position:absolute;
}

#top {
    height:75px;
    width:100%;
    background:grey;
    text-align: center;
    line-height: 75px;
    font-size: 45px;
}

#middle {
    top:75px;
    bottom:50px;
    left: 0;
    right: 0;
    background: #f5f5f5;
    padding: 12% 100px 50px;
    display: flex;
}


#middle {
    background: url("../img/bg.jpg") repeat-y;
}

#bottom {
    bottom:0;
    height:50px;
    width:100%;
    background:grey;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
}

#top, #bottom {
    color: #f5f5f5;
    font-family: Calibri, serif;
}

#partyText {
    font-family: Colombus, serif;
    font-size: 125px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 15%;
}