@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}

a:link {
	
	color:#db9b00;
	text-decoration: none;
}

a:visited {
	
	color:#FFFFFF;
	text-decoration: none;
}

body {
	
	width: 1280px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:#073984;
	font-family: tahoma;
	text-align: justify;
	color: #FFFFFF;
	background-image: url("images/bg.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
	
}

.button {
  font: bold 16px tahoma;
  background-color: #db9b00;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
 }
 
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

#nyelv{
	border-radius: 10px;
	text-align: right;
}

#fejlec {
	
}

#menu {
	border-radius: 5px;
	border-top: solid 4px;
	border-bottom: solid 4px #db9b00;
	background-color: #00218e;
	position:sticky;
    top:0;
    width:100%;
    z-index:100;
	
}

#tartalom {
	border: solid 3px;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:royalblue;
	opacity: 0.90;
}

#lablec {
	font-size: 14px;
	text-align: center;
	clear: both;
	padding-top:7px;
	padding-bottom:7px;
	border-radius: 10px;
}