/* ----		GLOBÁLIS		---- */

@font-face{
	font-family:'Segoe UI' !important;
	src: url('segoeui.ttf') !important;
}
/* ----		TÖBBSZÖRÖS HÁTTÉR		----	
main{
	position:absolute;
	width:100%;
	height:500%;
	background-image:url(../image/dark_gray_1.jpg), url(../image/dark_gray_1_mirror.jpg), url(../image/dark_gray_1.jpg);
	background-position:top,center,bottom;
	background-repeat:no-repeat, no-repeat, no-repeat;
	background-size:100% 33.4%;
}
*/

/* ----		MENÜ	---- */

 nav{
	position:fixed;
	z-index:999;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
}
.menu{
	cursor:default;
	text-align:left;
}
.menuitem{
	text-align:center;
}
.menu, .menuitem{
	background-color:rgba(0, 0, 0, 1);
	height:40px;
	line-height:40px;
	width:100%;
	color:white;
	text-decoration:none !important;
}
.menuitem:hover{
	background-color:rgba(95, 95, 95, 1);
	color:white;
	border-bottom:3px solid red;
	cursor:pointer;
	transition:background-color 1s;
}
#menubar{
	visibility:hidden;
}


/* ----		TARTALOM	---- */

.section-left-light{
	background-color:rgba(191, 191, 191, 1) !important;
}
h4{
	padding-top:70px;
	padding-bottom:70px;
}
section{
	padding-bottom:50px;
}
.col-md-7{
	padding-right:50px !important;
}
.section-start{
	text-align:center;
	margin-top:90px;
}
.section-light{
	color:black;
	font-weight:500;
}
.section-light img{
	width:90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius:10px;
	/* -webkit-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.75); */
	/* -moz-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.75); */
	box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.75);
}
.section-right3-dark{
	border-left:2px solid black;
	background: linear-gradient(90deg,
				rgba(95,95,95,1) 0%,
				rgba(127,127,127,1) 50%,
				rgba(159,159,159,1) 100%) !important;
}
.section-right1-dark{
	background-color:rgba(95,95,95,1) !important;

	background-color:
}
.center {
	padding: auto 0;
	border: 3px solid green;
}
.bevezeto{
	border:1px solid white;
	display:table;
}
img{
	width:100%;
	/* border:2px solid white; */
	border-radius:10px;
}
p span{
	font-weight:bold;
}
.fejezet{
	padding-top:5px;
	text-align:justify;
	/* font-weight:bold; */
	line-height:30px;
}
@media (max-width: 768px){

/* ----		MENÜ	---- */

#menu-header{
	position:fixed;
	z-index:1000;
	bottom:0px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	transition:bottom 0.5s;
}
#menu{
	position:fixed;
	z-index:999;
	bottom:-240px;
	height:280px;
	-webkit-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.75);
	transition:bottom 0.5s;
}
#mobile-menu{
	top:40px;
}
.menu{
	text-align:center;
}
#menubar{
	text-align:center;
	visibility:visible;
	height:40px;
	line-height:40px;
}
}