<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta http-equiv="X-UA-Compatible" content="ie=edge">
	<title>Error 500</title>


	<!-- FAVICONS  -->
	<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
	<link rel="icon" type="image/x-icon" href="/assets/images/favicon-edge.ico">

	<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,700&display=swap" rel="stylesheet">
	<style>
		body, html { margin: 0; min-height: 100vh; }
		.error-page-500 {
			display: flex;
			align-items: center;
			justify-content: center;
			min-height: 100vh;
			/* ieFix - align div vertical ie11 */
			height: 1px;
			padding: 0 22px;
			text-align: center;
			background-color: #240041;
			font-family: 'Josefin Sans', sans-serif;
			color: #fff;
		}
		/* image */
		.image-wrapper { margin: 30px auto 0; max-width: 206px; }
		.image-wrapper img { max-width: 100%; }
		/* title */
		.error-500-title {
			margin-top: 29px;
			margin-bottom: 30px;
			font-size: 16px;
			line-height: 22px;
			font-weight: 700;
		}
		@media (min-width: 768px) {
			/* image */
			.image-wrapper { max-width: 358px; }
			/* title */
			.error-500-title { margin-top: 40px; font-size: 22px; line-height: 1.2; }
		}
		@media (min-width: 1366px) {
			/* image */
			.image-wrapper { max-width: 462px; }
			/* title */
			.error-500-title { margin-top: 60px; font-size: 28px; }
		}
		@media (min-width: 1600px) {
			/* image */
			.image-wrapper { max-width: 518px; }
			/* title */
			.error-500-title { margin-top: 80px; font-size: 32px; }
		}
	</style>
</head>
<body>
	<section class="error-page-500">
		<div class="container">
			<div class="image-wrapper">
				<img src="/Error500/500-image.png" alt="error 500">
			</div>
			<h1 class="error-500-title">Servis trenutno nije dostupan ili je u fazi održavanja.</h1>
		</div>
	</section>
</body>
</html>
