body {
  color: black;
  font-family: Verdana;
  margin-left: 70px;
  margin-right: 70px;
}

header {
	background-color: antiquewhite;
	padding: 30px;
	text-align: center;
	margin-top: 40px;
	border-top-left-radius: 250px;
	border-top-right-radius: 250px;
  }

nav {
	float: left;
	width: 220px;
	padding: 5px;
	background:#E4C3A2;
	height: 1150px;
}

nav a {
	text-decoration: none;
	color: #402710;
}

nav2 {
	float: right;
	width: 220px;
	padding: 5px;
	background:#E4C3A2;
	height: 1150px;
}

article {
	padding: 10px;
	margin: 0 auto;
	background-color:cornsilk;
	height: 740px;
}

section::after {
	content: "";
	display: table;
	clear: both;
}

footer {
	text-align: center;
	background-color: aliceblue;
	height: 90px;
}

@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}


.double {
  border-style: double;
  color: #7f4f24;
}

ul {
  list-style-type:circle;
  line-height: 1.6;
  font-family: "Darker Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}



 .table {
    border: none;
    font-size: 20px;
    text-align:left;
  }

  .table td {
    padding: 10px;
  }

  .table td:first-child {
    font-weight: bold;
    color: darkgreen;
  }


.page { display: none; }
    .active { display: block; }



.custom-border {
  display: inline-block;   /* szerokość = tekst */
  position: relative;
  padding: 3px 8px;
}

/* Górna linia */
.custom-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 2px dashed #DF9628;
	border-radius: 25px;
}

/* Lewy bok */
.custom-border .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 50%;
  border-left: 2px dashed #DF9628;
	border-radius: 25px;
}

/* Prawy bok */
.custom-border .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 50%;
  border-right: 2px dashed #DF9628;
	border-radius: 25px;
}

fieldset {
  background-color: #FBF6F0;
  border: 2px dashed #DF9628;
  border-radius: 10px;
  padding: 12px 8px 8px 5px;
  line-height: normal;
  text-align: center;  /* treść fieldset wyśrodkowana */
}

legend {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  border-radius: 5px;
  color: saddlebrown;
  background: #FBF6F0;
}

h3{
  font-family: "Poiret One", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: saddlebrown;
  text-align: center;
}


p {
  margin: 0;        /* wyłącza dziwne marginesy */
  font-family: "Darker Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;

}



@keyframes slide {
			from {
				transform: translateX(0);}
			to{
				transform: translateX(-100%);}
		}
		
		.logos {
			overflow: hidden;
			padding: 10px 0;
			background-color: beige;
			white-space: nowrap;
			position: relative;
		}
		
		.logos:before,
		.logos:after {
			position: absolute;
			top: 0;
			width: 250px;
			height: 100%;
			content: "";
			z-index: 2;

		}
		
		.logos:before {
			left: 0;

			background: linear-gradient(to left, transparent, beige);

		}
		
		.logos:after {
			right: 0;

			background: linear-gradient(to right, transparent, beige);

		}
		
	/*//	.logos:hover .logos-slide {
			
			animation-play-state: paused; */
	
		
		.logos-slide {
			animation: 9s slide infinite linear;
			display: inline-block;
		}
		
		.logos-slide img {
			height: 35px;
			margin: 0 10px;
		}


.box {
	background-color: #FBF6F0;
	border: 2px inset #DF9628;
	border-style: dashed;
	border-radius: 10px;
	padding: 12px 5px 12px 5px;
	margin: 5px;
	position:relative;
	text-align: center;
	line-height: normal;
}

.box .title {
  position: absolute;
  top: -12px; 
  right: 10px; 
  background: transparent;
  font-weight: bold;
  padding: 0 10px;
}


.update {
	     background-color: #FBF6F0;
         border: 2px inset #DF9628;
		 border-style: dashed;
		 border-radius: 10px;
         padding: 10px;
         height: 70px; 
         overflow: auto;
         text-align: left;
	     font-family: "Poiret One", sans-serif;    
}


.scroll::-webkit-scrollbar {
 width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#F9F0D7; 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:#C29055; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #C7A272; 
}



.menu {
	margin-left: 5px;
	margin-right: 5px;
	font-family: "Poiret One", sans-serif;
	font-size: 18px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  border: 2px dashed #C7A272;
}

.menu li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

.menu li {
  text-align: start;
  border-bottom: 2px dashed #48260A;
}

.menu li a:hover {
  background-color: #C7A272;
  color: white;
	border-radius: 5px;
}


