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

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

@font-face {
  font-family: 'The Shape Of Things';
  src: url('/webfonts/TheShapeOfThings/TheShapeOfThings.eot');
  src: url('/webfonts/TheShapeOfThings/TheShapeOfThings.eot?#iefix') format('embedded-opentype'),
      url('/webfonts/TheShapeOfThings/TheShapeOfThings.woff2') format('woff2'),
      url('/webfonts/TheShapeOfThings/TheShapeOfThings.woff') format('woff'),
      url('/webfonts/TheShapeOfThings/TheShapeOfThings.ttf') format('truetype'),
      url('/webfonts/TheShapeOfThings/TheShapeOfThings.svg#TheShapeOfThings') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}



body {
  /*font-family: 'Crushed-Regular', sans-serif;*/
  background-color: #000000;
  background: url(/images/backgrounds/q21-cover.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #cccccc;
}

.theme-font {
  font-family: 'The Shape Of Things'
}


div.dash-data div h1 {
  font-size: 5vw;
}


/* News Specific Styling */
.info-bar {
  background: none;
}


.fa-invisible {
  visibility: hidden;
}


/* Modal Close Button */
.modal-header .btn-close {
  float: right !important;
  margin-right: -30px !important;
  margin-top: -30px !important;
  background-color: white !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  opacity: 1 !important;
}