h1 {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
	color: #EFCF96;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeUp 1s ease-out forwards;
}

@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

h2 {
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	color: #EFCF96;
	margin: 0 auto 40px auto;
	text-align: center;
	text-shadow:
		0 1px 1px rgba(201, 161, 99, 0.4),
		0 0 6px rgba(201, 161, 99, 0.25);
}

h2 a {
	font-size: 32px;
}

h3 {
	font-size: 22px;
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #02162D;
}

h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
	margin: 20px 0;
	text-align: center;
}

h4,
p,
nav {
	font-family: 'Poppins', sans-serif;
}

h5 {
	font-size: 23px;
	margin-bottom: 20px;
}

p,
#szolgaltatasok,
#szolgaltatasok h4,
#szolgaltatasok h3,
#szolgaltatasok p,
.list_item_about {
	font-size: 20px;
	line-height: 1.5;

}

#szolgaltatasok h4{
	font-weight: bold;
}

#szolgaltatasok h3{
	font-family: 'Poppins', sans-serif;
}


#med_hero_text {
	color: #EFCF96;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}

p,
blockquote,
#szolgaltatasok {
	color: #02162D;
}

.center-text {
	text-align: center;
	width: 55%;
	margin: 0 auto 40px auto;
}

a {
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	color: #f3ba1a;
}

.button {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

b {
	font-weight: bold;
}

.fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.show {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-right {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-right.show {
	opacity: 1;
	transform: translateX(0);
}

blockquote {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-style: italic;
	width: 50%;
	margin: 40px auto;
	position: relative;
	background: #EBFBFF;
	padding: 40px;
	text-align: left;
}

.testimonial-name {
	font-style: normal;
	margin-top: 40px;
}

.handsh {
	margin-left: 30px;
}

.handsh {
	width: 45%;
	float: left;
	margin-top: 20px
}

.left-text {
	text-align: left;
	margin: 20px;
}

.underline {
	text-align: left;
	text-decoration: underline;
	font-size: 22px;
	margin: 20px 0;
}

#szolgaltatasok ul {
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}

em {
	font-style: italic;
	margin: 20px auto;
	display: table;
}

.kiemel {
	margin: 0;
	display: inline;
	font-size: x-large;
}

@media only screen and (max-width: 1600px) {
	h3 {
		font-size: 22px;
	}

	h4 {
		line-height: 20px;
	}

	p,
	#szolgaltatasok {
		margin: 10px 0;
	}

}

@media only screen and (max-width: 1200px) {
	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
		line-height: 27px;
	}

	.button {
		font-size: 26px;
	}

	#szolgaltatasok,
	#szolgaltatasok h4,
	#szolgaltatasok h3,
	#szolgaltatasok p,
	.list_item_about {
		font-size: 19px;
	}

}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 32px;
	}

	h2 a {
		font-size: 32px;
	}

	h3 {
		font-size: 22px;
	}

	h4,
	.button {
		font-size: 22px;
	}

	.handsh {
		width: 100%;
		float: none;
		margin-top: 20px
	}

	h5 {
		font-size: 20px;
	}

	#szolgaltatasok,
	#szolgaltatasok h4,
	#szolgaltatasok h3,
	#szolgaltatasok p,
	.list_item_about {
		font-size: 16px;
	}

	@media only screen and (max-width:600px) {
		h1 {
			font-size: 20px;
			margin-top: 40px;
			margin-bottom: 40px;
		}

		h2 {
			font-size: 25px;
		}

		h3 {
			font-size: 16px;
			margin-bottom: 16px;
		}

		h4,
		.button {
			font-size: 16px;
		}

		.testimonial-name,
		blockquote {
			font-size: 20px;
		}

		.testimonial-name {
			margin-top: 20px;
		}

		p,
		.kiemel {
			font-size: 16px;
		}

		#szolgaltatasok,
		#szolgaltatasok h4,
		#szolgaltatasok h3,
		#szolgaltatasok p,
		.list_item_about {
			font-size: 14px;
		}

	}
