body {
	font-family: "Roboto", sans-serif;
	color: #585858;

	font-size: 1.1rem;
}

h1 {
	font-weight: 700;
	color: #0b5e9d;
	margin-bottom: 1rem;
}

h2 {
	font-weight: 700;
	color: #0b5e9d;
}

a {
	color: #0b5e9d;
}
a:hover {
	color: #2782c5;
}

.jumbotron {
	background-image: url("../images/pp-pozadi.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	padding: 0;
}

.top-bar-bg {
	background: rgba(216, 216, 216, 0.85);
}

.navbar {
	padding: 1rem 1rem;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(39, 130, 197, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
	border-color: #0b5e9d;
}

.nav-link {
	text-align: right;
	color: #0b5e9d !important;
	text-shadow: 1px 1px 2px #969696;
}

.logo {
	width: 80px;
	height: auto;
}

.hero-wrap {
	height: 80vh;
}
.hero-wrap div {
	padding: 2rem;
	background: rgba(216, 216, 216, 0.85);
}
.hero-wrap div h1 {
	font-weight: 700;
	color: #0b5e9d;
	font-style: italic;
}
.hero-wrap div h2 {
	font-style: italic;
}

.card-title {
	color: #2782c5;
	font-style: italic;
	font-weight: 700;
}

.kontakt {
	/* background: rgba(216, 216, 216, 0.85); */
	background-color: #e1f0f9;
}

.sl-wrapper .sl-counter {
	color: #2782c5;
}

.sl-wrapper .sl-close {
	color: #2782c5;
}

.sl-wrapper .sl-navigation button {
	color: #2782c5;
}

.logos {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.logos img {
	width: 100%;
}

.more-photos {
	display: block;
	background-color: rgba(216, 216, 216, 0.85);
	padding-left: 20px;
	line-height: 2rem;
}

.play-button {
	position: absolute;
	width: 30%;
	pointer-events: none;
}

dl dd a {
	color: #2782c5;
	text-decoration: underline;
}

.responsivecontainer {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
}

.responsivemap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
