    @font-face {
    font-family: 'sf sports night'; 
    src:  url('../fonts/SF Sports Night Upright.ttf') format('truetype'); }
    @font-face {
    font-family: 'sf sports night ns upright';
    src: url('../fonts/SF Sports Night NS Upright.ttf') format('truetype'); }
header {}
body { background-color:#A20000}
footer {top: -10%}
p { color: #BAB4B4}
h1 {color: #ffffff;
   font-size: 500%;
   font-family: sf sports night}
h2 { color: #ffffff;
    font-weight: bolder}
h3 { color: #ffffff;
    font-size: 200%;
    font-weight: bolder}
h4 { color: #ffffff;
    font-size: 120%;
    font-weight: bold}
h5  {color: #ffffff;
    font-size: 120%}
h6 {color: #000000;
    font-size: 100%;}
ul { color: #BAB4B4;
    font-size: 100%;}
h1 small { color: #ffffff;
     font-size: 50%;
     font-family: sf sports night ns upright}
br {color: #BAB4B4}
/*
img {
  filter: gray;
  -webkit-filter: grayscale(1);
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
}

img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
 
}
*/