/* ---BEGIN GOOGLE FONTS--- */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,600i,700,700i&display=swap');
/* ---END GOOGLE FONTS--- */

body {
	background:white;
	color:black;
	font-family: 'Josefin Sans', sans-serif;
}

.wrapper{
	width:100%;
}

.header {
	display:none;
}

.nav {
	display:none;
}

.content {
	background:white;
	color:black;
	margin-top:0px;
    font-family: 'Josefin Sans', sans-serif;
}

.footer {
	display:none;
}

input[type="submit" i]{
	background-color: #147470;
	border: #147470 1px solid;
	color: white;
	text-transform:uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
	font-size:15px;
	padding: 15px 45px;
}

input[type="submit" i]:hover{
	background-color: #00516D;
	color: white;
	cursor: pointer;

/* ---RESPONSIVE CODE STARTS HERE--- */
@media only screen and (max-width:479px) {
	.textfield, .textfield input[type="text"] {
		width:100% !important;
	}
}