/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.jumbotron h1 {
	font-family: 'Arvo', courier, serif;
}

ul.nav {
	font-size: 13px;
}

#produkti-nav {
	background-color: #d9534f;
	padding: 10px;
	margin-top: 5px;
	border: 0px solid;
	border-radius: 7px;
	color: white;
}

.navbar-brand {
	padding-top: 5px;
}

.jumbotron {
	text-align: center;
	background-image: url("../images/old-cevkite.JPG");
	height: 750px;
	color: white;
	padding-top: 80px;
}

.jumbotron h1 {
	margin-top: 0px;
	margin-bottom: 50px;
}

.jumbotron p {
	margin-bottom: 30px;
	font-weight: 100;
	padding: 0 50px; 	
}

.btn-lg {
	font-size: 36px;
}



footer {
    background: #333333;
    width: 100%;
    overflow: hidden;
    opacity: 0.9;
}

footer p, footer h3 {
    color: #fff;
}

footer p a {
    color: #fff;
    text-decoration: none;
}

footer.second {
    border-top: 1px solid #4D4E50;
    background-color: #333333;
    max-height: 50px;
    text-align: center;
    opacity: 0.95;
}

section {
    width: 29%;
    float: left;
    margin: 2% 2%;
    text-align: center;
}

ul.social li {
    display: inline;
}

ul.social li img {
    height: 50px;
}

footer.second {
    border-top: 1px solid #4D4E50;
    background-color: #333333;
    max-height: 50px;
    text-align: center;
    opacity: 0.95;
    padding-top: 5px;
}

form {
    padding-top: 50px;
    padding-bottom: 50px;
}

#map {
    padding-top: 22px;
    margin-left: -60px;
}

h5 {
    position: absolute;
    margin-left: 240px;
    margin-top: 11px;
    
    padding-left: 8px;
    border-left: 1px solid white;
}

a.lang, a.lang:hover, a.lang:visited, a.lang:link {
    color: white;
    text-decoration: none;
}