@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
/*=========================Chrome 320px=========*/
*{
	font-family: 'Lato', sans-serif;
}
/*======================================== */
/*=========================Chrome 320px=========*/
@media (max-width: 320px) {
	input[type="checkbox"]:checked~nav {
		width: 100%;
	}
	.input:checked ~ .szoveg{
		opacity: 0.2;
	  }
	  
	.fejlec{
		top: 20px;
		justify-content:flex-end ;
	}

	.fejlec .hozd {
		font-size: 1.8em;
		font-weight: 700;
		letter-spacing: 2px;
	}

	.fejlec .mentalis {
		font-size: 1.1em;
		letter-spacing: 2px;
		top: -60px;
	}

	.szoveg {
		/*left: 47%;*/
		text-align: center;
	}

	.szoveg .edina {
		font-size: 2em;
	}

	.psz {
		font-size: 1em;
	}

}

/*=========================Chrome 321px-375px=========*/
@media (min-width:321px) and (max-width: 375px) {
	input[type="checkbox"]:checked~nav {
		width: 100%;
	}
	.input:checked ~ .szoveg{
		opacity: 0.2;
	  }
		  


	.fejlec{
		top: 20px;
		justify-content:flex-end ;
	}

	.fejlec .hozd {
		font-size: 2em;
		font-weight: 700;
		letter-spacing: 3px;
	}

	.fejlec .mentalis {
		font-size: 1.2em;
		letter-spacing: 2px;
	}

	.szoveg {
		/*left: 47%;*/
		text-align: center;
	}

	.szoveg .edina {
		font-size: 2em;
	}

	.psz {
		font-size: 1em;
		letter-spacing: 5px;
	}

}

@media (min-width:376px) and (max-width:424px) {
	input[type="checkbox"]:checked~nav {
		width: 100%;
		/*	transform: translateX(100%);*/
		/*transition: width 2s;*/
	}

	input[type="checkbox"]:checked~.szoveg {
		display: none;
	}


	.hozd {
		font-size: 2em;
		font-weight: 700;
		letter-spacing: 0px;
	}

	.fejlec .mentalis {
		font-size: 1.2em;
		letter-spacing: 2px;
		margin-bottom: 70px;
	}
	.psz{
		letter-spacing: 5px;
	}

	.label {
		left: 30%;
		top: 0%;
	}

	.szoveg {
		/*left: 47%;*/
		text-align: center;
	}

	.szoveg .edina {
		font-size: 2.2em;
	}

	.psz {
		font-size: 1.2em;
	}

}

/*Chrome 425px*/
@media (min-width:425px) and (max-width:767px) {
	input[type="checkbox"]:checked~nav {
		width: 100%;
		/*	transform: translateX(100%);*/
		/*transition: width 2s;*/
	}
	.input:checked ~ .szoveg{
		opacity: 0.2;
	  }
	  

	.fejlec{
		top: 20px;
		justify-content:flex-end ;
	}

	.fejlec .hozd {
		font-size: 2.2em;
		font-weight: 700;
		letter-spacing: 3px;
	}

	.fejlec .mentalis {
		font-size: 1.4em;
		letter-spacing: 2px;
	}

	.szoveg {
		/*left: 47%;*/
		text-align: center;
	}

	.szoveg .edina {
		font-size: 2.2em;
	}

	.psz {
		font-size: 1.2em;
	}

}


/*Chrome 768px;*/
@media (min-width:768px) and (max-width: 1023px) {
	input[type="checkbox"]:checked~nav {
		width: 100%;
		/*	transform: translateX(100%);*/
		/*transition: width 2s;*/
	}
	.input:checked ~ .szoveg{
		opacity: 0.2;
	  }
	  

	.fejlec{
		top: 20px;
		justify-content:flex-end ;
	}

	.fejlec .hozd {
		font-size: 4em;
		font-weight: 700;
		letter-spacing: 6px;
	}

	.fejlec .mentalis {
		font-size: 2em;
		letter-spacing: 6px;
	}

	.szoveg {
		/*left: 47%;*/
		text-align: center;
	}

	.szoveg .edina {
		font-size: 4em;
	}

	.psz {
		font-size: 2em;
	}

}




/*Chrome 1024px*/
@media (min-width:1024px) and (max-width:1440px) {
	input[type="checkbox"]:checked~nav {
		width: 33.5%;
		/*	transform: translateX(100%);*/
		/*transition: width 2s;*/
	}
	.input:checked ~ .szoveg{
		opacity: 0.2;
	  }
	  

	.fejlec{
		top: 20px;
		justify-content:flex-end ;
	}

	.fejlec .hozd {
		font-size: 4em;
		font-weight: 700;
		letter-spacing: 10px;
	}

	.fejlec .mentalis {
		font-size: 2em;
		letter-spacing: 8px;
	}

	.szoveg {
		text-align: center;
	}

	.szoveg .edina {
		font-size: 4em;
	}

	.psz {
		font-size: 2em;
	}

}

