	body {
		display:block;
		width: 100%;
		margin: 0;
		vertical-align: middle;

		background:#fff;
	}

	.logo {
		display: block;
		background:url(Restoran_Djed_LOGO.svg);
		background-size:300px;
		height:400px;
		background-repeat: no-repeat;
		background-position: center 30%;
		width: 100%;

	}

	h1, p {
	    text-align: center;
	    display: block;
	    max-width: 90%;
	    width: 500px;
	    margin: 0 auto 0;
	    font-family:Helvetica, Arial, sans-serif;
	    font-weight:300;
	    line-height:1.5;
	}

	a {
		text-decoration: none;
		font-weight: 600;
		color: #000;
	}

	h1 {
		margin: 40vh auto 0;
		font-size: 40px; 
		font-weight: 100;
	}
	
	.podaci {
        display:block;
        width: 100%;
    }

	@media screen and (max-width: 960px) {
		.logo {
			background-size:240px;
					height:340px;
		}
	}

	@media screen and (max-width: 480px) {
		.logo {
			background-size:200px;
					height:280px;
		}
	}