/* All */


*:focus
{
	outline: 0;
}
body
{
	margin: 0px;
	background-color: #f5f5f5;
}
a
{
	text-decoration: none;
	color: #f5f5f5;
}
h1
{
	font-family: 'Raleway', sans-serif;
	font-size: 108px;
	margin: 0px;
	color: #f5f5f5;
}
h1.game_name
{
	color: #1c1c1c;
}
h1.flag-h1
{
	font-size: 256px;
}
h2
{
	font-family: 'Raleway', sans-serif;
	font-size: 42px;
	margin: 0px;
	color: #f5f5f5;
}
h2.easy
{
	color: #118C4E;
}
h2.hard
{
	color: #8C1E11;
}
h2.question
{
	color: #1c1c1c;
	display: inline-block;
}
h3
{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	margin: 0px;
	color: #f5f5f5;
}
h3.question
{
	color: #1c1c1c;
}
h3.stats
{
	color: #1c1c1c;
}
h3.category
{
	font-size: 28px;
	color: #1c1c1c;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5
{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin: 0px;
	color: #f5f5f5;
}
h6
{
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	margin: 0px;
	color: #f5f5f5;
}
#ul_nav
{
	margin: 0px;
}
#ul_nav li
{
	display: inline;
	list-style-type: none;
	color: #f5f5f5;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	padding: 2px 6px;
	line-height: 40px;
	margin-right: 30px;
	-webkit-transition: .5s; /* Safari */
    transition: .5s;
}
#ul_nav li:hover
{
	border-radius: 10px;
	background-color: #686868;
}
.head
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #1c1c1c;
	z-index: 10;
}
.title
{
	float: left;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 80px;
}
.links
{
	float: left;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 300px;
}
button
{
	cursor: pointer;
}
button.review
{
	padding: 10px 19px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #253B59;
	border-style: none;
	border-radius: 6px;
	border-bottom: 3px solid #1A2A3F;
    transition: background-color .2s ease;
	margin-left: 40px;
	margin-top: 10px;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
button.review:hover
{
	background-color: #2A4366;
}
button.review-2
{
	padding: 10px 19px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #253B59;
	border-radius: 6px;
	border-style: none;
	border-bottom: 3px solid #1A2A3F;
    transition: background-color .2s ease;
	margin-top: 10px;
	margin-right: 10px;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
button.review-2:hover
{
	background-color: #2A4366;
}
button.review-3
{
	padding: 10px 19px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #253B59;
	border-radius: 6px;
	border-style: none;
	border-bottom: 3px solid #1A2A3F;
    transition: background-color .2s ease;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
button.review-3:hover
{
	background-color: #2A4366;
}
button.easy
{
	padding: 10px 19px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #118C4E;
	border-radius: 6px;
	border-style: none;
	border-bottom: 3px solid #0E7240;
    transition: background-color .2s ease;
	margin-left: 40px;
	margin-top: 10px;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
button.easy:hover
{
	background-color: #139F59;
}
button.hard
{
	padding: 10px 19px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #8C1E11;
	border-radius: 6px;
	border-style: none;
	border-bottom: 3px solid #72190E;
    transition: background-color .2s ease;
	margin-left: 40px;
	margin-top: 10px;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
button.hard:hover
{
	background-color: #9F2213;
}
button.start
{
	padding: 18px 42px;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #118C4E;
	border-radius: 6px;
	border-style: none;
	border-bottom: 3px solid #0E7240;
    transition: background-color .2s ease;
	margin-top: 10px;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
button.start:hover
{
	background-color: #139F59;
}
button.change_mind
{
	padding: 10px 19px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #8C1E11;
	border-radius: 6px;
	border-style: none;
	border-bottom: 3px solid #72190E;
    transition: background-color .2s ease;
	margin-top: 10px;
	margin-left: 10px;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
button.change_mind:hover
{
	background-color: #9F2213;
}
button.quiz-opt
{
	width: 360px;
	padding: 10px 19px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #253B59;
	border-radius: 6px;
	border-style: none;
	margin-top: 5px;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
button.quiz-opt:hover
{
	background-color: #2A4366;
}
button.quiz-opt-2
{
	width: 360px;
	padding: 10px 19px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #253B59;
	border-radius: 6px;
	border-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
button.quiz-opt-2:hover
{
	background-color: #2A4366;
}
button.play_again
{
	padding: 10px 19px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #118C4E;
	border-radius: 6px;
	border-style: none;
	border-bottom: 3px solid #0E7240;
    transition: background-color .2s ease;
	margin-right: 10px;
	margin-top: 10px;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
button.play_again:hover
{
	background-color: #139F59;
}


/* Home */


i
{
	margin-top: 20px;
}
.tile1
{
	float: left;
	position: relative;
	min-width: 100%;
	min-height: 100vh;
	background-color: #118C4E;
	padding-top: 200px;
	color: #f5f5f5;
	text-align: center;
}
.tile2
{
	float: left;
	position: relative;
	min-width: 100%;
	min-height: 100vh;
	background-color: #04B4BF;
	padding-top: 100px;
	color: #f5f5f5;
	text-align: center;
}
.tile3
{
	float: left;
	position: relative;
	min-width: 100%;
	min-height: 100vh;
	background-color: #8C1E11;
	padding-top: 100px;
	color: #f5f5f5;
	text-align: center;
}
.get_started
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 100px 10px;
}
.get_started td
{
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
}
td.icn_link
{
	-webkit-transition: .5s; /* Safari */
    transition: .5s;
}
td.icn_link:hover
{
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);
}
p.def
{
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}
a#t1
{
	position: absolute;
	top: 0;
}
a#t2
{
	position: absolute;
	top: 0;
}
a#t3
{
	position: absolute;
	top: 0;
}



/* Flags */


.options
{
	float: left;
	width: 100%;
	min-height: 100vh;
	background-color: #04B4BF;
	padding-top: 100px;
	color: #f5f5f5;
	text-align: left;
}
.in_container
{
	margin-left: 80px;
}
.divider
{
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #f5f5f5;
}


/* Flag Review */


.flag_main
{
	float: left;
	min-width: 100%;
	min-height: 100vh;
	background-color: #f5f5f5;
	padding-top: 100px;
	color: #1c1c1c;
}
.flag_rev
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 20px 5px;
}
.flag_rev td
{
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
.country_info td
{
	font-weight: bold;
}


/* Easy Flag Game */
.games
{
	float: left;
	width: 100%;
	min-height: 100vh;
	background-color: #04B4BF;
	color: #f5f5f5;
}
.game_div
{
	max-width: 85%;
	min-height: 85vh;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #f5f5f5;
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000; 
}
#intro_div
{
	color: #1c1c1c;
}
#play_div
{
	color: #1c1c1c;
	display: none;
}
#result_div
{
	color: #1c1c1c;
	display: none;
}
.question_div
{
	display: inline-block;
	width: 65%;
	height: 20%;
	text-align: left;
	margin-top: 30px;
	margin-bottom: -20px;
}
#progress
{
	display: inline-block;
	float: right;
	background-color: #1c1c1c;
	margin: 0px;
	padding: 4px 8px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000; 
}
.image_div
{
	display: inline-block;
	width: 800px;
	height: 300px;
}
.answer_div
{
	display: inline-block;
	width: 80%;
	height: 20%;
}
.progress_bar_div
{
	display: inline-block;
	width: 65%;
	height: 10%;
	margin-top: 10px;
}
#stats_div
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}
#btn_div
{
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
progress
{
	width: 90%;
	height: 20px;
	-webkit-appearance: none;
	border: none;
}
progress#p-bar
{
	margin-left: 60px;
}
progress::-webkit-progress-bar 
{
	width: 90%;
	height: 20px;
	background-color: #8C1E11;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress::-webkit-progress-value 
{
	background-color: #118C4E;
}
progress.statprog
{
	width: 100%;
	height: 20px;
	-webkit-appearance: none;
	border: none;
	display: inline-block;
}
progress.statprog::-webkit-progress-bar 
{
	width: 100%;
	height: 20px;
	background-color: #8C1E11;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress.statprog::-webkit-progress-value 
{
	background-color: #118C4E;
}
#stats_table
{
	border-spacing: 10px 10px;
	margin-left: auto;
	margin-right: auto;
}
#stats_table td:nth-child(2)
{
	width: 600px;
}


/*Hard mode*/


input.hard_ans
{
	width: 400px;
	padding: 8px 12px;
	font-family: sans-serif;
	font-size: 16px;
	color: #1c1c1c;
	background-color: #f5f5f5;
	border-radius: 6px;
	border: 2px solid #1c1c1c;
	margin-right: 10px;
	margin-top: 10px;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}
input.hard_ans:focus
{
	outline: 0;
}
button.enter
{
	padding: 8px 19px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #1c1c1c;
	border-radius: 6px;
	border-style: none;
	margin-top: 12px;
	-webkit-transition: .5s; /* Safari */
    transition: .5s;
}
button.enter:hover
{
	background-color: #292929;
}


/*Countries review*/


#mapdiv
{
	width: 100%;
	height: 90vh;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}


/*Countries Games*/


.games-2
{
	float: left;
	width: 100%;
	height: 100vh;
	background-color: #04B4BF;
	color: #f5f5f5;
}
div.game_div_2
{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #f5f5f5;
}
div#country_question
{
	position: fixed;
	top: 65px;
	height: 50px;
	margin-left: 5%;
	z-index: 2;
}
div#country_progress
{
	position: fixed;
	top: 65px;
	right: 5px;
	height: 50px;
	z-index: 2;
}
div#playdiv
{
	width: 100%;
	height: 90%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
div#options_div
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin-left: 40px;
	background-color: #1c1c1c;
	padding-bottom: 2px;
	z-index: 2;
}
div.hard_question
{
	position: fixed;
	top: 65px;
	height: 50px;
	margin-left: 5%;
	z-index: 2;
}
/*New button design, from reddit/r/music
 a {
    height: 22px;
    width: 145px;
    display: block;
    background-color: #EA3774;
    color: #FFF;
    text-align: center;
    line-height: 2;
    border-radius: 3px;
    border-bottom: 3px solid #BD2056;
    transition: background-color .2s ease;
*/