@media only screen and (max-width: 600px) {
	body, html {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
	}
	
	.bg {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
	}

	
	footer {
		display: none;
	}
} 

body, html {
	height: 100%;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

#fotografija_dana {
	padding-top: 20px;
	border: 10px;
	border-color: #000000;
}

.okvirdana {
	border: 5px solid #000000;
	border-radius: 4px;
	padding: 5px;
	display: block;
	max-width: 290%;
	height: auto;
	margin: auto;
}

h3 {
	padding: 10px;
}

.container-fluid {
	width: 100%;
	height: 100%;
	text-align: center;
}

a {
	color: orange;
}

.bg {
	/* The image used */
	background-image: url("../images/bg.jpg");

	/* Full height */
	height: 100%;
	width: 100%;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

footer {
	position: fixed;
	height: 120px;
	bottom: 0;
	width: 100%;
	color: #ffffff;
}