/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#backButton{
    position:fixed;
    bottom:10px;
    left:10px;
    width:90px;
	z-index: 999;
}
#backButton:hover {  -webkit-filter: grayscale(100%) sepia(100%); }
#background{
	width:100%;
	height:100%;
	height: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: absolute;
	/*background-color: #242424;*//*remove to use the backgroundColor setting*/
	z-index: -999;
}
#logo{
    position:fixed;
	width: 15%;

}
@media only screen and (max-width: 600px) {
	.STOPWATCH #logo {
		width: 40% !important;
	}
}
#logo img {
	width: 95%;
	 /*max-width: 15%;*/
	vertical-align: middle;
}
.hide-container{
	display: none !important;
}
.swal2-container {
	z-index: 9999 !important;
}
.swal2-title {
	display: inline !important;
}
.swal2-input, .swal2-textarea {
	width: 80% !important;
}
.swal2-styled.swal2-confirm {
	background-color: #2778c4;
}
.swal2-actions {
	z-index:0 !important;
}

#swal2-content ol, #swal2-content ul {
	list-style-position: inside!important;
	list-style: unset;
}

#swal2-content ol{
	list-style-type: decimal;
}
@font-face {
	font-family: BurbankBigCondensed-Black;
	src: url('assets/fonts/burbank-big-condensed-black.ttf');
	font-weight: 400;
	font-weight: normal;
}

@font-face {
	font-family: Avenir;
	src: url('assets/fonts/avenir-book.otf');
	font-weight: 400;
	font-weight: normal;
}
@font-face {
	font-family: Digtal7;
	src: url('assets/fonts/digital-7.ttf');
	font-weight: 400;
	font-weight: normal;
}

@font-face {
	font-family: AllerDisplay;
	src: url('assets/fonts/aller-display.ttf');
	font-weight: 400;
	font-weight: normal;
}

@font-face {
	font-family: AvenirRoman;
	src: url('assets/fonts/avenir-roman.otf');
	font-weight: 400;
	font-weight: normal;
}

@font-face {
	font-family: AvenirMedium;
	src: url('assets/fonts/avenir-medium.otf');
	font-weight: 400;
	font-weight: normal;
}

:root {
	--sat: env(safe-area-inset-top);
	--sar: env(safe-area-inset-right);
	--sab: env(safe-area-inset-bottom);
	--sal: env(safe-area-inset-left);
}

html,
body {
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	min-height: -webkit-fill-available;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Avenir;
}

@media screen and (max-width: 555px) {
	.PHOTO_BOOTH #backButton {
		bottom: 68px;
	}
	.PHOTO_BOOTH .switch-camera{
		margin-right: 2px !important;
	}
	.PHOTO_BOOTH .camera-timer{
		margin-right: 1px !important;
	}
	.PHOTO_BOOTH .next-camera{
		margin: 1px !important;
	}
}