@font-face {
  font-family: 'Edit Undo Line BRK';
  src: url('../../css/EditUndoLineBRK.woff2') format('woff2'),
  url('../../css/EditUndoLineBRK.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Visitor';
  src: url('../../css/VisitorTT1BRK.woff2') format('woff2'),
  url('../../css/VisitorTT1BRK.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Visitor TT2 BRK';
  src: url('../../css/VisitorTT1BRK.woff2') format('woff2'),
  url('../../css/VisitorTT1BRK.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ModeNine';
  src: url('../../css/ModeNine.woff2') format('woff2'),
  url('../../css/ModeNine.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html,
body {
  height:100vh;
  width:100%;

}

body {
  background: rgb(6,5,47);
  background: linear-gradient(180deg, rgba(21,6,57,1) 0%, rgba(139,42,147,1) 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color:#ffffff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: "ModeNine", Monaco, monospace;
}

h1,h2,h3
{
  color:#1af7ff;
  font-family:  'Edit Undo Line BRK';
}

h2 {
  color:#FFFD34;
}

h3,h4,h5,h6
{
  color:#FFFD34;
  font-family: "ModeNine", Monaco, monospace;
  text-shadow: 0 0 10px #FFFD34;
}



h1 {
  font-size:5em;
  text-align: center;
  line-height: 1em;
  padding-left:20px;
  padding-right:20px;
}
h2 {
  font-size:2.5em;
  text-align: center;
}

h3 {
  font-size:2em;
  text-align: center;
}



a
{
  color:  #ffe400;
  text-decoration: none;

}

a:hover {
  color: #fff400;
  text-decoration: none;
}


a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display:inline-block;
  text-decoration: none;
  color: initial;
  align-items: flex-start;
}

a.button,a.button:active,button,button:active
{
  outline:none!important;
}

a.button,button {
  font-family: 'Visitor';
  font-size:1.8em;
  background-color:#1af7ff;
  border:4px solid #000000;
  box-shadow: inset 4px 4px 0px 0px #FFFFFF;
  padding-left:12px;
  padding-right:12px;
  padding-top:6px;
  padding-bottom:6px;
  line-height: 1em;
}

a.button:active,button:active {
  background-color: #0aE7Ef;
  box-shadow: none;
  transform: translateY(4px);
}

a.button:disabled,button:disabled {
  background-color: #777777;
  color: #555555;
  box-shadow: none;
}

.centered {
  margin: 4px auto;
  display: block;
  text-align:center;

}

.largeText {
  font-size:2em;
}

input {
  font-family: 'Visitor';
  border:4px solid #150639;
  background-color:#fffd34;
  box-shadow: inset 4px 4px 0px 0px #BfBd14;
  color:#150639;

}

body {
  font-size:1.2em;
}


.logo-title {
  margin-left: 15px;
  margin-right: 15px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.row {
  width:100%;
  padding:15px;
  margin:auto;
}

#wrapper {
  width:70%;
  padding:15px;
  margin:auto;
}



button {
  cursor: pointer;
}




@media (max-width: 1000px) {

  #wrapper {
    width:100%;
    padding:0px;
  }

  h1 {
    font-size:4em;
    text-align: center;
    line-height: 1em;
  }
  h3 {
    font-size:1.7em;
    text-align: center;
  }

  .row {
    width:100%;
    padding:0px;
  }
  [class*="col-"] {
    float:none;
    display:block;
    flex:none;
    width:100%;
    max-width:100%;
  }

  a.button, button {
    width:95%;
  }

  input[type=text] {
    width:95%;
  }
}

hr {
  border-top: 3px solid #1af7ff;
  box-shadow: 0px 0px 7px 3px #1af7ff;
  margin-bottom:25px;
  margin-top:25px;
}


/*bingo stuff*/

.uppercase {
  text-transform: uppercase;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  text-transform: none;
}
::placeholder { /* Recent browsers */
  text-transform: none;
}

#bingocard {
  width: 100%;
  padding: 0px;
  outline: 4px solid #f79523;
}

.cell-toggle {
  width: 100%;
  height:150px;
  padding: 2px;
  overflow: auto;
  background: #fff;
  border: 0;
  font-weight: 500;
  cursor: pointer;
  font-size:1em;
}

.cell-toggle[aria-pressed=false] {
  background: #EEEEEE;
  color: #000;
}


.cell-toggle[aria-pressed=true] {
  background: #ffe400;
  color: #000;
}

.alpha-box {
  background-color: rgba(255, 255,255, 0.15);
  padding:12px;
  margin-bottom: 12px;
}



#player-list {
  border:4px solid #000000;
  margin: auto;
  text-align:center;
}


@media (max-width: 1000px) {


  #player-list {
    border:4px solid #000000;
    margin: auto;
    text-align:center;
    width:100%;
  }

  iframe#player {
    width:100%;
    max-width:100%;
  }
}

@media (max-width: 758px)
{
  .cell-toggle {
    font-size:.6em;
    height:100px;
  }


}



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

  header img
  {
    width:100px;
    height:100px;
  }

  h1 {
    font-size:2.5em;
  }
  h2 {
    font-size:2em;
  }

  h3 {
    font-size:1.5em;
  }

  h4 {
    font-size:1.2em;
  }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h1 {
    font-size:2.5em;
    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  h2 {
    font-size:1.9em;
  }

  h3 {
    font-size:1.4em;
  }

  h4 {
    font-size:1.1em;
  }
}


.ui-dialog-title {
  font-size:1.2em;
}

.ui-dialog-titlebar-close,.ui-dialog-titlebar-close:active,.ui-dialog-titlebar-close:hover {
  background-color: #FD62EA!important;
  border-radius: 0px;
  width: 30px !important; height: 30px !important; top: 40% !important

}

#footer-links a
{
  font-size:1em;
}

p.example
{
  background-color: rgba(0, 0,0, 0.3);
  padding:8px;
  color:#1af7ff;
  font-style:italic;
  border:4px solid #000000;

}
