@media only screen and (max-width: 980px) {
	@font-face {
			font-family: "Agency";
			src: url(/fonts/agency.ttf);
	}
	body{
			padding-left: 0;
			background: rgb(0,0,0);
			overflow-x: hidden;
			width: 100%;
			position: absolute;
	}
	.opticImage{
		position: absolute;
		height: 100%;
		width: auto;
		filter:blur(3px);
		margin-top: -10px;
		margin-left: -10px;
		margin-right: -10px;
		z-index: -1;
	}
	#mainLogo{
		width: 80%;
		opacity: 0.25;
		margin-top: 10%;
	}
	#indexContent{
		display: none;
		opacity: 0;
		height: 100%;
		max-width: 100%;
	}
	#slogan{
		font-family: "Agency";
		color: white;
		text-align: center;
		display: none;
	}
	#firstContent{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
		padding-left: 0;

		text-align: center;
		max-height: 100%;
		z-index: 2;
	}
	#firstContent h1{
		color: white;
		font-family: "Bellota";
		font-size: 30px;
		display: inline-block;
		vertical-align: middle;
	}
	#whiteArrow{
		height: 40px;
		z-index: 0;
		vertical-align: middle;
		margin-top: -3px;

		display: inline-block;
	}
	#nextButton{
		margin-top: 10%;
		position: relative;
		cursor: pointer;
		opacity: 0.25;
	}
	#absoluteNextButton{
		height: 100%;
		width: 100%;
		text-align: center;
		position: absolute;
		z-index: 4;
	}
	#mainFirmDesc{
		text-align: center;
		font-size: 20px;
		margin-top: 3%;
	}

	.menupoint{
		vertical-align: top;
		width: 500px;
		display: inline-block;
		background-color: rgb(240,240,240);
		font-size: 15px;
		max-width: 90%;
		margin: 50px;

	}
	#menupoint1{

	}
	#menupoint2{
		margin: auto;
		min-width: 40%;
		display: block;
		height: auto;
		font-size: 15px;
		text-align: left;
		width: 1000px;
		background: rgba(50,50,50,0.8);
		color: white;
		padding: 5%;
		max-width: 90%;
		margin-bottom: 5%;
	}
	#menupoint3{
		margin: auto;
		min-width: 40%;
		display: block;
		height: auto;
		font-size: 15px;
		text-align: left;
		width: 1000px;
		background: rgba(50,50,50,0.8);
		color: white;
		padding: 5%;
		position: absolute;
		top:65px;
		max-width: 90%;
	}
	.title{
		font-size: 20px;
	}
	.paragraph{
		position: relative;
		max-width: 100%;
	}

	.paragraph p{
		padding: 5px;
	}

	.paragraph img{

		z-index: -1;
		display: inline-block;
		left: 0;
		width: 100%;
	}
	#footer{
		width: 100%;
		background: white;
		z-index: 2;
		height: 200px;
		display: none;
	}
	#paragraphTitle{
		position: relative;
		height: 100%;
		width: 60%;
		float: right;
		background: rgba(0,0,0,0);
	}
	#paragraphTitle2{
		position: relative;
		height: 100%;
		width: 60%;
		float: left;
		background: rgba(0,0,0,0);
	}
	#paragraphTitle h1{
		position: absolute;
		top: 50%;
		left: 0px;
		right: 0;
		margin-top: -60px;
	}
	#paragraphTitle2 h1{
		position: absolute;
		top: 50%;
		left: 0px;
		right: 0;
		margin-top: -60px;
	}
	#szovegek{
		position: absolute;
		top:0;
		z-index: 5;
		left: 0;
		right: 0;
	}
	#paragraph1Veil{
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		cursor: pointer;
		transition: 0.3s;
		opacity: 0;
	}
	#paragraph1:hover #paragraph1Veil{
		opacity: 1;
	}
	#paragraph2Veil{
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
		cursor: pointer;
		transition: 0.3s;
		opacity: 0;
	}
	#paragraph2:hover #paragraph2Veil{
		opacity: 1;
	}
	#bookImage{
		display: block;
	}
	#cameraImage{
		position: absolute;
	}
}
@media only screen and (min-width: 980px) {
	@font-face {
			font-family: "Agency";
			src: url(/fonts/agency.ttf);
	}
	body{
			padding-left: 320px;
			background: rgb(0,0,0);
			overflow-x: hidden;
			overflow-y: hidden;
	}
	.opticImage{
		position: absolute;
		height: 100%;
		width: auto;
		filter:blur(3px);
		margin-top: -10px;
		margin-left: -10px;
		margin-right: -10px;
		z-index: -1;
	}
	#mainLogo{
		width: 40%;
		opacity: 0.25;
		margin-top: 5%;
	}
	#indexContent{
		display: none;
		opacity: 0;
		height: 100%;
	}
	#slogan{
		font-family: "Agency";
		color: white;
		text-align: center;
		display: none;
	}
	#firstContent{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
		padding-left: 320px;

		text-align: center;
		max-height: 100%;
		z-index: 2;
	}
	#firstContent h1{
		color: white;
		font-family: "Bellota";
		font-size: 100px;
		display: inline-block;
		vertical-align: middle;
	}
	#whiteArrow{
		height: 90px;
		z-index: 0;
		vertical-align: middle;
		margin-top: -50px;
		opacity: 0;
		margin-left: -50px;
			position: absolute;
		top:50%;
	}
	#nextButton{
		margin-top: 10%;
		position: relative;
		cursor: pointer;
		opacity: 0.25;
	}
	#absoluteNextButton{
		height: 100%;
		width: 100%;
		text-align: center;
		position: absolute;
		z-index: 4;
	}
	#mainFirmDesc{
		text-align: center;
		font-size: 20px;
		margin-top: 3%;
	}

	.menupoint{
		vertical-align: top;
		width: 500px;
		display: inline-block;
		background-color: rgb(240,240,240);
		font-size: 20px;
		max-width: 100%;
		margin: 50px;

	}
	#menupoint1{

	}
	#menupoint2{
		margin: auto;
		min-width: 40%;
		display: block;
		height: auto;
		font-size: 20px;
		text-align: left;
		width: 1000px;
		background: rgba(50,50,50,0.8);
		color: white;
		padding: 20px;
	}
	#menupoint3{
		margin: auto;
		min-width: 40%;
		display: block;
		height: auto;
		font-size: 20px;
		text-align: left;
		width: 1000px;
		background: rgba(50,50,50,0.8);
		color: white;
		padding: 20px;
	}
	.title{
		font-size: 30px;
	}
	.paragraph{
		position: relative;
		height: 50%;
	}
	.paragraph p{
		padding: 5px;
	}

	.paragraph img{
		position: absolute;
		z-index: -1;
		display: inline-block;
		left: 0;
		width: 100%;
	}
	#footer{
		width: 100%;
		background: white;
		z-index: 2;
		height: 200px;
	}
	#paragraphTitle{
		position: relative;
		height: 100%;
		width: 60%;
		float: right;
		background: rgba(0,0,0,0);
	}

	#paragraphTitle h1{
		position: absolute;
		top: 50%;
		left: 0px;
		right: 0;
		margin-top: -60px;
	}
	#paragraphTitle2 h1{
		position: absolute;
		top: 50%;
		left: 0px;
		right: 0;
		margin-top: -60px;
	}
	#paragraph1Veil{
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		cursor: pointer;
		transition: 0.3s;
		opacity: 0;
	}
	#paragraph1:hover #paragraph1Veil{
		opacity: 1;
	}
	#paragraph2Veil{
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
		cursor: pointer;
		transition: 0.3s;
		opacity: 0;
	}
	#paragraph2:hover #paragraph2Veil{
		opacity: 1;
	}
}
