@font-face {
    font-family: 'barbararegular';
    src: url('barbara-webfont.woff2') format('woff2'),
         url('barbara-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Premier League';
    src: url('PremierLeague.eot');
    src: url('PremierLeague.eot?#iefix') format('embedded-opentype'),
        url('PremierLeague.woff2') format('woff2'),
        url('PremierLeague.woff') format('woff'),
        url('PremierLeague.ttf') format('truetype'),
        url('PremierLeague.svg#PremierLeague') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.bkg-image {
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-height: 100vh;
  position: relative;
  color: white;
}

.bkg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.contents {
  border: 1px solid black;
  height: 70px;
  overflow: auto;
}

table {
  position: static;
}
/*
th {
  position: sticky;
  top: 0;
}
*/

header {
	
}

body {
  font-family: 'Premier League';

  font-size: 16px; 
  justify-content: start;
  margin-left: 0px;
  margin-right: 0px;
}
/*
.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: lightgreen;
 }
*/
 
@media print
{
  table { page-break-after:auto }
  tr    { page-break-inside:avoid; page-break-after:auto }
  td    { page-break-inside:avoid; page-break-after:auto }
  thead { display:table-header-group }
  tfoot { display:table-footer-group }
  
}

@media (min-width: 353px) {
  body {
    font-size: 12px; 
    justify-content: start;
  }
  
  h1 {
    font-size: 14px
  }
  th {
	font-size: 12px
  }
  td {
    font-size: 12px
  }
}

@media (min-width: 576px) {
  body {
    width: 100%;
    font-size: 16px; 
    justify-content: start;
  }
  
  h1 {
    font-size: 16px
  }
  th {
	font-size: 14px
  } 
  td {
    font-size: 14px
  }
}

@media (min-width: 768px) {
  body {
    width: 100%;
    font_size: 18px;
  }

  h1 {
    font-size: 18px
  }
  th {
	font-size: 16px
  }
  td {
    font-size: 16px
  }

}

@media (min-width: 992px) {
  body {
    width: 100%;
    font_size: 20px;
  }

  h1 {
    font-size: 20px
  }
  th {
	font-size: 18px
  }
  td {
    font-size: 18px
  }
  
}

@media (min-width: 1200px) {
  body {
    width: 100%;
    font_size: 22px;
  }

  h1 {
    font-size: 22px
  }
  th {
	font-size: 20px
  }
  td {
    font-size: 20px
  }
  
}



