html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--- RESET VÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°GE ---*/

body {
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		background-color: rgb(240 255 240 / 1)
}
article {
	margin-bottom: 50px;
}

header {
	max-width: 920px;
	height: 140px;
	margin: 0 auto;
	background: url('../img/logo-2.png') left center no-repeat;
}

nav {
	max-width: 480px;
	height: 140px;
	float: right;
	text-align: center;
	line-height: 140PX;
	white-space: nowrap;
}

nav a {
    font-family: 'Oswald',Arial,'Open Sans Condensed';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    color: rgb(200, 200, 45);
    padding: 0px 20px 0px;
}

 nav a:hover {
	 color: rgb(140, 145, 60);
}
 
 /*--- FEJLÃƒÆ’Ã¢â‚¬Â°C VÃƒÆ’Ã¢â‚¬Â°GE ---*/
 
 section {
	 max-width: 920px;
	 height: auto;
	 margin: 0 auto;
}

h2.welcome {
    margin-top: 55px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(140, 145, 60);
    background: url(../img/title-striped-bg.png) repeat-x 0 10px;
    font-family: 'Oswald', Arial;
}

span.entry-title {
	padding: 0px 20px;
	background-color: rgb(240 255 240);
}

p.content-text {
	text-align: center;
}

/*--- KAPCSOLAT ---*/


ul li.list-title {
	font-family: 'Oswald', Arial;
	font-size: 19px;
	margin-top: 30px;
}

ul li:first-child {
	margin-bottom: 10px;
}

ul li {
	line-height: 20px
}

.gmap iframe {
    width: 100%;
    border-radius: 50px;
    box-shadow: 1px 0px 50px #d2dad173;
}

.gmap {
	border: 1px solid #797979b8;
	border-radius: 50px;
}