html, body {
	background-color: #fdfdfd;
	font-family: 'Roboto', Helvetica, Verdana, Trebuchet MS, Arial, sans-serif;
	color: #505050;
	line-height: 20px;
	margin: 0px;.
	padding: 0px;
	font-size: 15px;
	font-weight: 300;
}

h1 {
	display: block;
	position: relative;
	margin: 100px auto 15px auto;
	left: 0%;
	right: 0%;
	width: 80%;
	max-width: 600px;
	font-size: 25px;
	line-height: 28px;
}

#content {
	display: block;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	left: 0%;
	right: 0%;
	width: 80%;
	max-width: 600px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content p {
	display: block;
	position: relative;
	padding: 0px;
}

#form-field {
	outline: none;
	display: block;
	position: relative;
	width: 80%;
	max-width: 400px;
	padding: 6px;
	border: solid #007de4 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

*:focus {
    outline: 0;
}

#buttons {
	display: block;
	position: relative;
	margin-top: 15px;
}

#buttons a {
	color: #007de4;
}

#buttons a:hover {
	color: #1992f5;
}

/*----------------- MEDIUM DEVICES ------------------------*/

@media screen and (max-width: 1000px), screen and (max-device-width: 1000px) {
	
	
}


/*----------------- SMALL DEVICES ------------------------*/

@media screen and (max-width: 620px), screen and (max-device-width: 620px){
	
	
		
}


/* iPHONE */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
	
	
}
