html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #26114e;
  margin-bottom: 130px;
}

.row {
  font-family: "Roboto Slab", serif;
}

.btn-link {
  color: #4d2891;
}

.btn-link:hover {
  color: #26114e;
}

.timer-group {
  text-align: center;
  padding: 10px;
}

.timer-group span {
  display: block;
  color: #dcd0f3;
  font-size: 2em;
}

.timer-group button {
  background: none !important;
  border: none;
  color: #dcd0f3;
  text-decoration: none;
  padding: 6px 9px;
}

.timer-group button:hover {
  cursor: pointer;
  background: #301663 !important;
  border-radius: 4px;
}

#input {
  background: white;
  text-align: center;
  font-size: 4.5em;
  border-radius: 4px;
}

.btn-call {
  color: #fff !important;
  background-color: #4d2891;
  border-color: #231241;
  margin-bottom: 15p;
}

.btn-call:hover {
  background-color: #472585;
  border-color: #1c0f35;
}

.btn-call:active:focus,
.btn-call:active:hover {
  background-color: #42227d;
  border-color: #180c2d;
}

.bingo-cols table {
  color: white;
  width: 100%;
}

.bingo-cols td {
  padding: 5px 15px;
}

.bingo-cols td:first-child {
  font-size: 2em;
  width: 30px;
  text-align: center;
  border-right: 1px solid white;
}

.bingo-cols td:not(:first-child) {
  color: #dcd0f3;
  font-size: 1.2em;
}

.bingo-cols tr:not(:last-child) {
  border-bottom: 1px solid white;
}

.bingo-cols td span {
  color: #4d2891;
}

.logo {
  max-height: 45px;
  margin: 30px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  padding-top: 15px;
  text-align: center;
}

footer p {
  color: white;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #4d2891;
  padding-right: 15px;
  padding-left: 15px;
}

footer a {
  color: #dcd0f3;
}

footer a:hover {
  color: white;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.bingo-logo {
  height: 50px;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-nav li a {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}

.navbar-nav li a:hover {
  border-bottom: 2px solid #26114e;
}

body.blackout {
  background-color: #111111;
}

body.blackout #input {
  font-size: 3em;
}

body.blackout .btn-call {
  background-color: #292929;
  border-color: black;
}

body.blackout .row .btn-call {
  cursor: no-drop;
  margin-bottom: 15px;
}

body.blackout .btn-call:hover {
  background-color: #292929;
  border-color: black;
}

body.blackout .btn-call:active:focus,
body.blackout .btn-call:active:hover {
  background-color: #292929;
  border-color: black;
}

body.blackout td:not(:first-child) {
  color: #dddddd;
}

body.blackout td span {
  color: #292929;
}

body.blackout footer p {
  border-top: 1px solid #292929;
}

body.blackout footer a {
  color: #dddddd;
}
/*# sourceMappingURL=styles.css.map */