
h1.quiz1,h2.quiz1,h3.quiz1,h4.quiz1,h5.quiz1,h6.quiz1 
{color: white;
font-family: Helvetica, sans-serif;}
h1.quiz1:hover {text-decoration: none; color:white;}

h3.quiz1 {color:#2a7ed0;}
h2.quiz1:hover {color:white;}

.quiz{
	background-color:#FA5855;
	border-radius:10px;
	width: 100%;
	height: 100%;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
}

.quiz-img{
	width:100%; height:auto;
	margin: 0 auto;
	border-radius:5px;
	margin-top: 20px;



}
.container.quiz {max-width:970px;}


.social {
	margin: 0;
	padding: 0;
}

.social ul {
	padding: 5px;
	margin:0px;
}

.social ul li {
	margin: 0px;
	list-style: none outside none;
	display: inline-block;
}
.social span {
	width: 90px;
	height: 75px;
	color: white;
	background-color:transparent;
	font-size: 50px;
	text-align:center;
    padding-top: 20px;
    margin:0 auto;
    margin-left:25px;
	text-align:center;
	border-style:solid;
	border-radius: 20%;
	border-color: #FA5855;
	-moz-border-radius: 20%;
	-webkit-border-radius: 20%;
	-o-border-radius: 20%;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.social span:hover {
	color: #FFF;
	text-decoration: none;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.social .fa-facebook:hover { /* round facebook icon*/
	background: #697DA7;
}
.social .fa-facebook { /* round facebook icon*/
	background: #4060A5;
}


.social .fa-twitter:hover { /* round twitter icon*/
	background: #47BDE4;
}
.social .fa-twitter { /* round twitter icon*/
	background: #00ABE3;
}
.social p{
	width:100%; 
	font-size:25px;
	text-align: center;
	color:white;
padding-top:10px;
margin-top:20px;
margin-bottom:10px;}

.quiz-col{
	background-color: #FA5858;
	border-radius:5px;
	position:relative;
	color:white;
	margin-bottom:10px;
}
.quiz-col2{
	padding-right:10px;}

#play-button {
	font-size:80px;
	width: 280px;
	text-align: center;
	height: 130px;
	line-height:130px;
	border-style:solid;
	border-color: #2a7ed0; 
	margin: 0 auto;
		margin-bottom: 20px;
		margin-top: 20px;

		}


#play-too{
	width:280px; 
	font-size:30px; 
	height:100px;
		margin: 0 auto;

margin-bottom:20px;
	border-style:solid;
	border-color: #2a7ed0; 
		}

.button {

	font-family: Helvetica, sans-serif;
    color: white;
    text-decoration: none;
    background-color: #2a7ed0;
   
  	z-index: 9999;
  	
  	width:280px; 
	margin: 0 auto;

    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px #2A4CD2, 0px 9px 25px rgba(0,0,0,.7); */
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	outline:none;
	border-style:none;
}

.button:hover {
		background-color:#FA5858;
	

}
.button:active {
   /*-webkit-box-shadow:  0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px #2A4CD2, 0px 3px 6px rgba(0,0,0,.9); */
      /*  top: 6px;
        padding-top:6px; 
        z-index: 9999;
        outline:none; */

}

.leaderboard{ color:white;

	margin-top:20px; }
.global-lead a { 
	text-decoration:none; 

	color:white; 
	text-align:center; 
	border-style:solid; 
	border-color:#2a7ed0;
	margin: 0 auto;
margin-bottom:10px;}
.global-lead a:hover { 
	text-decoration:none; 
	color:white;}
.global-lead {
	
		margin-bottom: 20px;
}

@media(max-width:970px;){
	.quiz-img{width:1000px;}



}

.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}
.attribution {
	margin:0 auto;
	margin-top:-60px;

	padding-left:5px;
	opacity:0.7;
	background-color: black;
	border-radius:5px;
	display:none;
	width:300px;
}
.att-icon:focus + .attribution{ display:block;

}
.att-icon{
	margin-left:15px; 
	color:white; 
	font-size: 1.2em;
	margin-top: 10px;
}
.att-icon:hover {	text-decoration: none;
s}
.date { padding-left: 15px; color: #2a7ed0;}
.description {padding-left:15px; padding-right:10px;}
