/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

      @font-face {
          font-family: 'qanelasbold';
          src: url('../fonts/qanelas-bold-webfont.woff2') format('woff2'),
               url('../fonts/qanelas-bold-webfont.woff') format('woff');
          font-weight: normal;
          font-style: normal;

      }

      @font-face {
          font-family: 'qanelasmedium';
          src: url('../fonts/qanelas-medium-webfont.woff2') format('woff2'),
               url('../fonts/qanelas-medium-webfont.woff') format('woff');
          font-weight: normal;
          font-style: normal;

      }


body {
    background: #0e2639;
    background: radial-gradient(ellipse at center,#00426b 30%,#0e2639 85%);
}
.container  {
  max-width:1200px;
  width:90%;
  margin:0 auto;
}

.title {
  text-align:center;
  padding:75px 0 0 0;
  max-width:745px;
  margin:0 auto;
  position:relative;
}
.title .icon {
  position:absolute;
  top:40px;
  left:50%;
  width:200px;
  height:200px;
  margin:0 0 0 -100px;
}
.title img {
  max-width:100%;
}
.title .year {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #e20d13;
   line-height: 0.1em;
   margin: 10px 0 20px;
}

.title .year span {
    background:#09304a;
    padding:0 10px;
    position: relative;
    z-index: 30;
}

.title h1 {
  text-align:center;
  color:#FFF;
     font-family: 'qanelasbold';
     font-size:48px;
     font-weight:normal;
     letter-spacing:0;
     text-transform:uppercase;
     margin:0;
     padding:0;
}
.title p {
  color:#FFF;
     font-family: 'qanelasbold';
     font-size:24px;
     font-weight:normal;
     letter-spacing:0;
     text-transform:uppercase;
     margin:0;
     padding:0;
     text-align:left;
}
.mobile {
  display:none;
}

.intro, .sources {
  width:100%;
  text-align:center;
  color:#FFF;
  padding:75px 0 75px 0;
}
.intro p, .sources p {
  max-width:800px;
  margin:1rem auto;
  font-family: 'qanelasmedium',sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:18px;
  line-height:28px;
  letter-spacing:1px;
}
.intro p a, .sources p a {
  text-decoration:none;
  color:#FFF;
}

.list {
  margin:0;
  padding:0;
  list-style:none;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.list li {
  width:100%;
  flex:1 1 auto;
  text-align:center;
  position:relative;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background:#000;
  border:2px solid #e20d13;
  height:400px;
  margin:0 0 50px 0;
}
.list li .img {
  position:absolute;
  top:0;
  left:0;
  height:400px;
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow:hidden;
}
.list .img img {
  max-width:100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list .img .overlay {
  position:absolute;
  top:0;
  left:0;
  opacity:0.5;
  background:#000;
  width:100%;
  height:400px;
  z-index:5;
}

.list li .content {
  position:relative;
  z-index:10;
  height:400px;
}
.list li .name {
  font-family: shackleton-wide,serif;
  font-weight: 400;
  font-style: italic;
  color:#FFF;
  font-size:24px;
  width:90%;
  margin:0 auto;
  text-align:center;
  text-shadow:1px 1px 1px #000;
  position:absolute;
  top:0;
  left:5%;
  height:400px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.list li .name p {
    margin:0;
    padding:0;
}
.list li .rank {
  background:url(../img/c-bg.svg) no-repeat;
  width:100px;
  height:77px;
  color:#FFF;
  font-size:48px;
  line-height:48px;
  padding:23px 0 0 0;
  font-family: 'qanelasmedium',sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing:1px;
  position:relative;
  z-index:20;
  position:absolute;
  top:-50px;
  left:50%;
  margin:0 0 0 -50px;
}

.list li .rank .hash {
  position:absolute;
  top:0;
  left:0;
  font-size:72px;
  line-height:72px;
  width:100%;
  text-align:center;
  padding:15px 0 0 0;
  opacity:0.3;
}
.list li .rank .pos {
  text-shadow:1px 1px 1px #000;
}
.list li .content .number {
  position:absolute;
  bottom:25px;
  width:100%;
  text-align:center;
  font-family: shackleton-wide,serif;
  font-weight: 400;
  font-style: italic;
  color:#FFF;
  letter-spacing:1px;
  font-size:12px;
  text-transform:uppercase;
  color:#DCDCDC;
  line-height:12px;
}
.list li .content .number .fig {
  font-size:28px;
  line-height:28px;
  color:#FFF;
}


.table {
  width:100%;
  padding: 0;
}
.table h2 {
  font-family: 'qanelasmedium',sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing:1px;
  font-size:36px;
  text-align:center;
  color:#FFF;
}
.table table {
  width:100%;
  color:#FFF;
  font-family: 'qanelasmedium',sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:16px;
}
.table table tr {
  background:#FFF;
  border-top:1px solid #DCDCDC;
  border-bottom:1px solid #DCDCDC;
  color:#000;
}
.table table tr:nth-of-type(even) {
    background-color: #DCDCDC;
}
.table table tr td {
  padding:20px 10px;
}
.table table .stat,.table table .rank {
  text-align:center;
  background:rgb(0 0 0 / 3%);
}
.table table .name {
  padding:20px;
}
.table table .rank {
  font-weight:600;
}
.table table thead tr {
  background:#000;
  color:#FFF;
  border-top:0;
  font-weight:600;
  text-transform:uppercase;
}


.footer .logo .wave {
  position: absolute;
    top: 0;
    left: 0;
    bottom: 1%;
    right: 1%;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transform: scale(.7);
    background: 0 0;
    background: radial-gradient(ellipse at center,rgba(255,255,255,0) 0%,#FFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 );
    animation: waves-animation 20s infinite;
    animation-timing-function: ease-out;
    border-radius: 50%;
}

.footer .logo .wave.wave-2 {
  animation-delay: 1s;
}

.footer .logo .wave.wave-3 {
  animation-delay: 2s;
}

.footer .logo .wave.wave-4 {
  animation-delay: 3s;
}

.footer .logo .bg {
  position:absolute;
  left:0;
  top:0;
  width:128px;
  height:128px;
  z-index:1;
}
.footer .logo {
  position: relative;
  margin:0 auto 50px auto;
background-size: 88%;
background-position: 55% 55%;
background:url(../img/buzzbingobg.svg) no-repeat;
height:128px;
width:128px;
    flex-basis: 128px;
    flex-grow: 0;
    flex-shrink: 0;
    position:relative;
    z-index:120;
    -webkit-border-radius: 128px;
-moz-border-radius: 128px;
border-radius: 128px;
}
.footer .logo img {
  height:128px;
}
.footer .logo .logo-text {
  position:relative;
  z-index:150;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 600px) {
  .title p {
    text-align:center;
  }
  .title .year {
    margin-top:25px;
  }
  .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .title .icon {
    top: 110px;
  }
  .mobile {
    display:block;
  }
  .desktop {
    display:none;
  }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
