body {
	margin: 0 auto;
	width: 100%;
	font-family: Lexend;
}

@font-face {
	font-family: 'Lexend';
	src: url('Lexend[wght].ttf') format('truetype');
}

#zaw1, #zaw2, #zaw3, #zaw4, #zaw5 {
	min-height: 100vh;
}

#zaw1t, #zaw2t, #zaw3t, #zaw4t, #zaw5t {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
}

#zaw1t {
background-image: url("projekt_qo8ei_6.jpg");
background-position: center;
}

#zaw2t {
background-image: url("projekt_qo8ei_6.jpg");
background-position: center;
}

#zaw3t {
background-image: url("construction-roof-ausik_4zr.jpg");
}

#zaw4t {
background-image: url("painting-wall-qoakd_1.jpg");
background-position: right;
}

#zaw5t {
background-image: url("cleaning-home-ewyufg_3zr.jpg");
background-position: center;
}

#gorpan	{
	width: 100%;
	height: 20vh;
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 50% 50%;
	background: white;
}

.logo {
	grid-area: 1 / 1 / 2 / 2;
	justify-content: center;
	align-content: center;
}

.menu {
	grid-area: 1 / 2 / 2 / 3;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.menu a {
	display: inline-block;
	margin-right: 8vw;
	padding: 0.5rem 0.4rem;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 600;
	color: #030409;
	background: white;
}

.rozw {
	position: relative;
}

.rozw ul {
	position: absolute;
	width: 8rem;
	padding: 0;
	list-style-type: none;
	margin-top: -0.1rem;
	display: none;
}

.rozw ul li a {
	width: 9.4rem;
	text-align: center;
}

.menu a:hover {
	font-weight: 1000;
}

.rozw a:focus + ul,
.rozw a:hover + ul,
.rozw ul:hover,
.menu a:hover + ul {
	display: block;
}

.logo img {
	height: 20vh;
	padding-left: 12vw;
	aspect-ratio: 5/3;
}

.tresc, .tresc2 {
	width: 80%;
	margin: 0 auto;
}

h1 {
	margin-top: 16vh;
	text-align: center;
	font-weight: 700;
	font-size: 2.3rem;
	color: #030409;
}

h2 {
	margin-top: 5vh;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	color: #030409;
}

.txgl {
	text-align: center;
	font-weight: 500;
	font-size: 1.3rem;
	color: #030409;
	line-height: 2.3rem;
}

.txgl2 {
	text-align: center;
	font-weight: 600;
	font-size: 1.4rem;
	color: #030409;
	line-height: 2.6rem;
}

.symbols {
	color: #030409;
	font-size: 2rem;
}

.tresc img {
	width: 76%;
	margin-left: 12%;
	margin-right: 12%;
	aspect-ratio: 4/3;
}

.tresc2 img {
	width: 56%;
	margin-left: 22%;
	margin-right: 22%;
	aspect-ratio: 3/4;
}
	
.footer {
	height: 4vh;
	text-align: center;
	background: #C1A484;
	width: 100%;
	margin: 0 auto;
	font: #030409;
	font-size: 0.9rem;
}

.footer a {
	color: #EEEB3A;
}

.tresc a, .tresc2 a {
	padding: 0.5rem;
	border-color: #FF112A;
	border-width: 0.2rem;
	border-style: solid;
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
	color: #FF112A;
	background: #FFA288;
}

@media all and (max-width: 575px) {
	#zaw4t {
		background-image: url("painting-wall-qoakd_2m.jpg");
                background-position: center top;
	}
	#zaw5t {
		background-image: url("cleaning-home-ewyufg_4mzr.jpg");
	}
	#gorpan	{
		height: auto;
		grid-template-columns: 40% 60%;
	}
	.logo img {
		width: 40vw;
		padding-left: 0;
		height: auto;
	}
	.menu {
		justify-content: center;
		padding-left: 0.5vw;
	}
	.menu a {
		margin-right: 0.5vw;
		font-size: 0.9rem;
		font-weight: 600;
	}
	.rozw ul li a {
		width: 8rem;
	}
	.tresc, .tresc2 {
		width: 94vw;
		margin: auto;
	}
	h1 {
		font-size: 1.7rem;
		font-weight: 800;
		margin-top: 12vh;
		margin-bottom: -1vh;
	}
	h2 {
		font-size: 1.3rem;
	}
	.txgl {
		font-size: 1.1rem;
		line-height: 1.7rem;
	}
	.tresc img {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.tresc2 img {
		width: 74%;
		margin-left: 13%;
		margin-right: 13%;
	}
	.txgl2 {
		font-size: 1.1rem;
		line-height: 2.2rem;
	}
	.symbols {
		font-size: 1.5rem;
	}
	.tresc a, .tresc2 a {
		font-size: 1rem;
	}
	.footer {
		font-size: 0.8rem;
		height: 3vh;
	}
}

@media all and (min-width: 576px) and (max-width: 767px) {
	.rozw ul li a {
		width: 8.4rem;
	}
}
	
@media all and (min-width: 768px) and (max-width: 991px) {
	.rozw ul li a {
		width: 8.7rem;
	}
}	
	
@media all and (min-width: 576px) and (max-width: 991px) {
	#zaw4t {
		background-image: url("painting-wall-qoakd_2m.jpg");
	}
	#gorpan	{
		height: auto;
		grid-template-columns: 40% 60%;
	}
	.logo img {
		width: 32vw;
		padding-left: 4vw;
		height: auto;
	}
	.menu {
		justify-content: center;
		padding-left: 2vw;
	}
	.menu a {
		font-size: 1rem;
		font-weight: 600;
	}
	.tresc img {
		width: 80%;
		margin: auto;
	}
	h1 {
		font-size: 1.8rem;
		font-weight: 800;
		margin-top: 14vh;
		margin-bottom: -2vh;
	}
	h2 {
		font-size: 1.4rem;
	}
	.txgl {
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
	.txgl2 {
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	.symbols {
		font-size: 1.5rem;
	}
	.tresc a, .tresc2 a {
		font-size: 1.1rem;
	}
	footer {
		font-size: 0.85rem;
		height: 6vh;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.rozw ul li a {
		width: 9.2rem;
	}
}

@media all and (min-width: 1477px) {
	.menu a {
		width: 12rem;
		font-size: 1.2rem;
		font-weight: 700;
		text-align: center;
	}
	.rozw ul li a {
		width: 12rem;
	}
	h1 {
		font-size: 2.4rem;
		font-weight: 800;
	}
	.txgl {
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.txgl2 {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}