/* Copyright © 1016-2017 Michael van der Bokke */

p, body, table, ul, li {
  font-family: Arial, Helvetica, sans-serif;
}

/*
# blues
#00b8ff
#009bd6
#00719c
#00415a
#001f2b
*/

body, html {
  margin: 0;
  height: 100%;
  width: 100%;
}

.home-title {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background-color: #1D5070 !important;
}

.home-title>.text, .home-subtitle>.text {
  display: table-cell;
  width: 60%;
  font-family: Georgia, serif;
  font-weight: bold;
  text-align: center;
}

.back-home {
  color: white;
  display: table-cell;
  width: 20%;
  text-align: right;
}

.back-home>a {
  color: white;
}

.home-title>.text {
  font-size: 2.0em;
}

.home-subtitle {
  color: white;
  display: table;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #00415a !important;
}

.home-subtitle>.text {
  font-size: 1.0em;
}

.title-border {
  margin: 20px 0px 20px 0px;
  border: 1px dashed #6495ed;
  /*box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;*/
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #000080, 0 0 0 10px #fff, 0 0 20px 10px #6495ed;
}

.title-border>.text {
  font-family: Georgia, serif;
  font-weight: bold;
  text-align: center;
  color: #001f2b !important;
}

.title-border>.text {
  font-size: 2.0em;
}

.button-container {
  display: flex;
  justify-content: center;
}

.buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

  border-spacing: 10px;
  border-collapse: separate;
}

.big-button {
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

  font-family: sans-serif;
  color: #001f2b;
  font-weight: bold;
  width: 20vw;
  max-width: 140px;
  min-width: 100px;
  border-radius: 5px;
  border-color: #000080;
  border-width: 1px;
  border-style: solid;
  padding: 20px 20px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  margin: 1em;
}

.big-button:hover {
  background-color: #6495ed;
  color: black;
  text-decoration: none;
}

.button-text {
  text-align: center;
}

.art-menu {
  border-spacing: 5px;
  border-collapse: separate;
}

.button-content {
  width: 20vw;
  max-width: 100px;
  min-width: 80px;
}

.music-menu, .music-title {
  text-align: center;
}

.music-title {
  font-size: larger;
}

.art-button {
  border-radius: 5px;
  border-color: #000080;
  border-width: 1px;
  border-style: solid;
  width: 100px;
  padding: 5px 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.photo {
  margin: 20px 0px;
  border-radius: 5px;
  border-color: #1D5070;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 0 5px 5px #D0EED0;
}

.bingo-panel {
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;

  display: block;
  font-family: sans-serif;
  border-radius: 5px;
  border-color: #000080;
  border-width: 1px;
  border-style: solid;
  padding: 5px 1vw;
  width: 20vw;
  max-width: 140px;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
  margin: 1em;
}

.bingo-button {
  color: white;
  border-radius: 3px;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  background-color: darkred;
  padding: 0.5em 0.5em;
  width: 20vw;
  max-width: 120px;
  min-width: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

.bingo-button:hover {
  background-color: red;
  color: lightgray;
  text-decoration: none;
}

.center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.iframe-page {
  width: 95%;
  height: 700px;
  margin-top: 5px;
}

.bingo-host-iframe {
  width: 600px;
  height: 700px;
  margin-top: 5px;
}

.bingo-board-iframe {
  width: 720px;
  height: 700px;
  margin-top: 5px;
}