@font-face {
  font-family: 'Gotham';
    src: url('/fonts/gothambold1-webfont.eot');
    src: url('/fonts/gothambold1-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gothambold1-webfont.woff2') format('woff2'),
         url('/fonts/gothambold1-webfont.woff') format('woff'),
         url('/fonts/gothambold1-webfont.ttf') format('truetype'),
         url('/fonts/gothambold1-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
} 
* {
	margin: 0;
    box-sizing: border-box;
}
html, body {
	height: 100%;
}
body { 
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
	word-wrap: break-word;
}
h1 {
	padding-top: 25px;
	line-height: normal;
  	font-size: 36px;
  	font-weight: 300;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
  	font-size: 24px;
}
img {
	max-width: 500px; 
	width: 90%;
	height: auto;
	border: 0;
	-moz-box-shadow: 0 0 8px #888;
	-webkit-box-shadow: 0 0 8px#888;
	box-shadow: 0 0 8px #888;
}
a{
	color: #fff;
	text-decoration: none;
}
.wrapper {
	min-height: 100%;
	margin-bottom: -60px; 
    background: url(/images/pozadina.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.wrapper:after {
	content: "";
	display: block;
}
article {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 25px;
	padding-top: 5%;
	line-height: 25px;
	text-align: center;
}
.map {
	width: 800px;
	max-width: 100%;
	height: 400px;
	margin: 15px auto;
}
.map img {
	box-shadow: none;
}
footer, .wrapper:after {
	height: 60px; 
}
footer{
	line-height: 60px;
	text-align: center;
  	font-family: 'Gotham';
  	font-size: 14px;
}
footer a{
	text-decoration: none;
	color: #F65904;
}
@media only screen and (max-width: 600px) {
	h1 {
	  	font-size: 24px;
	}
	h2 {
	  	font-size: 18px;
	}
	.map {
		height: 250px;
	}
}