li {
	color: rgb(163, 127, 255);
	font-size: 1.5vw;
}

h1 {
	text-align: center;
	font-size: 3.5vw;
}

h2 {
	color: orange;
}

p {
	text-indent: 5vw;
	color: brown;
	font-size: 2vw;
}

a {
	color: red;
}

a:visited {
	color: rgb(255, 19, 172);
}

a:hover {
	color: yellow;
}

img {
	max-width: 20vw;
}

.prvi_odstavek {
	font-weight: bold;

}

header {
	background-image: url('slike/Breaker.jpeg');
	background-size: 20vw;
	color: rgb(36, 205, 18);
	margin: 0;
	height: 10vw;
	font-family: 'Franklin Gothic Medium';
	text-align: center;
}

header h1 {
	font-size: 7vw;
	margin: 0;
	line-height: 10vw;
}

nav {
	background-color: rgb(100, 250, 250);
	height: 5vw;
}

nav a {
	line-height: 5vw;
	text-decoration: none;
	font-size: 2vw;
	padding: 1vw 1.5vw 1vw 1.5vw;
	color: green;
	background-color: yellow;
	margin-left: 4.5vw;
}

nav a:visited {
	color: green
}


footer {
	margin: 0;
	position: relative;
	height: 4vw;
	width: 100%;
	bottom: 0;
	background-color: rgb(54, 54, 54);
}

footer p {
	line-height: 3vw;
	text-align: center;
	font-size: 1.3vw;
	color: rgb(220, 220, 220);

}

.trenutno_odprto {
	color: rgb(250, 0, 0) !important;
}


@media (max-width: 700px) {
	nav {
		height: auto;
	}

	nav a {
		display: block;
		margin: 10px;
		font-size: 5vw;
		text-align: center;
	}

	nav a:first-child {
		margin-top: 0
	}

	img {
		min-width: 100% !important;
	}

	p {
		font-size: 4vw;
	}

	h1 {
		font-size: 8vw;
	}

	h2 {
		font-size: 6vw;
	}

	footer {
		height: auto;
	}

	footer p {
		font-size: 3vw;
		padding: 5px;
	}

	ol li,
	ul li {
		font-size: 4vw;
	}
}