* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
/* NAVIGATION BAR */
#odmakni {
	margin-left: 105vh;
}

.navbar-brand {
	font-size: 22px;
	font-weight: 800;
}

ul li {
	font-size: 18px;
}

.whiteline {
	width: 100%;
	height: 2px;
	background-color: white;
}
/* Made navigation bar stick to defaults on mobile devices */
@media only screen and (max-width: 600px) {
	#odmakni {
		margin: 0;
	}
}
/* Carousel */

.carousel .carousel-item {
	height: 500px;
}

.carousel-item img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	min-height: 500px;
}

.carousel-indicators .li {
	background-color: #f00;
}
/* about */
.about {
	display: flex;
	margin: 0 15%;
	padding: 0 20px;
	flex-direction: column;
	text-align: left;
	border-left: 1px solid #343a40;
}
.about h1 {
	margin-top: 10px;
	font-weight: 600;
	text-align: center;
}
.about h5 {
	margin-bottom: 20px;
	font-size: 18px;
}

.about .btn {
	margin: 0 auto;
	width: 100px;
	color: white;
}
.about .btn a {
	text-decoration: none;
	color: white;
}
/* aboutBH file */
#pngabout {
	margin-bottom: 25px;
}
/* CatalogBH file */
.catalog {
	width: 100%;
}
.catalog h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
@media only screen and(max-width:580px) {
	* {
		margin: 0;
		padding: 0;
	}
	.about {
		text-align: center;
		padding: 0;
	}
	.about h1 {
		margin-top: 20px;
		font-weight: 600;
		text-align: center;
	}
	.h5 {
		margin: 0;
		font-size: 14px;
		text-align: left;
	}
}
/* cards */

.card-img-top {
	width: 250px;
	height: 200px;
	object-fit: contain;
	margin-top: 10px;
}
.card-title {
	font-size: 1.25rem;
}
.card-text {
	font-size: 14px;
}

@media only screen and(max-width:580px) {
	.card-deck {
		display: flex;
		flex-direction: column;
	}
}
/* Contact form */

.iframevogosca {
	border: 0px;
	width: 85vh;
	height: 400px;
	margin-top: 11%;
}

.btn {
	margin-left: 13px;
	margin-bottom: 10px;
}
/* Remove iframe container on mobile device */
@media only screen and (max-width: 600px) {
	#map-container-google-1 {
		display: none;
	}
}
