/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : May 20, 2026, 11:02:12 AM
    Author     : EPA
*/

@font-face {
    font-family: "Graffiti";
    src: url('font/vinca_stencil.ttf');
}

body {
    margin: 0 0 0 0;
    font-family: sans-serif;
    
}

.flex {
    display: flex;
}

.centered {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.centered2 {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.damn {
    color: red;
    font-family: "Graffiti";
    font-size: 10vw;
}

li {
    list-style: none;
    font-size: 5vw;
}

.navbar a {
    text-decoration: none;
    color: black;
}

.navbar {
    position: fixed;
    background: white;
    font-family: "Graffiti";
    height: 100%;
    width: 30%;
}

.content {
    height: 100%;
    width: 100%;
    margin-left: 30%;
}

div.empty {
    height: 100%;
    width: 30%;
    background: white;
}

.content img {
    width: 100%;
}

.horizont {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.stencil {
    font-family: "Graffiti";
    font-weight: 100;
}

.caution_tape {
    border: 1vw solid transparent;
    border-image: url(https://static.vecteezy.com/system/resources/previews/014/433/288/non_2x/yellow-and-black-caution-tape-barricade-tape-seamless-striped-pattern-or-texture-vector.jpg) 25 25;
}

.message {
    height: 100%;
    width: 100%;
    background-image: url('https://img.magnific.com/free-photo/abstract-dark-gray-grunge-background-texture_84443-7632.jpg?semt=ais_hybrid&w=740&q=80');
    background-size: cover;
}
