* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Lora', serif;
	font-size: 1.6rem;
}

.hero-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(100, 79, 34, 0.7);
	z-index: -1;
}

.top-hero {
	position: relative;
	height: 200px;
	background-size: cover;
	z-index: 0;
}

.top-hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 3.6rem;
	text-transform: uppercase;
}
/* nawigacja */

nav {
	font-size: 2rem;
	text-transform: uppercase;

}

.navbar-toggler {
	font-size: 3rem;
}

.navbar-brand {
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: none;
}

/* header */

header {
	font-size: 2rem;
}

.carousel-item {
	position: relative;
	height: 400px;
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.carousel-img-one {
	background-image: url('../img/main-carousel-1.jpg');
}
.carousel-img-two {
	background-image: url('../img/main-carousel-2.jpg');
}
.carousel-img-three {
	background-image: url('../img/main-carousel-3.jpg');
}


.carousel-img-one img{
	width:100%;
padding:20px;
}

/* home */
.home-boxes {
	padding: 5em 0;
}

.home-box i {
	font-size: 4rem;
}
.home-box h3 {
	font-size: 2.6rem;
}

/* ----- */

.home-passion {
	position: relative;
	height: 350px;
	background-image: url('../img/home-passion.jpg');
	background-position: center;
	background-size: cover;
	z-index: 0;
}

/* ----- */

.home-brand h3 {
	font-size: 3rem;
	font-weight: bold;
}

/* footer */
footer {
	font-size: 1.6rem;
}

/* about us */

.aboutus-hero {
	background-image: url('../img/about/about-hero.jpg');
	background-position: bottom;
}

.galeriaonas{
	display:flex;
	padding:30px;
	justify-content: space-around;
	align-items: center;
	background-color: aliceblue;
}

.galeria-box{
	background-color: blue;
	width:20%;
	height:280px;
	transition: .2s;
}

.galeria-box:hover{
	transform: scale(1.04);
	cursor:pointer;
}


.one-bix{
background-image: url(/img/onas1.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.two-bix{
	background-image: url(/img/onas2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.three-bix{
	background-image: url(/img/onas3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.four-bix{
	background-image: url(/img/onas4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media(max-width:700px) {

	.galeriaonas{
		flex-direction: column;
	}
	.galeria-box{
		width:90%;
		margin:40px;
	}


}







/* ----- */

.aboutus-info {
	background-color: rgb(248, 248, 248);
}

.aboutus-info .container {
	padding: 2em 0.5em;
}

.aboutus-text {
	padding: 1.8em;
}

.aboutus-text h3 {
	margin-bottom: 0.5em;
	font-size: 2.6rem;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline #007bff;
}

.aboutus-text-right {
	text-align: right;
}

.aboutus-img {
	height: 300px;
	object-fit: cover;
}

/* ----- */
.aboutus-bottom i {
	font-size: 3rem;
}

.aboutus-bottom h3 {
	font-size: 2.2rem;
	font-weight: bold;
}

/* usługi */

.service-hero {
	background-image: url('../img/service/service-hero.jpg');
	background-position: 0 75%;
}

.service-hero-box {
	position: relative;
	height: 300px;
	background-size: cover;
	z-index: 0;
}

.service-hero-box p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
	color: #fff;
}

.service-hero-box.box-one {
	background-image: url('../img/service/one.jpg');	
}
.service-hero-box.box-two {
	background-image: url('../img/service/two.jpg');	
}
.service-hero-box.box-three {
	background-image: url('../img/service/three.jpg');	
}
.service-hero-box.box-four {
	background-image: url('../img/service/four.jpg');	
}
.service-hero-box.box-five {
	background-image: url('../img/service/five.jpg');	
}
.service-hero-box.box-six {
	background-image: url('../img/service/six.jpg');	
}


/* projekty */


.projects-hero {
    background-image: url('../img/projects/project-hero.jpg');
    background-position: center;
}

.kontener_aktualnosci{
	display:flex;
	justify-content: center;
	align-items: center;
	padding:30px;
	background-image: url('../img/projects/tlo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.kontener_aktualnosci_first{
	width:350px;
}
.kontener_aktualnosci_second{
	display:flex;
	justify-content: center;
	align-items: center;
	padding:40px;
	font-size:22px;
	max-width:900px
}

@media(max-width:900px) {

	.kontener_aktualnosci{
		flex-direction: column;
	text-align: center;
	}



}





/* kontakt */

.contact-hero {
	background-image: url('../img/contact/contact-hero.jpg');
	background-position: 0 40%;
}

.contact h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.6rem;
}

.contact-logo {
	font-size: 3rem;
}

.contact input, .contact select, .contact textarea {
font-size: 1.6rem;
}

.contact .btn {
	padding: 0.3em 0.8em;
	font-size: 2rem;
}

.contact-map iframe {
	width: 100%;
	min-height: 400px;
}

/* galeria */
.portfolio-menu {
	text-align: center;

}

.portfolio-menu ul{
	display:none;
}

.portfolio-menu ul li {
	display: inline-block;
	margin: 10px;
	list-style: none;
	padding: 10px 15px;
	width: 200px;
	cursor: pointer;
	font-size: 20px;
	-webkit-transition: all 05s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 05s ease;
	-o-transition: all 05s ease;
	transition: all .5s ease;
}

.portfolio-item {
	width: 100%;
}

.portfolio-item .item {
	/* width: 303px; */
	float: left;
	margin-bottom: 10px;
}


@media (min-width: 992px) {
	.aboutus-info .container {
		padding: 0;
	}

	.aboutus-shadow {
		box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.4);
	}

	.aboutus-text {
		padding: 5em 0;
		transform: skew(-15deg);
	}

	.aboutus-text-left {
		padding-right: 2em;
		text-align: right;
	}

	.aboutus-text-right {
		padding-left: 2em;
		text-align: left;
	}

	.aboutus-img {
		height: auto;
		transform: skew(-15deg);
	}

/* dodatkowe */


}

@media (min-width: 1400px) {
	.carousel-item {
		height: 600px;
	}

	.carousel-img-one {
		background-image: url('../img/main-carousel-1.jpg');
	}
	.carousel-img-two {
		background-image: url('../img/main-carousel-2.jpg');
	}
	.carousel-img-three {
		background-image: url('../img/main-carousel-3.jpg');
	}

	.carousel-img-one img{
		width:60%;
	padding:20px;
	}
}
