body {
  background:#000;
  color:#fff;
  font-family: Arial, sans-serif;
  margin:0px;
  background-image: url("https://assets.codepen.io/500458/bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 99.9999vh;
}
header {
  padding:15px;
  font-weight:700;
  font-size:15px;
  line-height:20px;
  text-align:center;
  
}
header img {
  max-width:100%;
  width:300px;
}

.pico-wrapper {
  padding:15px;
}

footer {
    background: #a89968;
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self:flex-end;
    margin-top:15px;
}

footer a {
  color:#000;
  font-weight:800;
}

footer a:first-of-type {
 margin-right:20px; 
}



/* body {
  font-family:Arial, sans-serif;
  font-weight:700;
} */
div#outsideGameTime {
    padding: 20px;
}

.card {
  border:3px solid black;
  padding:5px;
  text-align:center;
  font-size:12px;
  line-height:16px;
  background: white;
  color: black;
}
.card h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px;
    font-weight:800;
}
.countdown {
    border: 3px solid black;
    max-width: 430px;
    margin: 0 auto;
  background: black;
    color: white;
}
.countdown h3 {
background: black;
    color: white;
    text-transform: uppercase;
    margin: 6px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 0px;
    padding-bottom: 8px;
    border-bottom: 2px solid #464646;
}
time {
  display:flex;
  width:100%;
  justify-content: space-around;
  align-items: center;
}
.time-col {
  display:flex;
  flex-direction:column;
  text-align:center;
  text-transform:uppercase;
  font-weight:300;
  padding:5px;
  font-size:12px;
}

.time-col>span:first-of-type {
  font-size:27px;
  line-height:36px;
  color:#a89968;
}
.disclaimer {
    background: #a89968;
    color: black;
    font-size: 17px;
    line-height: 20px;
    padding: 15px;
    font-weight: 900;
}

@media (min-width:320px) {
.time-col {
   font-weight: 900;
}
}

@media (min-width:375px) {
  .time-col>span:first-of-type {
    font-size: 45px;
    line-height: 50px;
}
}


@media (min-width:768px) {
  .page-wrapper {
    display:flex;
    flex-wrap:wrap
  }
  header {
    flex:2
  }
  main {
    flex:3;
  }
  .card {
    padding: 35px;
}
  .time-col>span:first-of-type {
    font-size: 52px;
    line-height: 55px;
}
}


@media (min-width:960px) {
    .time-col {
    position:relative;
  }
  .time-col:after {
    content: '';
    height: 90%;
    width: 3px;
    background: #464646;
    display: block;
    position: absolute;
    right: -25px;
    top: 5%;
}
  .card {
    font-size: 21px;
    line-height: 26px;
}
  .time-col:last-of-type:after {
    display:none;
  }
}


@media (min-width:1366px) {
 .page-wrapper {
  min-height: 100vh;
   max-width:1400px;
   margin:0 auto;
   justify-content:center;
   align-items:center;
}
header {
  padding: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

}