﻿/* CSS Document */

@font-face {
    font-family: 'Film Noir Adventure';
        src: url('https://thehiddendeal.com/fonts/Film Noir Adventure.ttf') format('ttf'),
             url('https://thehiddendeal.com/fonts/Film Noir Adventure.otf') format('otf'),
             url('https://thehiddendeal.com/fonts/Film Noir Adventure Italic.ttf') format('ttf'),
             url('https://thehiddendeal.com/fonts/Film Noir Adventure Italic.otf') format('otf');
       
  /* Add other font formats and font variations as needed */
}

p.lime { color: #A7EF52; }
        
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
body, td, th {
    color: #FFFFFF;
    background-color: #000000;
}
.container-fluid .row h3 {
    font-family: 'Film Noir Adventure', Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
}