html {
	height: 100%;
	width: 100%;
}

body {
	background-color: white;
	color: #404040;
	font-family: 'Varela Round', sans-serif;
}

@media only screen and (min-width: 640px) {
	body {
		width: 100%;
		height: 100%;
	}
	h1 {
		text-align: center;
		margin-bottom: 25px;
	}
	#uvegesgabor {
		float: left;
		margin: 0 15px 0 30px;
		width: 250px;
		height: 250px;
	}
	.szoveg {
		margin: 0 25px 0 0;
		padding: 0 30px 0px 30px;
		text-align: justify;
	}
	.navclass {
		padding: 25px;
		height: auto;
		background-color: #219fcd;
		color: white;
/*		font-weight: bold;*/
	}
	.menu {
		display: inline-block;
		margin: 0 25px 0 0;
	}
	.dropdown {
		display: none;
	}
	a:link {
		color: white;
		text-decoration: none;
	}
	a:visited {
		color: white;
		text-decoration: none;
	}
	a:hover {
		color: gray;
		text-decoration: none;
	}
	a:active {
		color: white;
		text-decoration: underline;
	}
}

@media only screen and (max-width: 640px) {
	body {
		width: 100%;
		height: 100%;
	}
	h1 {
		text-align: center;
		margin-bottom: 10px;
	}
	p {
		display: block;
	}
	.menu {
		display: none;
		margin: 0 25px 0 0;
	}
	span {
		height: auto;
		color: #219fcd;
/*		font-weight: bold;*/
	}
	.material-icons {
		margin: 25px 0 0 0;
	}
	#uvegesgabor {
		float: left;
		margin: 0 10px 0 10px;
		width: 250px;
		height: 250px;
	}
	.szoveg {
		padding: 0 10px 0px 10px;
		text-align: justify;
	}
	.dropdown {
		margin: 0 25px 0 0;
/*		font-weight: bold;*/
	}
	.dropdown-content {
		padding: 25px;
		height: auto;
		display: none;
		position: absolute;
		background-color: #219fcd;
		min-width: 150px;
		padding: 10px 10px;
		z-index: 1;
		color: white;
		font-size: 1em;
/*		font-weight: bold;*/
		line-height: 2em;
	}
	.dropdown:hover .dropdown-content {
		display: block;
	}
	.nincs {
		list-style-type: none
	}
	a:link {
		color: white;
		text-decoration: none;
	}
	a:visited {
		color: white;
		text-decoration: none;
	}
	a:hover {
		color: gray;
		text-decoration: underline;
	}
	a:active {
		color: white;
		text-decoration: underline;
	}
}

dl {
	padding: 30px;
}

#link1 {
	color: blue;
}

#link2 {
	color: #404040;
}

#link2:hover {
	color: #404040;
	text-decoration: underline;
	font-size: 1em;
}

#link15 {
	color: blue;
}

#link16 {
	color: blue;
}

#link18 {
	color: #404040;
}

#link18:hover {
	color: #404040;
	text-decoration: underline;
	font-size: 1em;
}

.details {
	margin: 0 0 30px 30px;
	color: #219fcd;
}

#phoneicon {
	margin-top: 10px;
	color: #219fcd;
}

#emailicon {
	margin-top: 0px;
	color: #219fcd;
}

.doboz {
	height: 250px;
	overflow: hidden;
	text-align: center;
}

h3 {
	text-align: center;
}

.lgicons {
	margin-top: 25px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 72px;
	/* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

.dropdown1 {
	height: auto;
	background-color: #219fcd;
	color: white;
/*	font-weight: bold;*/
}

.dropdown1 .dropbtn1 {
	/*	font-size: 16px;*/
	border: none;
	outline: none;
	color: white;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	padding: 0;
}

.navbar a:hover,
.dropdown1:hover .dropbtn1 {
	background-color: #219fcd;
}

.dropdown-content1 {
	display: none;
	position: absolute;
	background-color: #219fcd;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content1 a {
	float: none;
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content1 a:hover {
	color: gray;
	background-color: #219fcd;
}

.dropdown1:hover .dropdown-content1 {
	display: block;
}
