body{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	background-color: #1B4450;
}
#main{
	background-color: #fff;
	padding-right:0px;
	padding-left:0px;
}
#form-wrapper{
	border-top:10px solid #ff6600;
	background: #FFDEC7;
	padding: 20px;
}
#form-wrapper p{
	margin:0 0 2px
}
#form-wrapper form{
	margin-top:20px
}

#form-wrapper form button,#form-wrapper form input{
	height:45px
}

#result{
	margin-top:30px;
}

#result table{
	margin-top:30px;
}
#result table td{
	word-break: break-all;
}
#result table td.text-label{
	white-space: nowrap;
	font-weight: bold;
}
h1.title {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 100px;
	font-weight: 800;
	letter-spacing: -3px;
	line-height: 1;
	text-shadow: #000 3px 4px 0;
	position: relative;
}
p.description{
	color: #fff;
	font-size: 30px;
}
#error-wrapper p{
	color:red;
	font-size: 30px;
	margin: 0 0 25px;
}
#error-wrapper .big-text{
	font-size: 25px;
}
#error-wrapper span.small-text{
	font-style:italic;
	display:block;
	font-size: 20px;
	color:#000;
}
@media(max-width: 1199px){
	h1.title {font-size: 60px;}
	.big-desc{font-size: 20px;}
}
@media(max-width: 639px){
	h1.title {font-size: 40px;}
	p.description{font-size: 25px;}
	.big-desc{font-size: 20px;}
	#error-wrapper p{font-size: 25px;margin: 0 0 15px;}
	#error-wrapper .big-text{font-size: 20px;}
	#error-wrapper span.small-text{font-size: 15px;}
}
@media (max-width: 409px){
	h1.title {font-size: 30px;}
	p.description{font-size: 20px;}
	.copyright{font-size: 14px;}
	img#screenshot{width:100%;}
}