@import url('https://fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700&subset=latin-ext');

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Work sans", Arial;
	background-color: #fff;
	background-color: #F6F4EB;
	color: #666;
}
.felsocsik {
	overflow: hidden;
	height: 80%;
	z-index: -100;
	background: url("../img/nyito/nyito_01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-attachment: fixed;
}

.szoveg_1 {
	margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: table;
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	color: #fff;
    background: rgba(0, 0, 0, 0.5);
    /*background: #F6F4EB;*/
}

.szoveg_2 {
	margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: table;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	color: #999;
}

.masodikcsik {
	overflow: hidden;
	z-index: -100;
	background: url("../img/nyito/nyito_02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 100%;
	background-attachment: fixed;
	text-align: center;
}

.alsocsik {
	overflow: hidden;
	z-index: -100;
	background: url("../img/nyito/nyito_03.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 100%;
	background-attachment: fixed;
	text-align: center;
}

.vkozepre{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.img-circle {
    border-radius: 50%;
	width: 60%;
}

.dropdown-menu {
	--bs-dropdown-link-active-bg: #666;
}