@charset "UTF-8";
/* Hey this is Karim, this is where I wrote all the CSS and Yada Yada Yada the site is live!*/


body{
	background:url(../images/seinfeld-bg.png) no-repeat center top fixed #31263E;
	background-size:cover;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	margin:0;
	padding:0;
}

*{
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
}

*:hover{
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
}

a{
	color:#fff;
	text-decoration:none;
}

.logo{
	width:232px;
	display:block;
	margin:auto;
	margin-top:50px;
	
	animation: logo-intro 2s cubic-bezier(1,0,0,1) 1;
	-moz-animation: logo-intro 2s cubic-bezier(1,0,0,1) 1;
	-webkit-animation: logo-intro 2s cubic-bezier(1,0,0,1) 1;
	-o-animation: logo-intro 2s cubic-bezier(1,0,0,1) 1;
}

.quiz{
	text-align:center;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	
}

.question{
	font-size:41px;
	margin-bottom:20px;
	color:#fff;
	text-shadow:1px 1px 0px #000;
	text-shadow:1px 1px 0px #000;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	
	animation: quiz-intro 2.2s cubic-bezier(1,0,0,1) 1;
	-moz-animation: quiz-intro 2.2s cubic-bezier(1,0,0,1) 1;
	-webkit-animation: quiz-intro 2.2s cubic-bezier(1,0,0,1) 1;
	-o-animation: quiz-intro 2.2s cubic-bezier(1,0,0,1) 1;
}

.answers{
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:2px;
	
}

.answers a{
	clear:none;
	padding:10px 20px;
	margin:0 10px;
	position:relative;
	bottom:0px;
	color:#ccc;
	box-shadow:0px 0px 0px #000;
	letter-spacing: 5px;
    font-size: 14px;
	border-radius:25px;
    font-weight: bold;
	
	animation: answers 2.5s cubic-bezier(1,0,0,1) 1;
	-moz-animation: answers 2.5s cubic-bezier(1,0,0,1) 1;
	-webkit-animation: answers 2.5s cubic-bezier(1,0,0,1) 1;
	-o-animation: answers 2.5s cubic-bezier(1,0,0,1) 1;
}

.answers a:hover{
	background:#fff;
	box-shadow:0px 0px 60px #000;
	position:relative;
	bottom:5px;
	border-radius:25px;
	color:#0d0d0d;

	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease-out;

}

a{
	color:#fff;
	text-decoration:none;
}

footer{
	font-size:10px;
	font-weight:bold;
	letter-spacing:3px;
	
	animation: fadein 3s cubic-bezier(0,0,1,1) 1;
	-moz-animation: fadein 3s cubic-bezier(0,0,1,1) 1;
	-webkit-animation: fadein 3s cubic-bezier(0,0,1,1) 1;
	-o-animation: fadein 3s cubic-bezier(0,0,1,1) 1;
	
	
}

.share{
	position:absolute;
	bottom:50px;
	left:50px;
	text-align:left;
	display:inherit;
}

.progress{
	font-size:13px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	position:absolute;
	bottom:50px;
	width:100%;
	text-align:center;
	opacity:1;

}

.sideproject a{
	position:absolute;
	bottom:50px;
	right:50px;
	text-align:right;
	text-decoration:none;
	color:#fff;
	display:inherit;
	opacity:1;
}

.sideproject a:hover{
	text-decoration:underline;
}




@keyframes fadein {
    0% {opacity:0;}
	50%   {opacity:0; }
    100% {opacity:1; }
}

@keyframes logo-intro {
    0%   {position:relative; top:320px; opacity:0;}
	50%   {position:relative; top:300px; opacity:1;}
	70%   {position:relative; top:300px; opacity:1;}
    100% {position:relative; top:0; opacity:1;}
}

@keyframes quiz-intro {
     0%   {position:relative; top:50px; opacity:0;}
	50%   {position:relative; top:50px; opacity:0;}
    100% {position:relative; top:0; opacity:1;}
}

@keyframes answers{
    0%   {position:relative; bottom:50px; opacity:0;}
	50%   {position:relative; bottom:50px; opacity:0;}
    100% {position:relative; bottom:0; opacity:1;}
}

@keyframes answers1{
    0%   {position:relative; bottom:100px; opacity:0;}
    100% {position:relative; bottom:0; opacity:1;}
}

@keyframes answers2{
    0%   {position:relative; bottom:100px; opacity:0;}
    100% {position:relative; bottom:0; opacity:1;}
}

@keyframes answers3{
     0%   {position:relative; bottom:100px; opacity:0;}
    100% {position:relative; bottom:0; opacity:1;}
}

@keyframes answers4{
    0%   {position:relative; bottom:100px; opacity:0;}
    100% {position:relative; bottom:0; opacity:1;}
}




/*---------Mobile View---------*/
@media only screen and (max-width: 700px) {
.quiz{
	height: 230px;
	width:90%;
	
}

.question{
	font-size:30px;
}

.answers a{
	clear:both;
	display:block;
}

.share{
	display:none;
}

.progress{
	right:initial;
	left: initial;
	text-align:center;
	width:100%;
}


.sideproject a{
	right:initial;
	left: initial;
	text-align:center;
	width:100%;
	bottom:25px;
    opacity: .4;
	letter-spacing:2px;
    font-size: 11px;
	font-weight:300;
}

}