/*
Theme Name: Burnfield Plain
Version: 1.0.0
Author: Martin Str&ouml;m
Author URI: http://my-domain.se
Description: Lulz
*/

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

body { background-color: silver; }

@-webkit-keyframes hover-effect {
    0% { color: #8300FF; }
    4% { color: #6200FF; }
    8% { color: #3F00FF; }
   12% { color: #1F00FF; }
   16% { color: #3F00FF; }
   20% { color: #0043FF; } 
   24% { color: #0081FF; }
   28% { color: #00C3FF; }
   32% { color: #00FFFB; }
   36% { color: #00FFBF; }
   40% { color: #00FF81; }
   44% { color: #00FF3F; } 
   48% { color: #00FF02; }
   52% { color: #3DFF00; }
   56% { color: #7DFF00; }
   60% { color: #BCFF00; }
   64% { color: #FCFF00; }
   68% { color: #FFC400; } 
   72% { color: #FF8A00; }
   76% { color: #FF4C00; }
   80% { color: #FF1300; } 
   84% { color: #E80030; } 
   89% { color: #E80030; } 
   95% { color: #C70074; } 
  100% { color: #8300FF; }
}

a { color: blue; }
a:hover { -webkit-animation: hover-effect 3s infinite; }

h1 { font-family: chorinerstrasse, ArialBold, 'Arial Bold', arial, sans-serif; 
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

h1 a { text-decoration: none; }


