body {
    background-size: cover;
    background: url('localAssets/pagePadding.png') repeat center bottom;
	text-align: center;
    color: black;
    font-size: 20px !important;
    font-family: 'kappa_regular', serif;
}

#branded-ninja {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		resize: none;
}

.qr-container {
	display: flex;
	height: 100vh;
    justify-content: center;
    align-items: center;
}
#qr-logo {
    object-fit: contain;
    margin-bottom: 40px;
    max-width: 400px !important;
}
.qr-content {
	padding: 50px 0px;
    display: block;
}

#qr-code {
    object-fit: contain;
    margin-top: 40px;
    border-radius: 25px;
    max-width: 200px !important;
}

.submit_score_form {
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background-image: url(localAssets/submissionBG.png);
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
}

#submissionText {
    margin: 2vh 20px;
    position: relative;
    font-size: 20px !important;
}
label#marketFor {
    margin: 0px 30px;
    font-weight: 400 !important;
    color: black;
    font-size: 15px !important;
}
#submissionText a {
	color: black;
    font-size: 20px;
}
input {
	font-size: 20px !important;
}

input[type=checkbox] {
    height: 25px;
    width: 25px;
	margin-bottom: 0px;
    vertical-align: middle;
}


#inputForm {
	position: relative;
	margin-bottom: 0px !important;
}

.submitted_button {
    background-size: 100%;
    max-width: 300px !important;
    width: 230px;
    height: 70px;
    background-image: url(localAssets/submitButtonDefault.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    border: none;
    margin: 0px !important;
}

.back_button {
    background-size: 100%;
	width: 45px;
    height: 40px;
    float: left;
    margin: 20px 0px 0px 20px;
    background-image: url(localAssets/back-default.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer !important;
    border: none;
}
.back_button:hover, .back_button:active{
	background-image: url(localAssets/back-press.png);
}
@font-face {
  font-family: viva_b;
  src: url(localAssets/viva_beautiful.otf) format("opentype");
}

@font-face {
  font-family: kappa_regular;
  src: url(localAssets/kappa_display_regular.otf) format("opentype");
}
canvas {
		width: 100%;
		height: 100%;
}

::placeholder { !* Chrome, Firefox, Opera, Safari 10.1+ *!
	font-size: 20px;
 color: #0000008f;
  opacity: 1; !* Firefox *!
}

:-ms-input-placeholder { !* Internet Explorer 10-11 *!
	font-size: 20px;
  color: #0000008f;
}

::-ms-input-placeholder { !* Microsoft Edge *!
	font-size: 20px;
  color: #0000008f;
}

input[type=text] {
    position: relative;
    /*width: 50%;*/
    padding: 15px 20px;
    border: 1px solid black;
    border-radius: 100px;
    color: black;
    /*font-size: 35px;*/
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
