/* ---BEGIN GOOGLE FONTS--- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* ---END GOOGLE FONTS--- */

body {
	background:white;
	color:black;
}

.wrapper{
	width:100%;
}

.header {
	display:none;
}

.nav {
	display:none;
}

.content {
	background:white;
	color:black;
	margin-top:0px;
}

.footer {
	display:none;
}

/* ---RESPONSIVE CODE STARTS HERE--- */
@media only screen and (max-width:479px) {
	.textfield, .textfield input[type="text"] {
		width:100% !important;
	}
}