@font-face {
    font-family: 'Night Machine';
    font-style: normal;
    font-weight: normal;
    src: local('Night Machine'), url('../fonts/alex.woff') format('woff');
    src: url("../fonts/night-machine.ttf") format('truetype');
}

html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: white;
    background-color: black;
}

#prematch_table, #postmatch_table {

    font-family : -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    text-align: center;
    color: white;
    font-size: 13px;
    font-style: bold;
    letter-spacing: 1px;
    border-width: 4px;
    border-color: #f0912b;
}

#auton_table, #endgame_table, #teleop_table, #secondaryforce_table {
    font-family : -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    color: white;
    font-size: 13px;
    font-style: bold;
    letter-spacing: 1px;
    border-width: 4px;
    border-color: #f0912b;
}

.button {
    font-family: Night Machine; 
    font-size: 15px;
}

#autonHeader, #endgameHeader, #teleopHeader1, #teleopHeader2, #secondaryforceHeader {
    color: white;
    border-color: #f0912b;
    border-width: 4px;
}

#postmatchHeader{
    border-width: 4px;
    border-color: #f0912b;
}

#prematchHeader1{
    color: #f0912b;
    border-color: #f0912b;
    border-width: 4px;
}

#prematchHeader2{
    color: white;
    border-color: #f0912b;
    border-width: 4px;
}

#qrHeader1 {
    color: white;
    border: 4px solid #f0912b;
    width: 100%;
}
    
#qrHeader2 {
    color: white;
}

.field-image {
    margin: 2vw;
}

.field-image-src{  
    background-position: center;
    border: 1px solid;
}

.main-panel{
    display: none;
    height: 100%;
    min-height: 100%;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    background-color: black;
    font-family : -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    text-align: justify;
}

#prematch{
    display: table;
}

#auton{
}

#teleop{
}

#endgame{
}

#postmatch{
}

#qr-code{
  text-align: center;
}

h1{
    font-family: Night Machine;
    text-align: center;
    border-style: groove;
    border-color: white; 
    border-width: 2px;
    font-size: 40px;
    padding: 10px; 
    font-weight: 350;
}

#page2, #page4 {
    color: black;
}

h2{
    font-family: Night Machine;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
}

.match-label{
    text-align: center;
}

.half-button-l{
    width: 48%;
    margin: 1vw;
    height: 100%;
    font: roboto;
}

.half-button-r{
    flex-grow: 1;
    height: 100%;
    width: 48%;
    margin: 1vw;
    font: roboto;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.half-button-container{
    display: flex;
}

.clearForm, .submitForm, #displayButton, #copyButton {
    font-family: Night Machine;
    padding: 10px;
    background-color: #f0912b;
    color: black;
    text-decoration: none;
    display: inline-block;
}

#nextButton1, #nextButton2, #nextButton3, #nextButton4, #nextButton5, #nextButton6, #nextButton7, #nextButton8, #nextButton9, #nextButton10, #nextButton11, #nextButton12 {
    font-family: Night Machine;
    background-color: #f0912b;
    padding: 10px;
    color: black;
    display: inline-block;
}

.undoButton, .flipButton {
    font-family: Night Machine;
    background-color: black;
    padding: 10px;
    color: white;
    margin-left: 20px;
}

#prevButton1, #prevButton2, #prevButton3, #prevButton4, #prevButton5, #prevButton6, #prevButton7, #prevButton8, #prevButton9, #prevButton10, #prevButton11 {
    font-family: Night Machine;
    background-color: #f0912b;
    color: black;
    padding: 10px;
    display: inline-block;
}

#prematch_table{
    font: Night Machine;
    text-align: center;
}

h1 .spcolor {
    font-family: Night Machine;
    text-align: center;
    color: #f0912b;
}

table {
    border: 4px solid #f0912b;
    width: 100%;
}

td {
    padding: 10px 4px;
}

input {
    font-size: 16px;
    font: roboto;
}

.title {
    width: "50%";
    text-align: right;
}

.field {
    width: "50%";
    text-align: left;
}

#qr-table {
    text-align: center;
    color: black;
    background-color: black;
}

#data {
    font-family:'Lucida Console', 'monospace';
    color: white;
    text-align: justify;
}
