/* rubik-mono-one-regular - latin */
@font-face {
  font-family: 'Rubik Mono One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/rubik/rubik-mono-one-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/rubik/rubik-mono-one-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/rubik/rubik-mono-one-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/rubik/rubik-mono-one-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/rubik/rubik-mono-one-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/rubik/rubik-mono-one-v14-latin-regular.svg#RubikMonoOne') format('svg'); /* Legacy iOS */
}

/* crimson-text-regular - latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/crimson/crimson-text-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/crimson/crimson-text-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/crimson/crimson-text-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/crimson/crimson-text-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/crimson/crimson-text-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/crimson/crimson-text-v19-latin-regular.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

* {
  box-sizing: border-box;
}  
.clear_div {clear:both;width:100%;height:1px;overflow:hidden;}
body, p, div, span {font-family: 'Roboto';}
h2,h3,h4 { font-family:'Crimson Text',Arial; }
body {background-color:#444444;color:#EEEEEE;}
h1 {
   font-family: 'Rubik Mono One';
   color:#8a9597;
   margin-top:0px;
   margin-bottom:0px;
   padding:8px;
   text-shadow:-4px -4px #EEEEEE,4px 4px #000000;
   font-size:72px;
   font-weight:400;
   width:100%;
}
a {
   color:#8a9597;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
     
