*{
    padding:0px;
    margin:0px;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    
}

main{
    background-image:url("/images/candle.jpg");
    opacity:1;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
h1{
    margin-bottom:1em;
}

h3{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:#dd3346;
    background-color:#fef1bc;
    font-size: 2rem;
    padding: 0.5em;
}

h5{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:#dd3346 !important;
    background-color:#fef1bc;
    font-size: 2rem;
    padding: 0.5em;
    margin-top:2em;
}

.lead{
    font-family: "Stardos Stencil", system-ui, sans-serif !important;
    color: #ff9933;
    -webkit-text-stroke: 1px #ff0000;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: bold;
    font-size: 2rem;
    text-align: center;
}

.stencil-small{
    font-family: "Stardos Stencil", system-ui;
    background-color:#000000;
    color: #ff9933;
    -webkit-text-stroke: 1px #ff0000;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size:2rem;
    padding: 0.5em;
}

.stencil-regular{
    font-family: "Stardos Stencil", system-ui;
    background-color:#000000;
    color: #ff9933;
    -webkit-text-stroke: 2px #ff0000;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: bold;
    font-size:4rem;
    padding: 0.1em;
}

.stencil-bold{
    font-family: "Stardos Stencil", system-ui;
    color: #ff9933;
    -webkit-text-stroke: 2px #ff0000;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: bold;
    font-size:5rem;
}

p{
    background-color: #fef1bc;
    color:darkorange;
    font-size: 1.2rem;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em;
}
div > label{
    color:rgb(255, 255, 255);
    background-color:#000000;
    padding: 0.5em;
    margin:0.5em;
}

.adres{
    background-color: #fef1bc;
    color: darkorange;
    font-size: 1.2rem;
    margin-top: 5em;
    padding: 1em;
}

.navbar-nav a:hover{
    background-color: #343434;
    color: white;}

.navbar-nav .nav-link {
  color: #dd3346 !important;
  background-color: #000000;
  font-size: 2rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  padding: 1em;
}

.full-width-black-bar {
  width: 100%;
  height: 112px;
  background-color: black;
}
footer{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.background{
    background-image:url("/images/candle.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}