@font-face {
    font-family: 'tajna-sluzba';
    src: url('BigShouldersDisplay-Regular.ttf');
    font-display: block;
}

:root {
    --pismo: 'tajna-sluzba', cursive;
}

body {
    display: block; 
    height: 100%;
    background-color: #000000;
    background-image:  linear-gradient(30deg, #171717 12%, transparent 12.5%, transparent 87%, #171717 87.5%, #171717), linear-gradient(150deg, #171717 12%, transparent 12.5%, transparent 87%, #171717 87.5%, #171717), linear-gradient(30deg, #171717 12%, transparent 12.5%, transparent 87%, #171717 87.5%, #171717), linear-gradient(150deg, #171717 12%, transparent 12.5%, transparent 87%, #171717 87.5%, #171717), linear-gradient(60deg, #17171777 25%, transparent 25.5%, transparent 75%, #17171777 75%, #17171777), linear-gradient(60deg, #17171777 25%, transparent 25.5%, transparent 75%, #17171777 75%, #17171777);    
    background-size: 34px 60px;
    background-position: 0 0, 0 0, 17px 30px, 17px 30px, 0 0, 17px 30px;
    margin: 0px !important;
}

body::-webkit-scrollbar {
    width: 0.1em;
}

/* CONTAINER */
.container {
    display: flex;
    position: absolute;
    width: 96%;
    max-width: 1000px;
    left: 50%;
    transform: translate(-50%, 0%);
    flex-direction: column;
    justify-content: center;
    background-color: rgb(0, 0, 0, 0.7);
    border: 0px none transparent;
    border-radius: 30px;
    padding: 0px 0px 0px 0px;
    margin: 20px auto 0px auto;
}

/* LOGO */
.container > :nth-child(1) {
    display: block;
    width: 350px;
    margin: 50px auto 50px auto;
}

/* NADPIS (TAJNÁ SLUŽBA) */
.headline {
    font-family: var(--pismo);
    font-size: 4.0rem;
    color: rgb(255, 255, 255, 1);
    text-align: center;
    margin: 10px 30px 10px 30px;
}

/* NADPIS ODSTAVCE */
.paragraph-headline {
    font-family: var(--pismo);
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: rgb(255, 255, 255, 1);
    line-height: 130%;
    text-align: left;
    padding: 0% 12% 0% 12%;
    margin: 0px 0px 30px 0px;
}

/* ODSTAVEC */
.paragraph {
    font-family: var(--pismo);
    font-size: 1.0rem;
    letter-spacing: 2px;
    color: rgb(255, 255, 255, 1);
    line-height: 130%;
    text-align: justify;
    padding: 0% 15% 0% 15%;
    margin: 0px 0px 30px 0px;
}

/* TELEFONNÍ ČÍSLO */
.phone-number {
    font-family: var(--pismo);
    font-size: 1.8em;
    letter-spacing: 2px;
    color: rgb(255, 255, 255, 1);
    line-height: 130%;
    text-align: center;
    margin: 0px 30px 50px 30px;
}

/* OBRÁZKOVÝ KONTEJNER (MAPA A SCREENSHOTY */
.container-gallery   {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px 0px 20px 0px;
}

.imgSC {
    width: 300px; 
    z-index: 500;
    margin: 0px 0px 0px 0px;
}

