@font-face {
	font-family: Brandon;
	letter-spacing: 1em;
	src: url("/fonts/brandon/BrandonText-Regular.otf") format("opentype");
}

@font-face {
	font-family: Brandon;
	font-weight: bold;
	letter-spacing: 1em;
	src: url("/fonts/brandon/BrandonText-Bold.otf") format("opentype");
}

html, body {
	font-family: Brandon;
	letter-spacing: .05em;
	background: transparent;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .08em;
}

.card {
	border: none !important;
	background: rgba(255,255,255,.6);
}

.btn {
	text-transform: uppercase;
	border-radius: 0px;
	font-weight: bold;
	letter-spacing: .08em;
}

.btn-check:focus+.btn,
.btn:focus,
.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(139 139 139 / 25%);
}

.form-control,
.input-group-text {
	border-radius: 0px;
}

.form-control:focus {
	border-color:  #a5a5a5;
}

.btn-black {
	background-color: #000;
	color: #ebebeb;
}

.btn-black:hover {
	color: #fff;	
}

.card {
	border-radius: 0;
}

a {
	color: black;
}

.form-check-input:checked {
	background-color: #000;
	border-color: #000;
}

.form-check-input:focus {
	border-color: #b9b9b9;
	box-shadow: 0 0 0 0.25rem rgb(120 120 120 / 25%);
}

div#video-file-wrapper {
	width: 100%;
	max-width: 320px;
	margin: 0px auto;
}

input#video_file {
    width: 100%;
    max-width: 320px;
}

.fileinput-label,
.submit-button {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    border: none;
}

.fileinput-label {
    background: #000;
    font-size: 120%;
    width: 100%;
    max-width: 320px;
    padding: 3px 10px 3px 10px;
    position: relative;
    top: -32px;
}

.contact-label, label[for=user_consent] {
    text-transform: uppercase;
    font-weight: 700;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
    letter-spacing: .05em;
}

label[for=user_consent] {
    font-size: 120%;
    text-transform: uppercase;
    font-weight: normal;
}

label[for=user_consent] small {
    display: block;
    font-size: 70%;
    margin: 1em 0;
    text-transform: none;
}

.clickable {
	text-decoration: underline;
	cursor: pointer;
}

.submit-button {
    width: 100%;
    text-align: center;
    font-size: 24px;
    background-image: url(/assets/backgrounds/submit.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 1em;
    border: none;
}

.step-image {
	width: 100%;
	max-height: 100%;
}

.input-annotation {
	font-style: italic;
	font-size: .8rem;
}

#video_file_name {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-style: italic;
	font-size: .8rem;
}


@media(max-width: 992px) {
}