/* ===== TYPOGRAFIA NAV ===== */

.nav-item{
    font-family:'Press Start 2P', monospace;
    text-transform:uppercase;
    letter-spacing:0.35em;
}

/* ===== TŁO STRONY ===== */

body{
    background-color:#000;
    background-image:url('../gfx/dotts.jpg');
    background-repeat:repeat-x;
    color:#eeeeee;
}

/* ===== HERO ===== */

.hero{
    background:linear-gradient(90deg,#090016,#1a0033);
    border-bottom:3px solid #00f7ff;
}

/* ===== NAGŁÓWKI ===== */

h1,h2,h3{
    color:#00ffff;
}

/* ===== KARTY ===== */

.card{
    background:#151525;
    border:1px solid #00f7ff55;
    color:#eeeeee;
}

/* ===== TYTUŁY SEKCJI ===== */

.section-title{
    border-left:5px solid #00f7ff;
    padding-left:12px;
    margin-bottom:25px;
    font-weight:700;
}

/* ===== SEPARATOR MENU ===== */

.divider{
    width:1px;
    background:rgba(255,255,255,.3);
    margin:0 1rem;
}

/* ===== CIEMNY BLOK ===== */

.darkgray{
    background-color:#000;
    color:#fff;
}

strong
{
	color: red;
	
}