 html{
	line-height:1.6;
	letter-spacing: 0.4px;
}
 footer {
 	background-color: #333;
 	color: #fff;
 	text-align: center;
 	cursor: pointer;
 	position: fixed;
 	bottom: 10px;
 	right: 10px;
 	border-radius: 5px;
 	padding: 10px;
 	opacity: 0.9;
	z-index:4;

 }

 #socialMediaContainer {
 	display: none;
 	position: absolute;
    bottom: 40px;
 	right: 0;
 	padding: 10px;
 	background-color: #555;
 	border-radius: 5px;
 	height: 0;
 	opacity: 0;
 	overflow: hidden;
 	transition: height 0.3s ease-out, opacity 0.3s ease-out;

 }

 #socialMediaContainer a {
 	display: block;
 	color: #fff;
 	text-decoration: none;
 	margin: 5px 0;

 }

 #socialMediaContainer i {
 	font-size: 20px;
 	margin-right: 2px;
 }



 .cookie-banner {
 	position: fixed;
 	bottom: 0;
 	left: 0;
 	width: 100%;
 	background-color: #d6d6d6;
 	padding: 10px;
 	text-align: center;
 	z-index: 300;
 }

 #cookie-accept {
 	background-color: #4d7f8a;
 	color: #fff;
 	padding: 10px 20px;
 	border: none;
 	cursor: pointer;
 	z-index: 301;
 }

 /* Style for dropdown container */
 .dropdown-container {
 	position: absolute;
 	top: 0;
 	right: 0;
 	padding: 25px 50px 20px 20px;
 	font-weight: bold;
 	display: flex;
 	align-items: center;
 	color: #262626;
 }

 h1 {
 	margin: 0px;

 }


 .dropdown {
 	position: relative;
 	margin-left: 20px;
 }


 .dropbtn {
 	padding: 10px;
 	font-size: 15px;
 	border: none;
 	cursor: pointer;

 	background: white;
 	float: left;


 }

 a {
 	text-decoration: none;
 	color: #262626;

 }

 .dropdown-content {
 	display: none;
 	position: absolute;
 	top: 40px;
 	background-color: #fff;
 	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
 	z-index: 1;
 	width: 270px;
 }


 .dropdown-content a {

 	padding: 12px 16px;
 	text-decoration: none;
 	display: block;
 	border-bottom: 1px solid #ccc;
 }


 .dropdown-content a:hover {
 	background-color: #f1f1f1;
 }


 .dropdown:hover .dropdown-content {
 	display: block;
 }

 /* Style for dropdown container */


 body {
 	margin: 0;
 	margin: 0px;
 	padding: 0px;
 	font-family: 'Nunito', sans-serif;
 	background-image: url("pics/cool-background.png");
 	background-position: center;

 }

 li {
 	list-style: none;


 }



 p {
 	margin-left: 20px;
 	margin-right: 20px;
 }

 #header {
 	background: white;
 	width: 100%;
 	height: 85px;
 	box-shadow: 0px 0px 5px black;
 	font-size: 14px;
 	position: fixed;

 }

 #header-main {
 	width: 90%;

 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	padding-top: 10px;

 }




 #sys {
 	float: left;

 }



 #dos {
 	display: none;
 }

 #list1 {
 	width: 400px;
 	height: 200px;
 	display: none;
 	padding: 20px;
 	cursor: auto;
 	top: 31px;
 	border-bottom: 1px solid black;
 	position: relative;
 	background: white;
 	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
 }


 #uslugi {
 	color: #4a4a4a;
 }



 #color {
 	color: #4d7f8a;

 }

 #footer {
 	background: #262626;
 	width: auto;
 	height: auto;
 	color: white;
 	padding-top: 20px;

 }

#main-footer {
    width: 80%;
    margin-left: auto;
	margin-right: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #262626;
    color: #d8d8d8;
}


 #line {
 	width: 97%;
 	height: 1px;
 	background: #7b7b7b;
 	margin: 0px;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	float: left;
 }

 #line-pion {
 	width: 1px;
 	height: 190px;
 	background: #7b7b7b;
 	margin: 0px;
 	float: left;
 	margin-bottom: 10px;
 	margin-right: 20px;
 	margin-left: 20px;
 }

 #copyright {
 	color: #a3a3a3;
 	font-size: 13px;
 	text-align: center;
 	border-top: 1px solid #7b7b7b;
 	padding-bottom: 20px;
 	padding-top: 20px;
 	width: 80%;
 	margin-right: auto;
 	margin-left: auto;
 }

 #copyright1 {
 	color: #a3a3a3;
 	font-size: 13px;
 	text-align: center;
 	bottom: 0px;
 	background: #262626;
 	display: none;
 	padding-bottom: 20px;
 	padding-top: 20px;
 	border-top: 1px solid #7b7b7b;
 	width: 80%;
 	margin-right: auto;
 	margin-left: auto;
 }

#sub-footer1 {

    margin: 30px;
    padding: 20px;

}


 #sub-footer4 {
 	height: 45px;
 	top: 200px;
 	position: relative;
 }


 #face {
 	width: 35px;
 	height: 35px;
 	background: #f6f6f6;
 	border-radius: 20px;
 	border: 2px solid #f6f6f6;
 	margin-top: 3px;
 	float: right;
 }



 #facebook-text {
 	width: 0px;
 	height: 0px;
 	font-size: 15px;
 	position: relative;
 	left: 12px;
 	top: 20px;
 }


 #content1 {
 	height: auto;
 	width: 100%;
 	padding-top: 100px;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;


 }

 #content1-main {
 	padding-top: 150px;
 }

 #content1-kontakt {
 	font-size: 50px;
 	display: block;
 	margin-right: auto;
 	margin-left: auto;
 	text-align: center;
 }

 #content1-container {
 	width: 45%;
 	min-height: 350px;
 	display: flex;
 	float: left;

 	justify-content: space-between;
 }

 #content1-line {
 	width: 1px;
 	height: 190px;
 	background: #4d7f8a;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	float: left;
 	position: relative;
 	left: 10px;

 }



 #form-title {
 	padding-top: 9px;
 	padding-bottom: 9px;

 }



 #copyright1-background {
 	background: #262626;

 }

 #lokalizacja-map {
 	font-size: 50px;
 	text-align: center;

 }

 #lokalizacja-map-box {
 	height: 100px;
 	max-width: 400px;
 	text-align: center;
 	margin-left: auto;
 	margin-right: auto;
 	padding-top: 30px;

 }

 #content1-kontakt-subtitle {
 	text-align: center;
 	font-size: 20px;

 }

 #fname {
 	height: 35px;
 	width: 90%;
 	font-size: 18px;
 	border: 1px solid rgb(196, 196, 196);
 	border-radius: 5px;
 }

 #lname {
 	height: 35px;
 	width: 90%;
 	font-size: 18px;
 	border: 1px solid rgb(196, 196, 196);
 	border-radius: 5px;
 }

 #tel {
 	height: 35px;
 	width: 90%;
 	font-size: 18px;
 	border: 1px solid rgb(196, 196, 196);
 	border-radius: 5px;

 }


 #mail {
 	height: 35px;
 	width: 90%;
 	font-size: 18px;
 	border: 1px solid rgb(196, 196, 196);
 	border-radius: 5px;
 }

 #wiadomosc {
 	width: 100%;
 	height: 200px;
 	border: 1px solid rgb(196, 196, 196);
 	border-radius: 5px;


 }

 #subcont3-text {
 	width: 100%;
 	height: 250px;


 }

 #content1-subcont3 {
 	font-size: 18px;
 	width: 55%;
 }


 #subcont3-box {
 	float: left;
 	padding-top: 10px;
 	width: 45%;
 	height: 60px;
 }

 .subcont3-container {
 	display: flex;
 	width: 90%;

 	flex-wrap: wrap;

 }

 #content-flexbox {
 	display: flex;
 	margin-left: auto;
 	margin-right: auto;
 	width: 70%;
 	justify-content: space-between;
 	max-width: 1500px;
 }

 #form-button {
 	padding: 14px;
 	margin-top: 100px;
 	border: 0px solid black;
 	background: #4d7f8a;
 	color: white;
 	display: block;
 	border-radius: 3px;
 	font-size: 15px;
 	width: 150px;
 	margin-left: auto;
 	margin-right: auto;

 }

 #form-button:hover {
 	background: #6095a1;
 	cursor: pointer;
 }


 #menu-flexbox-1 {
 	float: left;
 	width: 200px;
 	height: 200px;
 }

 #menu-flexbox-2 {
 	float: left;
 	width: 200px;
 	height: 200px;
 }

 .usluga1 {
 	color: black;
 	text-decoration: none;
 	cursor: default;
 	font-size: 15px;
 }

 .usluga-style {
 	padding: 3px;

 }


 .google-map iframe {
 	height: 500px;
 	width: 70%;
 	max-width: 1500px;
 	border: 0px;

 	display: block;
 	margin-left: auto;
 	margin-right: auto;

 }

 .menu {
 	position: relative;
 	left: 3px;
 	top: 7px;
 	width: 25px;
 	height: 25px;
 }

 .list2 {
 	display: inline;
 	margin-left: 50px;

 }

 .link {
 	text-decoration: none;
 	color: #4a4a4a;
 	cursor: pointer;

 }

 .usluga {
 	color: black;
 	text-decoration: none;
 	cursor: pointer;
 	font-size: 15px;
 }



 .left {
 	float: left;

 }

 .kontakt {
 	width: 35px;
 	height: 35px;
 	background: #f6f6f6;
 	border-radius: 20px;
 	border: 2px solid #f6f6f6;
 	margin-top: 10px;

 }



 .kontakt-text {
 	width: 220px;
 	position: relative;
 	left: 50px;
 	top: -37px;
 	font-size: 15px;
 }

 .content1-photo {
 	width: 50px;
 	margin-right: auto;
 	margin-left: auto;

 }

 .content1-info-square {
 	display: flex;
 	flex-direction: column;
 	justify-content: center;
 	width: 200px;
 	height: 200px;
 	margin: 0;
 	float: left;
 	text-align: center;
 	font-size: 20px;


 }

 .content1-info-subtext {
 	font-size: 15px;

 }


 .usluga:hover {
 	color: #4d7f8a;
 	transition: color 0.3s ease-in-out;

 }



 #uslugi:hover>#dos {
 	display: inline;
 	cursor: pointer;

 }

 #uslugi:hover>#uno {
 	display: none;
 }





 #uslugi:hover {
 	cursor: pointer;
 	color: black;
 }

 #uslugi:hover>#list1 {
 	display: block;
 	transition: opacity 0.3s ease-in-out;

 }


 #uslugi:hover>.usluga {
 	display: block;
 	position: absolute;
 }

 li:hover>.link {
 	color: black;

 }

 .header1-content {
 	color: white;
 	text-decoration: none;
 	width: 220px;
 	padding-left: 30px;
 	padding-top: 10px;
 	padding-bottom: 10px;
 	height: 20px;
 	display: block;
 }

 .header1-content2 {
 	color: white;
 	text-decoration: none;
 	width: 220px;
 	padding-left: 30px;
 	padding-top: 10px;
 	padding-bottom: 10px;
 	height: 20px;
 	cursor: default;
 	display: block;
 }

 .menu1 {
 	display: none;
 	position: fixed;
 	top: 0;
 	right: -250px;
 	width: 250px;
 	height: 100%;
 	background-color: #262626;
 	box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
 	transition: right 0.3s ease-in-out;
 	z-index: 150;
 	overflow-y: auto;
 }

 #header1-content1 {
 	color: white;
 	text-decoration: none;
 	width: 230px;
 	padding-left: 20px;
 	padding-top: 10px;
 	padding-bottom: 10px;
 	height: 20px;
 	display: block;
 }




 #header1-button:hover {
 	cursor: pointer;
 }


 #header1-button {
 	position: fixed;
 	width: 50px;
 	height: 50px;
 	z-index: 200;
 	display: none;
 }


 .header1-content:hover {
 	background: #4b4b4b;

 }




 @media only screen and (max-width: 1200px) {

 	.dropdown-container {
 		display: none;

 	}

 	#header1 {
 		display: block;
 	}

 	#header1-button {
 		display: block;
 		margin-top: 10px;
 		padding-top: 10px;
 		padding-right: 5px;
 		padding-bottom: 10px;
 		padding-left: 5px;
 		right: 5px;

 	}

 	.menu1 {
 		display: block;
 	}

 	.cookie-banner {
 		position: fixed;
 		bottom: 0;
 		left: 0;
 		width: 100%;
 		background-color: #d6d6d6;
 		padding: 10px;
 		height: 370px;
 		text-align: center;
 		font-size: 25px;
 	}

 	.cookie-banner p {
 		padding: 50px;
 	}

 	#cookie-accept {
 		background-color: #4d7f8a;
 		color: #fff;
 		padding: 20px 40px;
 		font-size: 25px;
 		border: none;
 		cursor: pointer;
 	}

 	#sub-slogan {
 		font-size: 30px;

 	}

 	#slogan {
 		font-size: 70px;
 	}

 	#copyright1 {
 		display: block;

 	}

 	#copyright {
 		display: none;

 	}

 	#content-flexbox {
 		flex-direction: column;

 	}

 	.content1-info-square {
 		float: none;

 	}

 	#content1-subcont3 {
 		width: 100%;

 	}

 	#content1-container {
 		width: 100%;
 	}

 	#content1-subcont1 {
 		margin: auto;
 	}
 }



 @media only screen and (max-width: 720px) {
 	#content1-subcont2 {
 		display: none;
 	}

 	#content1-container {
 		flex-direction: column;

 		padding-bottom: 30px;
 		margin: auto;
 	}

 	.subcont3-container {
 		flex-direction: column;
 		flex-wrap: nowrap;

 	}

 	#subcont3-box {
 		width: 90%;
 	}

 	#content1-subcont3 {
 		padding-top: 20px;
 	}

 	#lokalizacja-map {
 		font-size: 35px;

 	}

 	#form-button {
 		margin-top: 250px;
 	}

 }

 @media only screen and (max-width: 600px) {
    #main-footer {
        width:100%;
    }


 	#sys {
 		height: 40px;
 	}

 	#header-logo {
 		height: 40px;
 	}


 	#header {
 		height: 63px;


 	}

 	#cookie-banner {
 		height: 200px;
 		font-size: 13px;



 	}

 	#header1-button {

 		width: 30px;
 		height: 30px;


 	}

 	.cookie-banner p {
 		padding: 20px;
 	}

 	#cookie-accept {
 		padding: 10px;
 		font-size: 13px;


 	}
 }