@import "http://fonts.googleapis.com/css?family=Raleway";

@media (max-width:767px){
video{
display: none;
}

div#budapest {
display: none;	
}
.center {
display: none;
}

}

html, body{
margin: 0px;
border: 0px;
padding: 0px;
overflow: hidden;
height: 100%;
width: 100%
}

body {
background-image: url("/img/background_brick.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 100vh;
color: white;
font-family:'Raleway',sans-serif;
display: flex;
flex-direction: column;
text-align: center;
}

video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
z-index: -100;
}

.fejlec {
padding: 1px 5% 0 71%;
min-height: 9%;
// background-color: rgba(255, 255, 255, 0.9);
background-color: rgba(255, 0, 0, 0.8);
color: white;
display: flex;
justify-content: flex-end;
align-items: center;
text-align: center;
font-size: 19px;
// z-index: 100;
}
a.menu {
	min-width: 96px;
	font-size: 16px;
	padding: 8px;
	color: white;
	font-weight: bold;
	
}
a.menu:hover {
cursor: pointer;
  background-color: orange;
} 
	


.menu {
color: black;
margin-left: 10px;
margin-right: 10px;
}
h1 {
padding:3px;	
}
h1.kapcsolat {
	padding:8px;
	font-size:16px;
	background-repeat: no-repeat;
}

#email {
background-image: url("/img/email.png");
background-size: contain;
background-repeat: no-repeat;
padding: 0 0 0 20px;
margin: 0 auto;
width: auto;
height: 30px;
font-size:12px;
color: blue;	
}

p#telefonszam {
    background-image: url(/img/phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 6px 0 0 27px;
    margin: 0 auto;
    width: fit-content;
    height: 10px;
    text-align: center;
    font-size: 12px
	
}

.kapcsolat:hover {
cursor: pointer;
background-color: orange;
} 
	
.kapcsolat:hover .kapcsolat-content {
visibility: visible;
opacity: 1;
cursor: pointer;
}

.kapcsolat-content {
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.5s linear;	
position: fixed;
right: 30px;
margin: 30px 0;
border: solid 3px;
border-color: rgba(255,152,0,1);
color: white;
line-height: 0.4;
top: 50 px;
font-size: 13px;
background-color: rgba(255, 152, 0, .7);
padding: 10px 7px;
width: 225px;
z-index:5;
box-shadow: 4px 4px 9px #000;
-webkit-box-shadow: 4px 4px 9px #000;
-moz-box-shadow: 4px 4px 9px #000;
}

.menubar {
position: fixed;
min-width: 50px;
margin:5px;
padding:5px;
left: 5px;;
top: 4px;
display: inline-block;
}

.dropbtn {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin: -5px 0px 10px 10px;
  cursor: pointer;
  display: none;
  border: none;
  z-index: 10;
}


#budapest {
position: fixed;
background-image: url(/img/budapest.png);
background-repeat: no-repeat;
background-position: center;
opacity: 0.5;
min-width: 100%;
min-height: 20%;
margin:0px;
padding:5px;
left: 0px;;
top: 67%;
display: inline-block;
z-index: 5;
}

.menubar-content {
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.5s linear;		
font-family: arial;
text-align: left;
color: white;
line-height: 0.9;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
margin: 0 10px 0 10px;
border: solid 3px;
border-color: rgba(63,81,181,.9);
background-color: rgba(63, 81, 181, .23);
box-shadow: 4px 4px 9px #000;
-webkit-box-shadow: 4px 4px 9px #000;
-moz-box-shadow: 4px 4px 9px #000;
z-index: 10;
}

.menubar-content a {
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  display: block;
}

.menubar-content a:hover {
  cursor: pointer;
  background-color: rgba(66,66,66,0.8);
  }

.menubar:hover .menubar-content {
	visibility: visible;
opacity: 1;
// 	display: block;
	
	}

.menubar:hover .dropbtn {background-color: orange;}






.countainer {
justify-content: center;
align-items: center;
}

a {
text-decoration: none;
color: white;
font-size: 18px;

}
.center {
font-size: 35px;
padding: 0px 40px 60px;
}



.main {
font-size: 25px;
display: flex;
justify-content: center;
align-items: center;
flex-grow: 1;
text-align: center;
flex-direction: column;
}

.gomb {
font-size: 18px;
background-color: rgba(0, 0, 0, .7);
padding: 10px 30px;
width: 150px;
display: inline-block;
}

.gomb:hover {
background-color: orange;
}

.lablec {
position: fixed;
bottom: 0px;
width:100%;
min-height: 5%;
// background-color: rgba(255, 255, 255, 0.9);
background-color: rgba(255, 0, 0, 0.8);
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 18px;
text-align: center;
}


