@font-face {
    font-family: 'ballingercondensed_bold';
    src: url('../fonts/ballingercondensed-bold-webfont.woff2') format('woff2'),
        url('../fonts/ballingercondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ballingercondensed_medium';
    src: url('../fonts/ballingercondensed-medium-webfont.woff2') format('woff2'),
        url('../fonts/ballingercondensed-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITC Avant Garde Pro Bk';
    src: url('../fonts/ITCAvantGardePro-Bk.woff2') format('woff2'),
        url('../fonts/ITCAvantGardePro-Bk.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 65px);
    height: -o-calc(100% - 65px);
    /* opera */
    height: -webkit-calc(100% - 65px);
    /* google, safari */
    height: -moz-calc(100% - 65px);
    /* firefox */
    padding: 0;
    margin: 0;
    background-color: #1b728d;
    color: #d6bdaa;
    font-size: 1.5em;
}

#placeholder {
    text-align: center;
    margin: 0px 20px;
}

#logo img {
    max-width: 80%;
    height: auto;
}

#contact {
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-family: 'ITC Avant Garde Pro Bk', sans-serif;
}

#contact a {
    color: #d6bdaa;
    text-transform: uppercase;
}

@media (max-width: 600px) {
    #contact {
        max-width: 80%;
        height: auto;
    }
}

#basetext {
    font-family: 'ITC Avant Garde Pro Bk', sans-serif;
    line-height: 1.2em;
    font-size: 1em;
}