/* CSS a marketing aloldalakhoz */

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%;
	}
	p ul li {
		display: inline-block;
		margin: 100px 25px 0 0;
	}
	.navclass {
		padding: 25px;
		height: auto;
		background-color: #219fcd;
		color: white;
		font-weight: normal;
	}
	.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: darkred;
		text-decoration: underline;
	}
	.media-body {
		flex-direction: row;
		padding: 20px 50px 20px 50px;
		flex: 1 1 auto;
		text-align: justify;
	}
    
	.pont {
		margin: auto 50px auto 50px;
		list-style-type: disc;
	}
    
    .media-object {
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		margin: 20px 20px 20px 50px;
	}

	.btn {
		float: right;
		margin: 20px 50px 50px 0;
		background-color: #219fcd;
		box-shadow: 5px 5px #888888;
	}

	.btn:hover {
		color: gray;
	}

	.btn:active {
		box-shadow: none;
		margin: 25px 45px 45px 0;
	}
}

@media only screen and (max-width: 640px) {
	body {
		width: 100%;
		height: 100%;
	}
	p ul li {
		display: block;
	}
	.menu {
		display: none;
		margin: 0 25px 0 0;
	}
	span {
		height: auto;
		color: #219fcd;
		font-weight: normal;
	}
	.material-icons {
		margin: 25px 0 0 0;
	}
	.dropdown {
		margin: 0 25px 0 0;
		font-weight: normal;
	}
	.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: normal;
		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: darkred;
		text-decoration: underline;
	}
	.media-body {
		flex-direction: row;
		padding: 10px 10px 10px 10px;
		flex: 1 1 auto;
		text-align: justify;
	}
	.pont {
		margin: auto 10px 20px 10px;
		list-style-type: disc;
	}

/*
	.media-object {
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		margin: 20px 20px 20px 50px;
	}
*/

	.leiras {
		display: inline-block;
		margin-top: 20px;
	}

	.span2 {
		font-weight: normal;
		color: #404040;
	}

	.btn {
		float: right;
		margin: 20px 50px 50px 0;
		background-color: #219fcd;
		box-shadow: 5px 5px #888888;
	}

	.btn:hover {
		color: gray;
	}

	.btn:active {
		box-shadow: none;
		margin: 25px 45px 45px 0;
	}
}




.dropdown1 {
	height: auto;
	background-color: #219fcd;
	color: white;
	font-weight: normal;
}

.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;
}
