body{
	background:url(background2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color:black;

}

.meniu{
	text-align:right;
	margin-right:20px;
	font-size:20px;
}
.meniu2{
	padding-top:20px;
}

.container{
	position: relative;
	text-align:center;
}
img.container{
	margin-top:30px;
	margin-left:150px;
	#margin-top:50%;
}
p.container{
	width:700px;
	font-family:"Arial Verdana", Sans-serif;
	font-style:bold;
	position: absolute;
	top:60%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size:35px;
	#background:url(imgp.jpg);
	#background-color:grey;
	#background-color: rgba(0,0,0,.4);
	#background-size:150% 100%;
	
}

a{
	text-decoration:none !important;
	color:white;
}

.lang{
	text-align:right;
	margin-bottom:0px;
	font-size:20px;
}
#wholepage{
	border:none;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#formular {
  display: none;
  position: fixed;
  z-index: 1; 
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto;
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  margin-bottom:50px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}


