body, html
{	
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
}
div
{
	box-sizing: border-box;
}
.container
{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.row
{
	width: 100%;
	margin: 0 auto;
}
.row:after
{
	display: block;
	clear: both;
	float: none;
	content: '';
}
h1, h2, h3, h4, h5, h6
{
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #46206d;
}
h1
{
	font-size: 2.2rem;
}
h2
{
	font-size: 1.2rem;
	font-weight: 400;
	max-width: 800px;
	margin: 0 auto 10px;
}
h1, h2
{
	color: #ffffff;
}
#top
{
	background-color: #69379c;
	padding: 10px 0;
}
#top img
{
	max-width: 60%;
	width: 300px;
}
header
{
    padding: 10px 0;
	position: relative;
	background-color: #69379c;
}
.header-section
{
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
	padding: 5px 0 30px;
}
.header-section span
{
	color: #fd9c27;
}
.main-btn
{
	margin-top: 20px;
	font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 40px;
    border-style: solid;
    border-color: #26ae5f;
    color: #fff;
    background-color: #26ae5f;
    box-shadow: 0 15px 30px -15px #26ae5f;
    transition: all .5s ease-in-out;
    border-radius: 100px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz--appearance: none;
    outline: none;
}
.main-btn:hover
{
	transform: scale(.9);
    box-shadow: none;
}
#start
{
	border-color: #fd9c27;
	background-color: #fd9c27;
	box-shadow: none;
}
#question, #results
{
	margin: 50px auto;
}
label
{
	color: #636363;
}
.form-input
{
	width: 280px;
	margin: 0 auto;
}
.dropdown
{
	position: absolute;
    margin-left: calc(281px - 50px);
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	z-index: -1;
}
.inline
{
	float: left;
}
.symbol
{	
	font-family: niveau-grotesk, sans-serif;
	height: 54px;
    width: 50px;
    text-align: center;
    background-color: #fd9c27;
    padding-top: 14px;
    font-size: 1.5rem;
    color: white;
}
.pound
{
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}
.percentage
{
	border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
select, input
{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	height: 54px;
	padding: 15px;
	margin: 20px 0;
	appearance: none;
    -webkit-appearance: none;
    -moz--appearance: none;
}
select
{
    width: 280px;
	margin: 0 0 20px;
	color: #636363;
	text-align: center;
	border-width: 1px;
	border-color: #fd9c27;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #fff0;
}
select:focus
{
	outline: none;
}
input
{
    width: 230px;
    border-color: #fd9c27;
    border-style: solid;
    border-width: 1px;
	outline: none;
	margin: 0 0 20px;
}
.input-right input
{
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
.input-left input
{
	border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;    
}
.q2
{
	display: none;
}
.error
{
	font-size: 1.2rem;
    color: red;
    margin-bottom: 10px;
}
#results
{
	display: none;
}
#results .container
{
	max-width: 600px;
}
#results h3
{
	font-size: 1.5rem;
	font-weight: normal;
	color: #333;
}
#results span
{
	font-size: 1.8rem;
	font-weight: bold;
	color: #46206d;
}
#results span#region-the
{
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
@media only screen and (min-width: 375px) {
	h1
	{
		font-size: 2.5rem;
	}
	.form-input
	{
		width: 340px;
	}
	.dropdown
	{
	    margin-left: calc(341px - 50px);
	}
	select
	{
	    width: 340px;
	}
	input
	{
	    width: 290px;
	}
}

@media only screen and (min-width: 768px) {
	h1
	{
		font-size: 3rem;
	}
	h2
	{
		font-size: 1.5em;
	}
}
@media only screen and (min-width: 1024px) {
	h1
	{
		font-size: 3.5rem;
	}
	#question, #results
	{
		margin: 80px auto;
	}
	.header-section
	{
		padding: 20px 0 60px;
	}
}
@media only screen and (min-width: 1366px) {
	body, html
	{
		font-size: 16px;
	}
	h1
	{
		font-size: 4rem;
	}
	.header-section
	{
		padding: 20px 0 80px;
	}
	
}
