﻿@font-face {font-family: "American Typewriter Normal";
  src: url("../fonts/bf35ddaa105b41dd66cb2eb93424c588.eot"); /* IE9*/
  src: url("../fonts/bf35ddaa105b41dd66cb2eb93424c588.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/bf35ddaa105b41dd66cb2eb93424c588.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/bf35ddaa105b41dd66cb2eb93424c588.woff") format("woff"), /* chrome、firefox */
  url("../fonts/bf35ddaa105b41dd66cb2eb93424c588.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/bf35ddaa105b41dd66cb2eb93424c588.svg#American Typewriter Normal") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Handwriter OT W03 Bold";
  src: url("../fonts/aa0fb8031edede5e431252c92665b059.eot"); /* IE9*/
  src: url("../fonts/aa0fb8031edede5e431252c92665b059.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/aa0fb8031edede5e431252c92665b059.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/aa0fb8031edede5e431252c92665b059.woff") format("woff"), /* chrome、firefox */
  url("../fonts/aa0fb8031edede5e431252c92665b059.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/aa0fb8031edede5e431252c92665b059.svg#Handwriter OT W03 Bold") format("svg"); /* iOS 4.1- */
}

*{
	font-family: "American Typewriter Normal";
	font-size: 12pt;
}

body{
	color: #000000;
	background-color: #F8F8F8;
}

p{
	max-width: 90vw;
	margin: 1rem auto;
}

.grid-container.full{
	max-width: 1080px;
}

.menuLink, a, a:visited, a:link, a:hover, a:active{
	color: inherit;
}

.menuLink{
	padding: 0.5rem;
	display: block;
	font-size: 1.4rem;
}

h1, h2, h3, h4, .subtitle, .policycontainer > ul > li{
	font-family: "Handwriter OT W03 Bold";
	padding-top: 2rem;
	padding-bottom: 1rem;
}

h1{
	font-size: 3rem;
}

h2{
	font-size: 2.5rem;
}

h3{
	font-size: 2rem;
	border-bottom: 1px solid;
    width: fit-content;
    margin: 1rem auto;
}

h4{
	font-size: 1.25rem;
	padding-bottom: 0;
    margin-bottom: 0;
	padding-top: 1rem;
}

.logo, .logoMenu{
	padding: 1rem 0.25rem;
}

.logo img, .logoMenu img{
	width: 100%;
}

.reveal .logoMenu{
	margin: 1rem 0;
	display: block;
}

.subtitle{
	width: 80%;
    display: flex;
    margin: 0 auto;
	padding-top: 0;
}

.title-bar{
	justify-content: space-between;
	background: white;
	color: grey;
	box-shadow: #00000029 0px 6px 6px;
}

#muteButton{
	position: fixed;
    bottom: 1rem;
    height: 2rem;
    width: 2rem;
    padding: 1rem;
    right: 1rem;
    background-image: url("../img/ButtonMute@4x.png");
	background-size: contain;
}

#muteButton.btnMuted{
	background-image: url("../img/ButtonUnMute@4x.png");
}

.menu-icon::after{
	background: #931321;
	box-shadow: 0 7px 0 #931321, 0 14px 0 #931321;
}

.redbg{
	color: white;
	background-color: #931321;
}

.redfont{
	color: #931321;
}

.splashimage{
	background: url("../img/Splashtop.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
	padding-bottom: 7rem;
}

.thumbnail.centered{
	margin: 0 auto;
    max-height: 25vmax;
}

.thumbnail.centered img{
	height: 100%;
}

.white-bg{
	background: white;
}

.uppercase{
	text-transform: uppercase;
}

.multiply{
	mix-blend-mode: darken;
}

.media-object img{
	max-width: inherit;
}

.bwslogo{
	padding: 2rem 0 1rem 0;
}

.thumbnail{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.usercam{
	background: white;
	color: white;
	height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 100;
	opacity: 1;
	transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

.usercam #video, #transparentvideo, .usercam #videoFallback{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	background: #FFFFFF;
}

#transparentvideo{
	background: transparent;
}

.a-loader-title{
	display: none !important;
}

.privacypolicy{
	text-align: left;
	background: #931321;
}

.policycontainer{
	max-width: 90vw;
	padding: 2.5vw;
	margin: 0 auto;
	background: white;
}


/* List styles */
ul, li{
	padding: 0.5rem 0;
}

.policycontainer > ul ul{
	margin-left: 2.5rem;
}

.policycontainer > ul{
	margin: 0;
	list-style: decimal inside;
}

/* Menu styles */
#menu{
	background: #931321;
	color: white;
	text-align: center;
}

.close-button span{
	font-size: 2rem;
	color: white;
}

.button{
	background: white;
    line-height: 0.9;
    text-transform: uppercase;
	padding: 2rem;
}

/* Age checker */
.ageinput{
	position: relative;
}

.button.black{
	background: black;
	color: white;
	padding: 1rem 2.5rem;
	margin: 0.5rem;
}

.inputcontainer{
	display: flex;
	max-width: 84vw;
	margin: 1rem auto;
	justify-content: space-evenly;
}

.inputcontainer input{
	height: 24vw;
    width: 17vw;
    margin: 0 0.25rem;
    background: none;
    border: 1px solid black;
    font-size: 3rem;
    text-align: center;
	max-height: 12rem;
    max-width: 9rem;
}