#front-main{
	display: flex;
	flex-flow: column;
	justify-content: center;
}

body.res-tall #section-links{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background-color: var(--bcg_sotet);
}

#section-links a{
	text-decoration: none;
	width: calc(100% - 8px);
	margin: 4px;
	padding: 4px 0;
	color: var(--text_vilagos);
	display: block;
	text-align: center;
	font-size: 16px;
}



body.res-wide #section-links{
	position: fixed;
	width: 30px;
	overflow: hidden;
	transition: 0.2s;
	top: 100px;
	padding: 0 8px 0 4px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: column;

}

body.res-wide #section-links:hover{
	width: 200px;
}

body.res-wide #section-links a{
	text-decoration: none;
	margin: 4px;
	padding: 8px 0;
	color: var(--text_vilagos);
	display: block;
	width: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	transition: 0.2s;
	color: rgba(0, 0, 0, 0.0);
}

body.res-wide #section-links:hover a{
	width: 200px;
	color: var(--bcg_vilagos);
}

body.res-wide #section-links a:hover{
	padding: 16px 0;
}

#post-wrapper{
	display: flex;
	align-items: center;
	flex-flow: column;
	width: 100%;
}

#post-wrapper > section{
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

#post-wrapper > section > div{
	width: calc(100% - 80px);
	max-width: 1200px;
}

body.res-tall #post-wrapper > section > div{
	width: calc(100% - 4px);
}

#post-wrapper > section > div > a{
	margin: 16px 0;
	width: 100%;
	background-color: var(--bcg_vilagos);
	
}

#post-wrapper > section > div > a *{
	color: var(--bcg_sotet);
}

#post-wrapper > section > div > a h4{
	font-size: 24px;
	margin: 8px 0;
}

body.res-tall #post-wrapper > section > div > a h4{
	font-size: 20px;
	margin: 4px 0;
}

#post-wrapper > section > div > a:hover{
	border: 0px solid var(--bcg_vilagos);
	background-color: var(--bcg_sotet);
}

#post-wrapper > section > div > a:hover *{
	color: var(--bcg_vilagos);
	background-color: var(--bcg_sotet);
}


#post-wrapper > section > h3{
	font-size: 30px;
	text-align: center;
	color: var(--text_vilagos);
	padding: 4px 0 4px 0;
	max-width: 1200px;
	font-weight: 300;
	font-family: Roboto-light;
}

body.res-tall #post-wrapper > section > h3{
	font-size: 24px;
	padding: 4px 0 4px 0;
}

#front-kiemelt-header{
	margin-bottom: -8px;
	width: calc(100% - 8px);
	max-width: 1080px;
}

.post-meg-button{
	display: block;
	text-decoration: none;
	width: 50%;
	background-color: var(--bcg_sotet) !important;
	padding: 8px 0;
	color: var(--text_vilagos);
	font-size: 18px;
	text-align: center;
	border-radius: 8px;
	margin: 8px 0 8px 25%;
	transition: 0.15s;
}

.post-meg-button:hover{
	cursor: pointer;
	background-color: var(--bcg_vilagos) !important;
	color: var(--bcg_sotet) !important;
}

.right-col-header{
	text-align: center;
	/*background-color: var(--lila_1);*/
	color: var(--text_sotet);
	font-family: Roboto-light;
	font-weight: 100;
	padding: 8px 0 16px 0;
	box-sizing: border-box;
	margin: 4px 0px 0px 0px;
}