/* gidole-latin-400-normal */
@font-face {
  font-family: 'Gidole';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/gidole@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/gidole@latest/latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

body {
/*  font-family: 'Gidole', sans-serif; */
    font-family: "News Cycle", sans-serif;
}
#header-home {
/*
	background-image: url("../img/babahome.png") ;
	background-repeat: no-repeat;
	background-size: 42px 73px;
*/
	
	position: fixed;
	z-index: 100;
	margin-top:42px;
	margin-left: 20px;
	height: 50px;
	width:27px;
}
#header-title {
	font-size: 32px;
	color:#5f5977;
	margin-left: 140px;
  	padding-left:20px; 
}


#header-title-contact a { 
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	float:right;
	font-size:18px;
	font-style: italic;
	color:#5f5977;
	margin-right:10%;
	margin-top:-45px;
}

#header-menu {
	background-image: url("../img/header_bg.png");
	background-repeat: repeat-x;
	margin:0px; 
		padding:0; 
	height:155px;
}
p {
	text-align: justify; 
	text-justify: inter-word;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}


.container {
  width: 100%;
  height: 0px;
  margin: 0 auto;
  /* important part */
  display: grid;
  place-items: center;
  grid-template-areas: "inner-div";
}

.inner {
	height: 100px; 
	width: 90%;
  /* important part */
	grid-area: inner-div;
	color:#000;
	font-size:28px
}

h1 {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	color:#5f5978;
	font-size: 34px;
}

.inner p {
	text-align: center;
	padding-top: 15px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}

.rolunk {
	margin-left:5%; 
	margin-top:20px; 
	width:90%;
}

.rolunk_normal  {
	font-size:28px;
	font-weight: none;
	font-variant:normal;
}

.rolunk_name {
	font-size:28px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0px;
}


.flex-container {
    display: flex;
    gap: 20px;
}

.flex-container > *.flex-child {
    flex: 1;
/*    border: 2px solid yellow;*/
}  


.mithol_body_left{
	width: 20%; 
	float: left; 
	padding-left: 10%;
	background-color: #5f5978; 
	color: #e6c7eb;
	font-size: 30px;
	padding-top: 20px;
	margin-right: 25px;
}

.mithol_center{
	background-color: #5f5978; 
	color: #e6c7eb; 
	padding:27px 5% 25px 27%;
	font-size: 26px;
}

.wow_body, .media_body{
	float: right; 
	width: 35%; 
	padding: 150px 10% 0% 10%;
	line-height: 200%; 
	font-size: 22px;
	color:#c6b3c8; 
	text-align: justify; 
	text-justify: inter-word;  
}

#grad{
	height:1500px;
	background-image:radial-gradient(circle at 94.353841% 89.615885%, rgb(95, 89, 120) 0%, 20%, rgba(95, 89, 120, 0) 40%), radial-gradient(circle at 6.503906% 88.037109%, rgba(230, 199, 235, 0.99) 0%, 25%, rgba(230, 199, 235, 0) 50%), radial-gradient(circle at 6.165365% 12.617187%, rgb(123, 108, 185) 0%, 42%, rgba(123, 108, 185, 0) 70%), radial-gradient(circle at 93.686523% 11.425781%, rgb(245, 198, 69) 0%, 42%, rgba(245, 198, 69, 0) 70%), radial-gradient(circle at 48.901367% 49.521484%, rgb(0, 0, 0) 0%, 100%, rgba(0, 0, 0, 0) 100%);}


#grad_auto_height{
	background-image:radial-gradient(circle at 94.353841% 89.615885%, rgb(95, 89, 120) 0%, 20%, rgba(95, 89, 120, 0) 40%), radial-gradient(circle at 6.503906% 88.037109%, rgba(230, 199, 235, 0.99) 0%, 25%, rgba(230, 199, 235, 0) 50%), radial-gradient(circle at 6.165365% 12.617187%, rgb(123, 108, 185) 0%, 42%, rgba(123, 108, 185, 0) 70%), radial-gradient(circle at 93.686523% 11.425781%, rgb(245, 198, 69) 0%, 42%, rgba(245, 198, 69, 0) 70%), radial-gradient(circle at 48.901367% 49.521484%, rgb(0, 0, 0) 0%, 100%, rgba(0, 0, 0, 0) 100%);}

.flex-row-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}
.flex-row-container > .flex-row-item {
    flex: 1 1 23%; /*grow | shrink | basis */
}

.flex-row-item {
/*  border: 1px solid #f76707;*/
}

.munkatarsak {
}
