html {
	height: 100%;
}

@font-face {
    font-family: 'Caecilia';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/caecilialtstd-heavy.eot?") format("eot"), url("../fonts/caecilialtstd-heavy.woff") format("woff"), url("../fonts/caecilialtstd-heavy.ttf") format("truetype"), url("../fonts/caecilialtstd-heavy.otf") format("opentype"), url("../fonts/caecilialtstd-heavy.svg#CaeciliaLTStd85Heavy") format("svg")
}


body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
    font-family: 'Caecilia';
    font-style: normal;
    font-weight: normal;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
    text-transform: uppercase;
}

* {
	cursor: default;
}

.lostConnection {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #ffffff;
	color: #333333;
	z-index: 99999999999;
}

.lostConnection .centerLost {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -250px;
	height: 300px;
	text-align: center;
	font-size: 80px;
}

.lostConnection .centerLost img {
	display: block;
	margin: 10px auto;
}

.choose-computer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #ffffff;
	color: #333333;
	z-index: 99999999999;
}

.choose-computer .center-choosing-computer {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -250px;
	height: 300px;
	text-align: center;
	font-size: 40px;
}

.choose-computer .center-choosing-computer select {
	width: 600px;
	font-size: 25px;
	padding: 20px 40px;
	text-transform: uppercase;
	outline: none;
}

.choose-computer .center-choosing-computer input {
	width: 150px;
	font-size: 25px;
	padding: 20px 40px;
	text-transform: uppercase;
	outline: none;
}

.choose-computer .center-choosing-computer small {
	font-size: 20px;
}

.slide_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide_container .slide_holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
}

.slide_container .slide_holder.logo_only {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

.slide_container .slide_holder .centered {
	position: absolute;
	height: 150px;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -75px;
	text-align: center;
	text-transform: uppercase;
}

/* GLR slides */
#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 1080px;
    height: 1920px
}

.hcenter {
    margin-left: auto;
    margin-right: auto
}
.hvcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.userinput {
	position: relative;
}
.userinput img{
	width: 100vw;
	overflow-y: hidden;
}
.text-over {
	position: absolute;
	left: 65vw;
	top:	15vh;
	color: white;
 	text-shadow:
	 1px 0px 1px #ccc, 0px 1px 1px #eee,
	 2px 1px 1px #ccc, 1px 2px 1px #eee,
	 3px 2px 1px #ccc, 2px 3px 1px #eee,
	 4px 3px 1px #ccc, 3px 4px 1px #eee,
	 5px 4px 1px #ccc, 4px 5px 1px #eee,
	 6px 5px 1px #ccc, 5px 6px 1px #eee,
	 7px 6px 1px #ccc;
	 font-size:4em;
}
.text-over .remark::before {
	content:'\n';
}
.text-over .remark {
	font-size:3em;
}
.font750 {
    font-size: 75em
}
.font600 {
    font-size: 60em
}
.font300 {
    font-size: 30em
}
.font250 {
    font-size: 25em
}
.font200 {
    font-size: 20em
}
.font150 {
    font-size: 15em
}
.font100 {
    font-size: 10em
}
.font75 {
    font-size: 7.5em
}
.font50 {
    font-size: 5.0em
}

#videoscreen{
width: 500px;
height: 375px;
background-color: #666;
}
