@import url(https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css);
.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
  filter: blur(10px) opacity(0.7);
  object-fit: cover; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  color: #fff; }

h1 {
  margin: 0 0 10px 0; }

h2 {
  margin: 0 0 10px 0; }

h3 {
  margin: 0 0 10px 0; }

ul {
  margin: 10px 0 20px 20px; }

img {
  max-width: 100%; }

body {
  background: #222 url(/images/bg.jpg) no-repeat top center;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 12px; }

#container {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 64px 20px 0; }

#header img {
  max-width: 100%; }

.two-column {
  display: flex;
  padding: 0 0 24px 0; }

.offline-notice {
  margin: 0 0 24px;
  text-align: center;
  font-size: 24px;
  font-weight: bold; }

.map-thumbnail {
  position: relative;
  display: flex;
  height: 160px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden; }
  .map-thumbnail .map-background {
    content: "";
    position: absolute;
    z-index: 0;
    background-image: url(/assets/maps/q2dm1.png);
    background-size: cover;
    filter: blur(1px);
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .map-thumbnail .map-name {
    font-weight: bold;
    font-size: 30px;
    z-index: 1; }
  .map-thumbnail .player-count {
    z-index: 1; }

.empty-server-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px; }

#content {
  padding: 24px 0 0;
  text-shadow: 0 1px #000; }

.section {
  padding-bottom: 24px; }

.button {
  padding: 12px 20px;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 16px; }

.red {
  background: linear-gradient(to bottom, #b80606 0%, #710000 100%); }
  .red:hover {
    background: #710000 0%; }

.button .title {
  font-weight: bold;
  font-size: 24px;
  display: block;
  text-transform: uppercase; }

.button .subtitle {
  display: block; }

.exclamation {
  font-size: 24px;
  margin: 0 8px 0 0; }

#content .block {
  background: #222;
  border: 2px dotted #808080;
  padding: 10px;
  color: #808080;
  display: flex;
  align-items: center; }
  #content .block a {
    color: #B0B0B0; }

.video {
  box-shadow: 0 0 4px #000;
  width: 100%; }

table {
  width: 100%;
  border: 2px dotted #808080;
  border-collapse: collapse; }
  table tr {
    border: none; }
  table td {
    padding: 2px;
    text-align: center;
    border: 2px dotted #808080; }

th {
  padding: 2px;
  text-align: center;
  border: 2px dotted #808080; }

#footer {
  text-align: center;
  margin-bottom: 20px; }

/*# sourceMappingURL=style.css.map */