body {
	background: #262626;
	color: #f5f5f5;
	font-family: 'Montserrat', sans-serif;
	-moz-osx-font-smoothing: grayscale;
}

.logo {
	position: relative;
	width: 740px;
	height: 340px;
	margin: 80px auto 0 auto;
}

.title {
	font-size: 36px;
	position: absolute;
	top: 195px;
	left: 265px;
}

.char1 {
	color: #2e2e2e;
	font-size: 330px;
	position: absolute;
	top: -84px;
	left: -17px;
}

.char2 {
	color: #2e2e2e;
	font-size: 340px;
	position: absolute;
	top: 10px;
	left: 270px;
}

.char3 {
	color: #2e2e2e;
	font-size: 337px;
	position: absolute;
	top: -40px;
	left: 545px;
}


.newsletter {
	width: 470px;
	margin: 40px auto 0 auto;
	padding: 0 0 0 60px;
}

.newsletter p,
input[type="email"] {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

input[type="email"] {
	background: #fff;
	border: none;
	padding: 12px;
	width: calc(100% - 24px);
	height: calc(50px - 24px);
	font-size: 16px;
	color: #919191;
}

#ajax-contact {
	position: relative;
}

button[type="submit"] {
	border: none;
	border-left: #e8e8e8 1px solid;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	color: #262626;
	font-size: 20px;
	cursor: pointer;
}

@media only screen and (max-width: 900px) { 

	.newsletter {
		width: 90%;
		padding: 0;
		margin: 20px auto 0 auto;
	}
	
	.logo {
		width: 90%;
		height: inherit;
		margin: 0 auto;
		position: relative;
	}
	
	.title {
		top: 0;
		left: 0;
		position: relative;
	}
	
	.char1,
	.char2,
	.char3 {
		display: none;
	}

}