/* This file includes only the color theme */

body {
    color: lightgray;
    background-color: #171717;
}

.section {
    background-image: linear-gradient(140deg,#23232f,#000 30%,#000 70%,#110e1a);
}

#header,
#footer,
#nav_frame,
a {
    color: lightgray;
}

#orderNow {
    color: #c5f1ff;
    background-color: #103e4e;
}

#header,
#footer {
    background-color: black;
}

a:hover,
.active {
    color: white;
}

#navbar {
    background-color: rgba(0, 0, 0, 0.9);
}

nav > .active {
    text-decoration: underline;
}

.table {
    background-image: linear-gradient(#002724, #000a09);
}

#subtitel {
    display: grid;
    gap: 1em;
    padding: 1em;
    border: 5px solid #242424;
    background-color: #131211;
    background-image: linear-gradient(140deg,#23232f,#000 30%,#000 70%,#110e1a);
}

#subtitel >* {
    margin: auto;
}
