/** @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap'); **/
@import url('/css/fonts/menufont.css');

body {
  margin: 0;
  padding: 0;
  background-color: #111;
  color: #eee;
  /** font-family: 'Orbitron', sans-serif; **/
  font-family: 'Audiowide', sans-serif;
}

.menu-container {
  max-width: 800px;
  margin: auto;
  padding: 2rem;
  border-left: 2px solid #00ffcc;
  border-right: 2px solid #00ffcc;
}

header {
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid #00ffcc;
  padding-bottom: 1rem;
}

h1 {
  font-size: 3rem;
  margin: 0;
  color: #00ffcc;
}

h2 {
  font-size: 1.5rem;
  margin: 0.5rem 0 1rem;
  color: #ccc;
}

.napojak_header{
	text-align: center;
	
}

.napojak_h2{
	margin-bottom: 30px;
}


.nav-menu {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.nav-menu a {
  color: #00ffcc;
  text-decoration: none;
  border: 1px solid #00ffcc;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.nav-menu a:hover {
  background-color: #00ffcc;
  color: #000;
}

section {
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

section:nth-child(even) {
  background-color: #1a1a1a;
}

section:nth-child(odd) {
  background-color: #222;
}

h3 {
  color: #00ffcc;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #00ffcc;
  padding-bottom: 0.3rem;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

li {
  margin-bottom: 0.4rem;
  font-size: 1rem;
}


.flr{
	float: right;
}

.clb{
	clear: both;
}

.aliri{
	text-align: right;
}


@media screen and (max-width: 767px) {
	.mobi_invi{
		display: none;
	}
	.mobi_smaller{
		font-size: 0.8rem;
	}
	.smaller{
		font-size: 0.5rem;
	}
}

@media screen and (min-width: 767px) {

	.flr_desktop{
		float: right;
	}
	.smaller{
		font-size: 0.7rem;
	}
}