.kapcsolat {
	width: 100%;
	height: 470px;
	background-color: #f7f7f7;
}

#kapcsolatContainer {
	width: 960px;
}

#kapcsolatSection1 {
	font-size: 30px;
}

.inputNev, .inputEmail, .inputTel {
	display: inline-block;
	
}

#IN, #IE, #IT {
	width: 300px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 12px 20px;
	font-size: 15px;
	resize: none;
}

textarea {
	width: 95%;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 12px 20px;
	font-size: 15px;
	resize: none;
}

#contactSubmit {
	width: 95%;
	background-color: #2bcc5e;
	color: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 12px 20px;
	font-size: 15px;
}

#contactSubmit:hover {
	cursor: pointer;
	background-color: #338e29;
}