@font-face {
    font-family: 'URW-Medium';
    src: url('../fonts/URW-URWDIN-Medium.otf');
}
@font-face {
    font-family: 'URW-Demi';
    src: url('../fonts/URW-URWDIN-Demi.otf');
}

@font-face {
    font-family: 'URW-Black';
    src: url('../fonts/URW-URWDIN-Black.otf');
}
@font-face {
    font-family: 'URW-Regular';
    src: url('../fonts/URW-URWDIN-Regular.otf');
}

@font-face {
    font-family: 'GOTHAM-LIGHT';
    src: url('../fonts/GOTHAM-LIGHT.OTF');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf');
}

@font-face {
    font-family: 'GOTHAM-BLACK';
    src: url('../fonts/GOTHAM-BLACK.TTF');
}

@font-face {
    font-family: 'URW-URWDIN';
    src: url('../fonts/URW-URWDIN-BoldItalic.otf');
}




@media only screen and (max-width: 768px) {
    #page-content{
        margin-top: -70px;
    }
}

.page-wrapper{
    min-height: 780px;
}

