body::before {
	display: block;
	content: '';
	height: 60px;	
}

@media(min-width: 768px) {
	.contact-me-input{
		width:50%;
	}
}