body {
	background-color: #0D1B2A;
}

a {
	text-decoration: none;
}

.trenutna {
	background-color: #0D1B2A;
}

h1, h2, h3 {
	color: #BFA46F;
	text-align: center;
	font-family: 'Playfair Display', serif;
}

.sadrzaj {
	max-width: 1000px;
	margin: 0 auto;
}

.sadrzaj p {
	color: #C5A880;
	text-align: justify;
	font-size: 18px;
	font-family: 'Merriweather', serif;
}

.logo {
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.gif {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.gif img {
	height: 600px;
	width: auto;
}

.gif p {
	color: #C5A880;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	text-align: center;
	border: 2px solid #C5A880;
	margin-top: 0px;
	width: 596px;
}

.gif2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.gif2 img {
	width: 800px;
	height: auto;
}

.gif2 p {
	color: #C5A880;
	font-family: 'Merriweather', serif;
	text-align: center;
	font-size: 18px;
	border: 2px solid #C5A880;
	margin-top: 0px;
	width: 796px;
}

.gif3 {
	display: flex;
	flex-direction: column;
	align-items:center
}

.gif3 img {
	width: 900px;
	height: auto;
}

.gif3 p {
	color: #C5A880;
	font-family: 'Merriweather', serif;
	text-align: center;
	font-size: 18px;
	border: 2px solid #C5A880;
	margin-top: 0px;
	width: 896px;
}

.meni {
	position: fixed;
	background-color: #1C1C1C;
	display: flex;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
	height: 50px;
	width: 600px
}

.meni a {
	color: #C5A880;
	flex: 1;
	text-align: center;
	padding-top: 10px;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	border: 2px solid #C5A880;
	transition: all 0.3s ease-in-out; 
}

.meni a:hover {
	background-color: #0D1B2A;
}

.kretanje {
	background-color: #1C1C1C;
	display: flex;
	margin: 0 auto;
	height: 50px;
	width: 200px
}

.kretanje a {
	color: #C5A880;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	border: 2px solid #C5A880;
	transition: all 0.3s ease-in-out;
}

.kretanje a:hover {
	background-color: #0D1B2A;
}

.bottled {
	max-width: 900px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: 15px;
}

.bottled img {
	width: 250px;
	height: auto;
	margin-right: 15px;
}

iframe {
	display: block;
	margin: 0 auto;
}

hr {
	width: 1000px;
	border: 1px solid #C5A880;
}

#vrh {
	margin: 0px;
}

.hugo {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: center;
}

.hugo img {
	width: 600px;
	height: auto;
}

.hugo p {
	color: #C5A880;
	font-family: 'Merriweather', serif;
	text-align: center;
	font-size: 18px;
	border: 2px solid #C5A880;
	margin-top: 0px;
	width: 596px;
}

.boss {
	max-width: 600px;
	display: block;
	margin: 0 auto;
}

.boss img {
	display: block;
	width: 100%;
	height: auto;
}

.lokacije {
	max-width: 950px;
	display: flex;
	margin: 0 auto;
	margin-top: 40px;
	justify-content: center;
}

.mesto {
	display: flex;
	flex-direction: column;
	height: 250px;
	margin-right: 15px;
}

.mesto img {
	height: 100%;
	width: auto;
}

.mesto p {
	color: #C5A880;
	font-family: 'Merriweather', serif;
	text-align: center;
	font-size: 18px;
	border: 2px solid #C5A880;
	margin-top: 0px;
	width: auto;
}

.dugmici {
	width: 900px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.toggle {
	height: 30px;
	width: 60px;
	position: absolute;
	top: 12px;
	left: 10px;
	display: flex;
}

#button {
	background-color: #D2D2D2;
	width: 100%;
	height: 100%;
	border-radius: 300px;
	cursor: pointer;
	position: relative;
	transition: 0.3s ease;
}

#check {
	display: none;
}

#button::before {
	position: absolute;
	content: '';
	background-color: white;
	width: 24px;
	height: 24px;
	margin: 3px;
	border-radius: 200px;
	transition: 0.3s ease;
}

input:checked + #button {
	background-color: #0D1B2A;
}

input:checked + #button::before {
	transform: translateX(30px);
}

body.svetla_tema {
	background-color: #FFF6E5;
}

body.svetla_tema P {
	color: #6B5226;
}

body.svetla_tema h1, body.svetla_tema h2, body.svetla_tema h3 {
	color: #5C4620;
}

body.svetla_tema .meni a {
	background-color: #926D45;
	color: #D9A066;
}

body.svetla_tema .meni a:hover {
	background-color: #FFF6E5;
}

body.svetla_tema .kretanje a {
	background-color: #926D45;
	color: #D9A066;
}

body.svetla_tema .kretanje a:hover {
	background-color: #FFF6E5;
}

body.svetla_tema .meni a.trenutna {
	background-color: #FFF6E5;
}



