		.hero{
    background:linear-gradient(90deg,#090016,#1a0033);
    border-bottom:3px solid #00f7ff;
}


		body
		{
			background-color: black;
			background-image: url('../gfx/dotts.jpg');
			background-Repeat: Repeat-x;
				color: #eeeeee;
			
		}
		
		
		
		h1,h2,h3{
    color:#00ffff;
}
		
		
		/* ===== TYTUŁ SEKCJI ===== */

.section-title{
    border-left:5px solid #00f7ff;
    padding-left:12px;
    margin-bottom:25px;
    font-weight:700;
}

/* ===== PYTANIA (FAQ STYLE) ===== */

section h3{
    font-size:1.25rem;
    font-weight:600;
    margin-top:2.5rem;
}

/* ===== LISTY SERDUSZKA ===== */

.heart-list{
    list-style:none;
    padding-left:0;
}

.heart-list li{
    position:relative;
    padding-left:28px;
    margin:8px 0;
}

.heart-list li::before{
    content:"❤";
    position:absolute;
    left:0;
    color:#ff2bd6;
    text-shadow:0 0 6px #ff2bd6;
}

/* ===== MAPA ===== */

.ratio iframe{
    border:0;
    filter:grayscale(30%) contrast(110%);
    border-radius:8px;
}

/* ===== ADRES WYRÓŻNIENIE ===== */

.fs-5{
    line-height:1.7;
}

	.nav-item {
        font-family: 'Press Start 2P', monospace;
        text-transform: uppercase;
		letter-spacing: 0.35em;
      }
      
      	  .divider {
  width: 1px;
  background: rgba(255,255,255,.3);
  margin: 0 1rem;
}

	.darkgray
	{
		background-color: black;
		color: white;
	
	}
      