body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	color:#303020;
	overflow-y:scroll;
	cursor:default;
}

a:visited {
	text-decoration: none;
	color:#e0e0e0;
}
a:link {
	text-decoration: none;
	color:#e0e0e0;
}
a:active {
	text-decoration: none;
	color:#e0e0e0;
}
a:hover {
	text-decoration: none;
	color:#ffffff;
}

.logo {
	display: inline-block;
	height :0.55in;
	width :0.55in;
}

.document {
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
}

.document2 {
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
}

.document2 {
	margin-left: 0; /* auto */
	margin-right: auto;
	text-align:justify;
}

.inner-frame {
	margin-left: 0.03in;
}

.header {
	width: 100%;
	background-color:#b5ea90; /* Módosított eredetí szín #b5ea90*/
}

.header-body {
	padding:0.1in;
	max-width: 8in;
	max-height: 0.75in;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.header-image {
	max-height: 0.75in;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color:#303030;
	color:#e0e0e0;
}

.footer-body {
	padding:0.05in;
	max-width: 8in;
	margin-top: 0.05in;
	margin-left: auto;
	margin-right: auto;
}

.footer-box {
	font-size: 0.15in;
	display: inline-block;
}

.footer-contact {
	display: inline-block;
	height :0.2in;
	width :0.2in;
	vertical-align:bottom;
}

.title {
	font-size: 1.3em;
	font-weight: bold;
}

.caption {
	font-size: 1.2em;
}

.small {
	font-size: 0.11in;
}

.odd-row {
	background-color:#e0e092;
}

.even-row {
	background-color:#ebebb8;
}

.table-cell {
	padding:0.07in;
}

.menu-frame {
	text-align:right;
}

.active-menu {
	display: inline-block;
	background-color:rgba(0,0,0,0.12);
}

.inactive-menu {
	display: inline-block;
	background-color:rgba(255,255,255,0.22);
}

.indent {
	padding-left:0.25in;
}

#triangle-down {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 0.3in solid transparent;
	border-right: 0.3in solid transparent;
	border-top: 0.25in solid #d0fab3;
}

.gallery-button {
	display: inline-block;
	padding-top: 0.04in;
	padding-bottom: 0.04in;
	padding-left: 0.1in;
	padding-right: 0.1in;
}

.circle-solid {
	display: inline-block;
	width: 0.12in;
	height: 0.12in;
	background: #75753b;
	-moz-border-radius: 0.06in;
	-webkit-border-radius: 0.06in;
	border-radius: 0.06in;
}
.circle-frame {
	display: inline-block;
	width: 0.08in;
	height: 0.08in;
	background: #ffffff;
	border-color: #75753b;
	-moz-border-radius: 0.06in;
	-webkit-border-radius: 0.06in;
	border-radius: 0.06in;
	border-width:0.025in;
	border-style:solid;
}


.gallery-frame {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.gallery-image {
	display: inline-block;
	width:90%;
	max-width:800px;
	max-height:550px;
}

img { 
    max-width: 100%; 
    height: auto; 
}

@media screen and (max-width: 4in) {
	body {
		font:normal 0.13in Open Sans, sans-serif;
	}

	.main-head  {
		display: inline;
		font:bold 0.20in Open Sans, sans-serif;
		padding: 0.05in;
	}

	.main-body {
		font:normal 0.13in Open Sans, sans-serif;
		text-align: center;
	}

	.main-body-left {
		font:normal 0.13in Open Sans, sans-serif;
		text-align: left-side;
	}

	.title-image {
		width:0.17in;
		height:0.17in;
	}

	.document {
		max-width: 4in; /* */
		padding:0.05in;
	}
	
}

@media screen and (min-width: 4in) and (max-width: 8in) {
	body {
		font:normal 0.16in Open Sans, sans-serif;
	}

	.main-head  {
		display: inline;
		font:bold 0.30in Open Sans, sans-serif;
		padding: 0.05in;
	}

	.main-body {
		font:normal 0.2in Open Sans, sans-serif;
		text-align: center;
	}

	.main-body-left {
		font:normal 0.2in Open Sans, sans-serif;
		text-align: left-side;
	}

	.title-image {
		width:0.25in;
		height:0.25in;
	}

	.document {
		max-width: 5in;
		padding:0.1in;
	}

}
@media screen and (min-width: 8in) {
	body {
		font:normal 0.16in Open Sans, sans-serif;
	}

	.main-head  {
		display: inline;
		font:bold 0.40in Open Sans, sans-serif;
		padding: 0.2in;
	}

	.main-body {
		font:normal 0.3in Open Sans, sans-serif;
		text-align: center;
	}

	.main-body-left {
		font:normal 0.3in Open Sans, sans-serif;
		text-align: left-side;
	}

	.title-image {
		width:0.35in;
		height:0.35in;
	}

	.document {
		max-width: 8in;
		padding:0.1in;
	}

}
