h1 {
	font-family: "Playfair Display SC", serif;
  font-weight: 600;
  font-style: normal;
	line-height: 1.5;
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeUp 1s ease-out forwards;
}

@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

h2 {
	font-family: "Playfair Display SC", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 36px;
	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;
	font-weight: 500;
}

h3 {
	font-size: 22px;
	font-family:"Playfair Display SC", serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	color:#EFC981;
}

h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	margin: 20px 0;
	text-align: center;
}

p,
nav {
	font-weight: 400;
	
}

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;
}

#med_hero_text {
	color: #EFCF96;
}

p,
blockquote,
#szolgaltatasok,
.black,
.wp-block-latest-posts.wp-block-latest-posts__list li a,
.cat-item a,
.cikk a{
	color:#134A53;
}

.cikk{
    text-shadow:none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a{
    text-transform: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a:hover,
.cat-item a:hover,
.cikk a:hover{
	color:#EFCF96;
}

.center-text {
	text-align: center;
	width: 55%;
	margin: 0 auto 40px auto;
}

a {
	text-decoration: none;
	text-transform: uppercase;
    color: #EFCF96;
}

a:hover {
    color: #044a28;
}

article a{
    text-transform:none;
}

.black{
    text-transform: none;
}

.black:hover{
    color: #044a28;
}

.button {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}

b {
	font-weight: 600;
}

.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-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;
}

li{
	font-weight: 400;
}

@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: 14px;
	}

	#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;
		}

	}
