@font-face {
    font-family: 'star_jediregular';
    src: url('fonts/starjedi-webfont.woff2') format('woff2'),
         url('fonts/starjedi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
input, p{
    color: azure;
}
h1,h2,input{
    color: #000;
    font-family: star_jediregular;
    margin-top: -0.2em;
    line-height: 94%;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #ffd200;
}
h2{
    transform: perspective(200px) rotateX(45deg);
}
input{
    background-color: black;
    font-size: 16pt;
    margin-bottom: 3vh;
    caret-color:azure;
    border:none;
}
body{
    background:black;
    text-align: center;
    /*min-height: 98vh;*/
    overflow-x: hidden;
}
.iPlayerFrame, .qrPlayerFrame{
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 1vh;
    margin-bottom: 0vh;
    background-color: white;
    border:solid #777 1vw;
    width:22vw;
    height:41vh;
    border-radius: 2vw;
    display: inline-block;
}
.cardPhoto{
    height: 19vh;
    z-index: 7;
    transform: translateX(-50%);
    position: absolute;
    bottom: 1vh;
    left: auto;
    right: auto;
}

.cardIcon{
    color:white;
    font-size: 32pt;
}
.allCardsOuter{
    width:100%;
    display:flex;
}

.allCardsInner{
    width:70vw;
    margin:0;
    display:inline-block;
}
.cardStatus{
    width:10vw;
    margin-left:-10vw;
    display:inline-block;
}
.cardStatus i{
    display: block;
    margin-left: 10vh;
    margin-top: 7vh;
}

.cardSymbol, .cardSymbolR{
    height: 10vh;
    width: 10vh;
    position: absolute;
    top: 1vh;
    left: 1vh;
    filter: invert(0.5);
}

.cardSymbolR{
    left: auto;
    right:1vh;
    transform: scaleX(-1);
}

.cardTitle{
    position: absolute;
    top: 3vh;
    z-index:7;
    right: 3vh;
    margin: 0;
}

.progressbarOuter{
    margin-top: -2vh;
    margin-bottom: 2vh;
    width:100%;
    height:2vh;
}
.progressbarInner{
    height:100%;
    background-color: coral;
}

.titleImg{
    display:none;
    width:100%;
}

.qrPlaceholder{
    width:20vw;
    height:20vw;
    margin-left:1vw;
    margin-top: calc(20vh - 9.5vw);
    margin-right:1vw;
}
.qrPlaceholder img{
    width:100%;
    height:100%;
    margin:0;
}
iframe{
    border:none;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.mainButton .text{
    position: absolute;
    top: 2.4vh;
    width: 80vw;
    z-index:10;
    transform: translateX(-50%);
}
.mainButton img{
    z-index:5;
}
.mainButton, .card {
    position: relative;
	box-shadow: 0px 10px 14px -7px #599bb3;
	/*background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
    */
	background-color:#111;
    border:2vw solid #599bb3;
    margin-bottom: 3vh;
    min-height: 7vh;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:3vh;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
    width:65%;
}
.mainButton:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.mainButton:active {
	position:relative;
	top:1px;
}
.card{
    height:20vh;
    position: relative;
    border:1px solid black;
}
        