body {
	max-width: 1920px;
	margin: 0 auto;
}


/* #header {
	max-height: 100px;
	padding: 10px auto;
}
#header .logo img {
	height: 80px;
}

#header .fixed-top {
	padding: 10px auto;

} */
.bgimage {
	width: 100%;
	height: 600px;
	background: url("/img/drukarnia.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	padding: 0;
	opacity: 1;
	color: white;
}
.bgimage h2 {
	font-size: 3em;
	font-weight: bold;
	color: white;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}

#counts h3{
	font-family: Montserrat ;
}

.contact-info {
	padding: 20px 20px 0 0;
	height: 100px;
}

@media only screen and (max-width: 576px) {
.footer-contact {
	padding: 20px 20px 0 20px;
}

}

.contact-info h4 {
	display: inline;
}

.footer-contact .bi {
	padding-right: 5px;
	display: inline;
}

.services .section-title {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	margin: 0 auto;

}
.services .section-title p{
	text-align: justify;
	text-justify: inter-word;
}

.navbar-mobile a {
	justify-content: flex-start;
}

.hero-width{
	min-width:250px;
}

@media only screen and (min-width: 1200px) {
#medal{
	height:850px;
}
}
