html{ width: 100%; margin:0 auto; padding:0; min-width:500px;}
body {
	width:100%; margin:0 auto; padding:0;
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
	background: #ffffff url(/img/cikkek.jpg) fixed center;
	background-size:cover;
	margin:0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
nav{  }

.navbar{ width:100%; margin:0 auto; padding:0; box-shadow: 0 10px 10px -10px #000; }


.navcontainer{ width:80%; margin:0 auto; padding:0; }

.navbar-brand{
	background:url(/img/logo.png) no-repeat center;
	width:150px;
	margin-top:7px;
}




.navbar-light .navbar-nav .nav-link {
    color: #013879;
    font-size:17px;
}


.nav-item {
	color:#013879;
	float:left;
	margin-right:5px;
	position:relative;
}

.navbar-light .navbar-nav{
	/* margin-bottom:0; */
}
.navbar-light .navbar-nav li.active {
	background: url(/img/menuvonal.jpg) repeat-y;
	/* height: 43px; */
	
}
.nyelvek{
	margin-top:5px;
	width:100px;
	float:right; 
	font-size:13px;
 	
}

.nyelvek > a{
	margin-left:3px;
	color: white;
	text-decoration: none;
}
.nyelvek > a.active{
	color: lightblue;
	text-decoration: none;
}

#lablec {
	background:#013879;
	color:#305279;
	font-size:12px;
	position: fixed;
	
	bottom: 0;
	width: 100%;
	margin: 0 auto;
}

#lablec:hover{
			color:#999;
}
#lablec a {
			color:inherit;
}


.card{
	margin-top:20px;
	
}
h1{
	font-size: 30px;
	color: #666;
	font-weight:400;
}
h2{
	font-size: 24px;
	color: #666;
	font-weight:400;
}
h2 .mt5{
	font-size: 24px;
	color: #666;
	font-weight:400;
}
h5{
	font-size: 20px;
	color: #013879;
	font-weight:600;
}
h6{}

p{
	font-size: 15px;
	color: #666;
	font-weight:300;
}
.egysor { margin-top: 20px; content: "&nbsp;"; }
.space { margin-top: 20px; height:20px; }




#cikk {
	background:#fff;
	padding:50px 0;
	width:800px;
}

#cikk > p {
	color:#666;
	font-size:16px;
	margin:0 auto 10px auto;
	max-width:700px;
	text-align:justify;
}

.container p p{ text-align:justify; font-size:15px; color:#696969 }
.container p { text-align:justify; font-size:15px; color:#696969 }
.container li { text-align:justify; font-size:15px; color:#696969 }
