body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(#fff9f7, #e7bda5); 
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}


  
/*Navbar */
.nav-item a:hover{
	color:#d86d2d;
} 
 
.nav-item{
	margin-right:20px;
}

.navbar-toggler{
	margin-right:15px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  box-shadow: none !important;
  outline: none !important;
}

.navbar-custom {
  background-color: white;
}

.navbar-nav .nav-link {
  color: black;
  font-weight: bold;
  padding: 10px 15px;
}

@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
  }
  
  .navbar-nav .nav-item {
    display: block;
    width: 100%;
  }
}
/*Navbar vége*/

  
  
#page-container {
  position: relative;
  min-height: 100vh;
}  
  
 .container{
    margin-bottom: 25px;
 }
	
  
 h3{
	margin: 25px 0px;
 }
  
 #kalkGomb {
	margin: 20px auto;
 }
  
#valasz{
	visibility:hidden;
}

#cim{
	text-align:center;
	font-weight:bold;
	color: black;
	font-family:Georgia;
}

.ft{
   position:sticky;
   top:100%;
   background-color:white;
}
  
.kikapcs{
	text-align: center;
	color: white;
}

.copy{
	color: white;
}

.kozepre {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
  text-align: center;
}

#csapatokcim{
	margin-top:50px;
	margin-bottom:30px;
	font-weight:bold;
}

#csapatok{
	text-align:center; 
	font-family:Georgia;
	font-size: 20px;
}

#cse{
	margin-top:80px;
	font-weight:bold;
}

#csoportok{
	margin-top:20px;
}

#csoportmeccsekcim{
	margin-top:45px;
	font-size: 25px;
	margin-bottom:20px;
}

#csmeccsektabla{
	margin-bottom:40px;
}

#cstcim{
	margin-bottom:20px;
}

#tabellatabla{
	margin-bottom:0px;
}

#rajatszascim{
	margin-top:85px;
	margin-bottom:20px;
	font-weight:bold;
}

#tsblokk{
	text-align:center;
	display: flex; 
	justify-content: center;
}

#tscim {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
  font-family: 'Segoe UI', sans-serif;
}

#tsorrend {
  text-align:justify;
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}


@media (max-width: 768px) {
	#csapatok{
	  text-align:center; 
	  font-family:Georgia;
	  font-size: 15px;
	}
	
	#cse{
	  margin-top:70px;
	  font-weight:bold;
	}
	
	#csmeccsektabla{
	  margin-bottom:18px;
	  font-size:9px;
	}
	
	#csoportmeccsekcim{
	  margin-top:40px;
	  font-size: 20px;
	  margin-bottom:15px;
	}
	
	#tabellatabla{
	  margin-bottom:0px;
	  font-size:10px;
	}
	
	#cstcim{
	  margin-bottom:20px;
	}
	
	#tscim {
	  text-align: center;
	  font-size: 18px;
	  margin-bottom: 15px;
	  margin-top:0px;
	  font-family: 'Segoe UI', sans-serif;
	}
	
	#rajatszastabla{
		font-size:9px;
	}
	
	#rajatszascim{
	  margin-top:75px;
	  margin-bottom:20px;
	  font-weight:bold;
	}
}

