@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


html {
	background: #fff;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #253047;
	line-height: 1.4;
}

#logo {
	display: block;
	width: 100%;
	margin-top: 0;
	background: #253047;
	padding: 50px 0;
}

#logo img {
	display: table;
	margin: 0 auto;
	max-width: 80%;
	padding-right: 80px;
}
nav {
    background: #eee;
    padding: 20px 0;
    margin: 0 0 50px 0;
}
nav ul {
	margin: 0;
	text-align: center;
}
nav ul li {
	list-style: none;
	display: inline-block;
}
nav ul li a {
    padding: 22px 25px;
    font-weight: 700;
    text-decoration: none;
    color: #253047;
    font-size: 15px;
	box-shadow: inset 0 0 0 0 #eee;
	transition: box-shadow 0.1s;
}
nav ul li a:hover {
	box-shadow: inset 0 -7px 0 0 #e5e5e5;
}

nav ul li.current a,
nav ul li.current a:hover {
    box-shadow: inset 0 -7px 0 0 #ccc;
}

section {
	max-width: 900px;
	margin: 0 auto;
}

footer {
	border-top: 5px solid #ddd;
	margin-top: 60px;
}

div {
	color: #253047; 
	margin: 10px auto 0 auto; 
	padding-top: 30px; 
	font-size: 15px;
}
#fejlesztes {
    width: calc(100% - 20px);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 10px;
    background: #f6ac2b;
    margin-top: 0;
}
.contact-wrapper-box,
.cegcsoport{
	width: 300px; 
	padding: 10px;
}

svg {
	vertical-align: sub;
}

h1 {
	margin: 50px 0;
	font-size: 30px;
}
h2 {
	margin: 50px 0;
	font-size: 25px;
	color: #f6ac2b;
	border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}
h3 {
	margin: 50px 0;
	font-size: 20px;
}

p {
	margin: 25px 0;
}

a.link {
	color: #253047;
	text-decoration: none;
	transition: color 0.1s;
	border-bottom: 1px solid #f6ac2b;
}
a.link:hover {
	color: #f6ac2b;
}

a.button {
	background: #f6ac2b;
    padding: 8px 10px;
    color: #253047;
    text-decoration: none;
	transition: color 0.1s, background 0.1s;
	font-weight: 700;
	border: none;
}
a.button:hover {
	color: #f6ac2b;
	background: #253047;
}