/*
 QUIZ WEBSITE LAYOUT ELEMENTS
 */

html,body {
	height: 100% !important;
	margin: 0;
	background-image: URL("assests/constellation-01.png");
    color: #ffffff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
	overflow-x: auto;
	max-width: 100%;
}
a:link {
  color: #D4AF37;
}
a:visited {
  color: #D4AF37;
}
* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	box-sizing:border-box;
}

*::before, *::after {
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


 .section-background-image {
	background-image: URL();
	background-repeat: repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0;
	 color: #000000;
}

.section {
	color: inherit;
	position: relative;
	padding: 0px 0;
	text-align: center;



}


.section-dark {
	background-color: #DB1B0;
	color: #FFFFFF	;
	-webkit-border-radius: 1px; -moz-border-radius: 1px;border-radius: 1px
}

.quiz-section {
	padding: auto;
	text-align: center;
	height: auto;
}

.quiz-section .container {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;
}

.quiz-section:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle;
}

/*make the background somewhat darker*/
.quiz-section:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 0;
	height: 100px;
	width: 100%;
	display: block;
	background-image: URL;
	opacity: 100;
	
}

@media ( max-width: auto ) {
	.quiz-section.quiz-fullscreen {
		height: auto;
	}
	.quiz-start-link {
		display: none;
	}
}

.quizintrobox {
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 5px;
    padding: 11.5px 17px;
	max-width: 650px;
	border:px solid #333; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px
}

.footer-section {
	padding-bottom: 100px;
	text-align: center;
	background-image: 
}

.section-background-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: #222;
	color: #222;
}

 img {
    max-width: 100%;
    height: auto;
}

/*
 QUIZ WEBSITE CONTENT ELEMENTS
 */
 
 .p {
    margin: 0 auto 20px;
	width: auto;
	text-align: middle;
}

 .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #fff;
	margin-bottom: 15px;
	line-height: 1.0;
}
 
.section-heading {
	position: relative;
	padding-bottom: 0px;
	margin: -20px 0 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.section-heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 100px;
	background-color: rgba(0,0,0,0.1);
	left: 50%;
	right: 50%;
	text-align: center;
	margin-left: -50px;
}

/* Button */
.button_header,.button_reset{
	border:1px solid #D4AF37; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 18px 18px 18px 18px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	 background-color: #D7be69; background-image: -webkit-gradient(linear, left top, left bottom, from(#D7be69), to(#D4AF37));
	 background-image: -webkit-linear-gradient(top, #D7be69, #D4AF37);
	 background-image: -moz-linear-gradient(top, #D7be69, #D4AF37);
	 background-image: -ms-linear-gradient(top, #D7be69, #D4AF37);
	 background-image: -o-linear-gradient(top, #D7be69, #D4AF37);
	 background-image: linear-gradient(to bottom, #D7be69, #D4AF37);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D7be69, endColorstr=#D4AF37);
}

.button_header:hover{
	 border:1px solid #D4AF37;
	 background-color: #FFD700; background-image: -webkit-gradient(linear, left top, left bottom, from(#d4af37), to(#3a000d));
	 background-image: -webkit-linear-gradient(top, #d4af37, #FFD700);
	 background-image: -moz-linear-gradient(top, #d4af37, #FFD700);
	 background-image: -ms-linear-gradient(top, #d4af37, #FFD700);
	 background-image: -o-linear-gradient(top, #d4af37, #FFD700);
	 background-image: linear-gradient(to bottom, #d4af37, #FFD700);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFD700, endColorstr=#FFD700);
}

.button {
	padding: 9px 14px;
	border-radius: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	line-height: 1.819;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}


/* footer */ 

.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}



.questions {
    background-color: #FFFFFF;
    margin: 50px 0;
    padding: 120px;
    text-align: center;
	opacity: 0;
}

ul, ol {
    margin-bottom: 75px;
    margin-top: 0;
}

.invisible {
	display: none;
	}
	
	a, u {
    text-decoration: none;
}

a { color: inherit; } 

#lore_brief {
max-width: 650px;
center: top;
margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
}

#results_screen { 
max-width: 650px;
center: middle;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;

