body {
    font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;	
    font-weight: <weight>;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #485b3b;
	text-decoration: underline;
}

a:active {
	color: black;
	text-decoration: none;
}

dov.cb {
	clear: both;
}

div.content {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0px;  
  padding-right: 0px;
  padding-top: 0px;
  width: 100%;
}

div.content_group {  
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div.kotwica {
  height: 60px;
}

div.oferta img {
  width: 100%;
}

div.social {
    margin-left: auto;
    margin-right: auto;
	padding-left: 5%;
	padding-right: 4%;
}

div.social_element {
	float: left;
	text-align: center;
	width: 33%;	
}

div.social_element img {
    max-width: 100%;
}

form.kontakt {
	background-color: #cccc;
	border-radius: 6px;
	margin-left: 5%;
	min-width: 280px;
	padding: 10px 10px;
	width: 50%;
}

h1 {
    font-size: 36px;
	padding: 0;
    text-align: center;
}

input[type=text] {
   border-radius: 6px;
   padding: 5px 5px;
   margin-bottom: 10px;
   width: 95%;
}

input[type=submit] {
   border-radius: 6px;
   font-size: 20px;   
   margin-left: auto;
   margin-right: auto;	
}

#menu1 {
  background-image: url(../img/o_nas_tlo.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  }
  
#menu2 {
  background-image: url(../img/oferta_tlo.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  }
  
#menu3 {
  background-image: url(../img/uslugi_tlo.webp);
  background-repeat: no-repeat;  
  background-size: 100%;
  }
  
#menu4 {
  background-image: url(../img/realizacje_tlo.webp);
  background-repeat: no-repeat;  
  background-size: 100%;
  }
  
#menu5 {
  background-image: url(../img/galeria_tlo.webp);
  background-repeat: no-repeat;  
  background-size: 100%;
  }

p.content {	
  line-height: 150%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 30%;
  padding-top: 0;
  text-align: justify;  
}

p.form_error {	
  line-height: 150%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 30%;
  padding-top: 0;
  color: red;
}

p.form_ok {	
  line-height: 150%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 30%;
  padding-top: 0;
  color: green;
}

p.form_content {
  line-height: 150%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0;
  text-align: justify;  
}

ul.realizacje {
  padding-left: 5%;
  padding-right: 30%;
  text-align: justify;  
}

.sticky {
	left: 5%;	
	margin-left: auto;
	margin-right: auto;
	position: fixed;	
	top: 0;	
	width: 90%;
	z-index: 100;
}

textarea {
   border-radius: 6px;
   padding: 5px 5px;
   width: 95%;
}

.wrapper {
	width: 100%;
}

@media screen and (max-width: 500px) {
  p.content {
    padding-right: 25%;
  }
}
