/* Core Styles */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #333;
  color: white;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  min-height: 100%;
  height: 100%;

  background-image: url('../img/science-fiction-2907434_1280.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1, h2, h3 {
  margin: 1;
  font-family: 'Russo One', sans-serif;
}

p {
  margin: 0;
  padding-bottom: 1em;
}

footer p {
  padding: 1em;
}

/* Tables */

table#scores, th, td {
  border: 1px solid rgb(1, 247, 255);
  background: rgba(1, 225, 255, 0.1);
  border-collapse: collapse;
}

table#scores {
  max-width: 60%;
  table-layout: fixed;
}

table#scores th {
  height: 50px;
  background: rgba(1, 225, 255, 0.4);
  min-width: 2%;
}

table#scores th#name {
  width: 30%;
}

table#scores th#score {
  width: 20%;
}

table#scores th#country {
  width: 5%;
}

/* Buttons */

.btn {
  display: inline-block;
  background: rgb(255, 146, 4);
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding: .5em 1em;
  border: 1px solid #666;
  margin: .2em 0;
  font-family: 'Russo One', sans-serif;
}

.btn:hover {
  background: #eaeaea;
  color: #333;
}

.wrapper {
  padding-left: 5%;
  padding-right: 5%;
}

/* Sections */
header {
  grid-area: header;
  min-height: 250px;
  color: #fff;
  text-align: center;
  font-family: 'Russo One', sans-serif;
  text-shadow: 4px 4px 8px #02f7ffc2;
}

header h1 {
  padding-top: 120px;
}

.download {
  grid-area: download;
}

.scores {
  grid-area: scores;
}


.news {
  grid-area: news;
  margin: 4em 0;
  padding: 2em 0;
}

.newscontent {
  background: rgba(6, 110, 2, 0.644);
  border: 1px solid rgb(1, 247, 255);
  padding: 10px 30px;
}

.newscontent h2 {
font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

.newscontent p {
  text-align: left;
}

.about {
  grid-area: about;
  text-align: justify;
}

.about h2 {
  text-align: center;
}

.about a:link {
  color: rgb(1, 247, 255);
}

.about a:visited  {
  color: rgba(1, 225, 255, 0.1);
}

footer {
  grid-area: footer;
  background: rgb(20, 20, 20);
  color: rgb(213, 221, 224);
  /* display: flex; */
  justify-content: center;
  justify-items: center;
  position: relative;
  top: 15%;
  font-size: 0.8em;
}



/* Media Queries */
@media(min-width: 700px)
{
  .wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: 
    "header header header"
    "download scores about"
    "download news ."
    "footer footer footer";
    }
}

/* @font-face {
  font-family:"Infinium Guardian Caps" ;
  src: url("../fonts/Infinium Guardian Caps.ttf");
} */

/* .sect{
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} */

/* .subSect {
  height: 50%;
  background-color: rgb(91, 104, 105);
} */

.highscores{
  /* background-image: url("../img/science-fiction-2907434_1280.jpg"); */
  background-color: rgba(0, 255, 255, 0.274);
  width: 31.5%;
  position: relative;
  margin: auto;
  text-align: center;
}

.sectTwo{
  background-image: url("../img/science-fiction-1424446_1920.jpg");
}

/* Video in Header*/

.sectVideo{
  position: relative;
  min-width: 100%;
  max-height: 250px;
  overflow: hidden;
  border-style: solid;
  border-color: black;
}

#video-elem {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}

video::-webkit-media-controls{
  display: none !important;
}

.textVideo {
  z-index: 2;
  position: absolute;
  background: rgba(0,0,0,0.4);
  bottom: 0;
  min-width: 100%;
}