@font-face {
  font-family: titlefont;
  src: url(../fonts/Quicksand-Regular.ttf);
}
@font-face {
  font-family: contentlight;
  src: url(../fonts/Raleway-Light.ttf);
}

body {
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  overflow: hidden;
}


#title{
  font-family: titlefont;
  text-align: center;
  font-weight:lighter;
  font-size: 9vh;
  margin: 3vh 0;
}

.row{ 
  font-family: contentlight;
  font-size: 4vh;
  margin: 1mm 10vh 10%;
  word-wrap: break-word;
}

table {
  font-family: titlefont;
  border-collapse: collapse;
  height: 90%;
  width: 95%;
  font-size: 40px;
}

td, th {
  border: 1px solid #6f6c6c;
  text-align: center;
  padding: 8px;
  height: 30px;
  vertical-align: middle; 
  font-size: 4vh; 
}

tr:nth-child(even) {
  background-color: rgba(7, 86, 130, 0.15);
}


.min{
  font-size: 3vh;
}
.imgblack {
  z-index: 99;
  position: fixed;
  margin: auto;
  top:-100%; bottom:-100%;
  left:-100%; right:-100%;
  max-width: 100%;
  max-height: 100%;
  width:500%;
  height: 500%;
}

img {
  z-index: 99;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%
}

strong{
  text-align:center;
}