
/* Apply Fonts to Call */
/* Use @import for Google Fonts */


@font-face {
    font-family: '10.12 4';
    src: url('https://thefctr.com/broadwayeb5.com/website_fonts/10.12-4.TTF');
    src: local('10.12 4'),
        url('https://thefctr.com/broadwayeb5.com/website_fonts/10.12-4.TTF?#iefix') format('truetype'),
        url('https://thefctr.com/broadwayeb5.com/website_fonts/10.12-4.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Broadway BT';
    src: url('https://thefctr.com/broadwayeb5.com/website_fonts/8094231822.ttf');
    src: local('Broadway BT'),
        url('https://thefctr.com/broadwayeb5.com/website_fonts/8094231822.ttf?#iefix') format('truetype'),
        url('https://thefctr.com/broadwayeb5.com/website_fonts/8094231822.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Horizon BT';
    src: url('https://thefctr.com/broadwayeb5.com/website_fonts/horizon-bt-11163.ttf');
    src: local('Horizon BT'),
        url('https://thefctr.com/broadwayeb5.com/website_fonts/horizon-bt-11163.ttf?#iefix') format('truetype'),
        url('https://thefctr.com/broadwayeb5.com/website_fonts/horizon-bt-11163.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manbow Solid';
    src: url('https://thefctr.com/broadwayeb5.com/website_fonts/Manbow Solid.otf');
    src: local('Manbow Solid'),
        url('https://thefctr.com/broadwayeb5.com/website_fonts/Manbow Solid.otf?#iefix') format('opentype'),
        url('https://thefctr.com/broadwayeb5.com/website_fonts/Manbow Solid.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RightbankFLF';
    src: url('https://thefctr.com/broadwayeb5.com/website_fonts/Rightbankflf-9Yon.ttf');
    src: local('RightbankFLF'),
        url('https://thefctr.com/broadwayeb5.com/website_fonts/Rightbankflf-9Yon.ttf?#iefix') format('truetype'),
        url('https://thefctr.com/broadwayeb5.com/website_fonts/Rightbankflf-9Yon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/*

h2 { font-family:'RightbankFLF', Impact, Arial Narrow, sans-serif !important; }
h2 { text-transform:uppercase !important; font-weight:333 !important;}

h2 { font-family:'Horizon BT', Impact, Arial Narrow, sans-serif !important; }
h2 { text-transform:uppercase !important; font-weight:333 !important;}

h2 { font-family:'Manbow Solid', Impact, Arial Narrow, sans-serif !important; }
h2 { text-transform:uppercase !important; font-weight:333 !important;}

h2 { font-family:'10.12 4', Impact, Arial Narrow, sans-serif !important; }
h2 { text-transform:uppercase !important; font-weight:333 !important; letter-spacing:1px;}

h2 { font-family:'Broadway BT', Impact, Arial Narrow, sans-serif !important; }
h2 { text-transform:uppercase !important; font-weight:333 !important;}

h2 { font-family:'RightbankFLF', Impact, Arial Narrow, sans-serif !important; }
h2 { text-transform:uppercase !important; font-weight:333 !important;}


*/

/* DESTINATION CODE */

/*

*, *>*, :after, :before { 
    margin:0 !important;
    padding:0 !important;
    background:#e40001 !important;
    color:#ffffff !important;
}

*:after { 
    position:absolute; 
    display:flex;
    left:0px; 
    right:50px; 
    
    top:50px;
    bottom:50px;
    
    background:rgba(10,20,30,0.15) !important;
    color:#fff;
    content:'Suspended for Non-Payment';
    justify-content:space-around;
    align-items:space-around; 
    font-size:200%;
    overflow:hidden !important;
    z-index:100;
    border-radius:10px;
    transition:0.5s;
}

*:hover:after { content:'Have You been Bad?';
    color:#012;
    bottom:200px;
    top:200px;
    left:0px; 
    right:200px; 
    border-radius:50px;
    }

*/
