@font-face {
    font-family: 'bahnschrift';
    src: url('fonts/Bahnschrift.eot');
    src: url('fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'),
        url('fonts/Bahnschrift.woff2') format('woff2'),
        url('fonts/Bahnschrift.woff') format('woff'),
        url('fonts/Bahnschrift.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face{font-family:futura_bk_btbook;src:url(../fonts/futuran-webfont.eot);src:url(../fonts/futuran-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/futuran-webfont.woff2) format('woff2'),url(../fonts/futuran-webfont.woff) format('woff'),url(../fonts/futuran-webfont.ttf) format('truetype'),url(../fonts/futuran-webfont.svg#futura_bk_btbook) format('svg');}

.mobile{display: none;}
@media only screen and (max-width: 1024px){
	.mobile{display: block}
	.desktop{display: none;}
}