html, body {height: 100%;margin:0;}
* {
   -webkit-user-select: none;
   user-select: none;
   cursor:default;
}
@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/SourceSansPro-Bold.eot');
    src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Bold.otf.woff') format('woff'),
         url('../fonts/SourceSansPro-Bold.otf') format('opentype'),
         url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/SourceSansPro-Light.eot');
    src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Light.otf.woff') format('woff'),
         url('../fonts/SourceSansPro-Light.otf') format('opentype'),
         url('../fonts/SourceSansPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/SourceSansPro-Semibold.eot');
    src: url('../fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Semibold.otf.woff') format('woff'),
         url('../fonts/SourceSansPro-Semibold.otf') format('opentype'),
         url('../fonts/SourceSansPro-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Regular.otf.woff') format('woff'),
         url('../fonts/SourceSansPro-Regular.otf') format('opentype'),
         url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body{
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-align: center;
	-moz-box-align: center;
	flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	flex-pack: center;
	background-image: url(../images/light-banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(30,30,30,1);
    overflow: hidden;
}
.footerContent {
	float: left;
	width: 25%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
h1 {
	font-weight:900;
	font-size:48px;
	margin-bottom: 0px;
}
hr {
	border-style: solid;
	border-color: rgb(148, 148, 148);
	margin-top: 40px;
	margin-bottom: 40px;
}
.emphasisedSpan {
	font-family: 'source_sans_prosemibold';
}
.welcomeMessage {
	margin-top: 0px;
}
h4, .navButton:hover {
	color: #CDE074;
	margin-top: 0px;
	display: block;
}
h4 {
    font-weight: lighter;
}
a {
	color:inherit;
	text-decoration:none;
}
img {
	width:500px;
	height:500px;
}
#container {
	text-align: center;
	color: rgba(245,244,244,0.90);
	font-family: 'source_sans_proregular';
	font-style: normal;
	width: 700px;
}
.secondaryDesc {
	line-height:1.6em;
}
.startTourButton, .galleryButton, .exitChoiceButton {
	border: 2px solid rgba(180, 180, 180, 1);
	padding: 10px;
	padding-bottom:5px;
	padding-top:5px;
	margin:10px;
    width:170px;
	cursor:pointer;

}
.startTourButton:hover, .galleryButton:hover, .exitChoiceButton:hover, .navButton:hover {
	border-color:white;
	background-color:white;
	color:#1e1d1d;
}

.userName {
	font-family: 'source_sans_prosemibold';
}
.backButton {
	float: left;
	margin-left:100px;
}
.doneButton {
	float:left;
}

#startTour {
    margin-left:auto;
	margin-right:auto;
}

.backNavButton {
	margin-left:75px;
}

.backButton {
	margin-left:200px;
}


.skipWrapper {
	text-align: center;
	clear: both;
	margin-top: 50px;
	color: rgba(128,128,128,0.5);
}

.skip:hover {
	color: rgba(128,128,128,1.0);
}
.skip {
	display: inline-block;
	cursor:pointer;
}

.navButton {
	cursor:pointer;
	border: 2px solid rgba(180, 180, 180, 1);
	padding-top: 5px;
	padding-bottom: 5px;
}

.cc {
    font-family: 'source_sans_prosemibold';
	color:#BFFFA8;
}
.featureDescription {
	height:50px;
}
#container iframe {
	border: 2px solid #373737;
	border-radius: 7px;
	-webkit-box-shadow: 6px 6px 25px 2px #000000;
	box-shadow: 6px 6px 25px 2px #000000;
}

.animVideoText:hover {
    color: rgba(190,190,190,1.0);
}

.animVideoText {
    cursor: pointer;
}
