﻿body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
html {
  scroll-behavior: smooth;
}
.oferta {
	display: flex;
	justify-content: center;
	width: 98%;
	height: 100%;
	overflow: hidden;
    border: 2px, solid, blue;
	margin: 10px;
	border-radius: 5px;
}
.container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.container h1 {
	color: red;
	text-align: center;
}
.containermenu {
	display: flex;
	justify-content: center;
}
.containermenu ul {
	padding: 0;
    list-style: none;
}
.containermenu li {
	float: left;
    display: inline;
    padding: 0 20px 0 20px;
}
.containermenu a {
	color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
.go-top {
	display: flex;
	justify-content: center;
}
header {
    background: #00008B;
    color: #fff;
    padding-top: 10px;
    min-height: 70px;
    border-bottom: #0073e6 3px solid;
}
header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header ul {
    padding: 0;
    list-style: none;
}

header li {
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}

header h1 {
    float: left;
}

header nav {
    float:;
    margin-top: 10px;
	display: flex;
	justify-content: center;
}
.table{
margin: auto;
}	

.main-section {
    padding: 20px 0;
    border-bottom: #0073e6 1px solid;
}

.main-section h2 {
    color: #006400;
}
.contact-left {
	width: 40%;
	float: left;
	display: block;
	overflow: hidden;
}
.contact-right {
	width: 40%;
	float: right;
	overflow: hidden;
}
.container1 {
    display: flex;
	justify-content: center;
}
.image-container {
  display: flex;
  gap: 20px; /* Odstęp między obrazkami */
}

.image-container a {
  flex: 1;      /* Sprawia, że wszystkie 3 linki są równej szerokości */
  max-width: 300px; /* Opcjonalnie: maksymalna szerokość jednego obrazka */
}

.image-container img {
  width: 100%;  /* Obrazek dopasuje się do szerokości linku */
  height: px; /* Możesz wymusić konkretną wysokość... */
  object-fit: cover; /* ...a to sprawi, że nie zostanie on "rozciągnięty", tylko ładnie docięty */
}
.image-container a img {
  transition: all 0.3s ease; /* Zapewnia płynność zmiany */
  opacity: 0.8;               /* Obrazek jest lekko przygaszony na starcie */
  filter: grayscale(30%);    /* Lekkie odbarwienie */
}

.image-container a:hover img {
  opacity: 1;                 /* Odzyskuje pełną jasność */
  filter: grayscale(0%);     /* Odzyskuje pełne kolory */
  transform: translateY(-5px); /* Delikatnie unosi się do góry */
  box-shadow: 0 10px 20px rgba(0,0,0,0.2); /* Dodaje cień pod spodem */
}
.ramka-left {
	width: 49%;
	height: 200px;
	float:left;
	overflow: hidden;
	border: 2px, solid, blue;
	margin-right: 2px;
	border-radius: 5px;
}
.ramka-right {
	width: 49%;
	height: 200px;
	float:;
	overflow: hidden;
    border: 2px, solid, blue;
	margin-left: 2px;
	border-radius: 5px;
}
.responsive-img {
            max-width: 100%;
            height: auto;
			float: right;
			margin-left: 100px;
}
.znak {
	display: flex;
	justify-content: center;
}
		
	

footer {
    background: #00008B;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}
