﻿@charset "utf-8";


body {
	height: 100vh;
	width: auto;
	background: url(../img/munkavedelem.jpg) center center no-repeat;
	background-size: cover;
	font-family:'Oswald'; 
}
.center-box {
	margin: 20px;
    width: 800px;
	background: rgba(255, 255, 255, 0.5);
	padding: 60px;
	border-radius: 20px;
	text-align: center;
}
#overlay {
  position: fixed; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); 
  display: flex;
	justify-content: center;
	align-items: center;
}

.doboz {
	display: inline-block;
	color: #000000;
	text-align: center;
}
p {
	font-size: 40px;
	padding-bottom: 40px;
	margin: 0;
}
ul {
	margin-left: 20%;
	padding:0;
}
li {
	line-height: 50px;
    font-size: 25px;
	text-align: left;
	padding-left: 15px;
}
li::marker {
    color: rgba(0,0,0,0.0);
}
a {
	color: #000000;
	text-decoration: none;
}
.logo {
	text-align: center;
	padding-bottom: 50px;
}
.logo img {
	width: 30%;
	height: auto;
}
.email{
	position: relative;
}
.email:before {
	content: "";
    background: url(../img/email.png) center center no-repeat;
    position: absolute;
    background-size: 100%;
    width: 30px;
    height: 30px;
    left: -40px;
	top: 12px;
}
.tel{
	position: relative;
}
.tel:before {
	content: "";
    background: url(../img/tel.png) center center no-repeat;
    position: absolute;
    background-size: 100%;
    width: 20px;
    height: 30px;
    left: -40px;
	top: 12px;
}
.address{
	position: relative;
}
.address:before {
	content: "";
    background: url(../img/address.png) center center no-repeat;
    position: absolute;
    background-size: 100%;
    width: 30px;
    height: 30px;
    left: -40px;
	top: 12px;
}

@media screen and (max-width: 1023px){
	.logo img {
	width: 40%;
	height: auto;
}
}
@media screen and (max-width: 767px){
	.logo img {
	width: 60%;
	height: auto;
}
.center-box {
    padding: 30px;
}
p {
	font-size: 30px;
}
ul {
    margin-left: 10%;
}
li {
	padding-left: 5px;
	font-size: 22px;
}
}