:root {
    --body-bg-image: url("../img/bg.png");
    --text-color: #f0bfeb;
    --heading-color: #273560;
    --link-color: #7c00ff;
    --hover-color: #fff409;
    --sidebar-bg: #a0e620;
    --sidebar-bg2: #cede1f;
    --box-bg: #1e750e;
    --footer-bg: #000000;
    --navbar-bg: #090b1c;
    --sidebar-width: 200px;
    --header-height: 120px;
    --navbar-height: 40px;
    --footer-height: 40px;
}

.bahiana-regular {
    font-family: "Bahiana", sans-serif;
    font-weight: 1000;
    font-style: normal;
}

.title {
    font-family: "Bahiana", sans-serif;
    text-align: center;
}

#warn {
    height: 55px;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    font-family: "Nunito", sans-serif;
    background:
        var(--body-bg-image) repeat,
        #08031a;
    color: var(--text-color);
    display: flex;
    justify-content: center;
}

* {
    box-sizing: border-box;
}

#container {
    width: 100%;
    max-width: 1200px;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#headerArea {
    flex-shrink: 0;
}

#header {
    height: var(--header-height);
    background: var(--header-image) left no-repeat;
    opacity: 1;
    background: #000000;
    background: -moz-linear-gradient(left, #000000 0%, #0a043d 60%, #91007d 100%);
    background: -webkit-linear-gradient(left, #000000 0%, #0a043d 60%, #91007d 100%);
    background: linear-gradient(to right, #000000 0%, #0a043d 60%, #91007d 100%);
}
#logo {
    height: 120px;
    /*width: 200;*/
    display: flex;
    align-content: flex-start;
    border-radius: 25%;
    opacity: 0.9;
}

#navbar {
    background-color: var(--navbar-bg);
    padding: 5px 0;
    height: var(--navbar-height);
    display: flex;
    align-items: center;
    background: #000000;
    background: -moz-linear-gradient(left, #000000 0%, #0a043d 60%, #91007d 100%);
    background: -webkit-linear-gradient(left, #000000 0%, #0a043d 60%, #91007d 100%);
    background: linear-gradient(to right, #000000 0%, #0a043d 60%, #91007d 100%);
}

#navbar ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#navbar a {
    color: #97a613;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 2px 1px;
    /*border: 2px dashed #ea5a00;*/
}

#navbar a:hover {
    color: var(--hover-color);
    text-decoration: underline;
}

#flex {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

main {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0;
    background-color: var(--content-bg);
    overflow: hidden;
    position: relative;
    border: 3px solid #000000;
}
#leftSidebar {
    width: var(--sidebar-width);
    padding: 10px;
    font-size: 0.9rem;
    overflow-y: auto;
    background: #1a0033;
    background: -moz-linear-gradient(135deg, #1a0033 0%, #4a0e4e 25%, #6b1e69 50%, #8b2c87 75%, #91007d 100%);
    background: -webkit-linear-gradient(135deg, #1a0033 0%, #4a0e4e 25%, #6b1e69 50%, #8b2c87 75%, #91007d 100%);
    background: linear-gradient(135deg, #1a0033 0%, #4a0e4e 25%, #6b1e69 50%, #8b2c87 75%, #91007d 100%);
    border: 5px solid #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #e0d0ff;
}

#rightSidebar {
    width: var(--sidebar-width);
    padding: 10px;
    font-size: 0.9rem;
    overflow-y: auto;
    background: #0a043d;
    background: -moz-linear-gradient(225deg, #0a043d 0%, #1e1854 25%, #342c6b 50%, #4a4082 75%, #5f5498 100%);
    background: -webkit-linear-gradient(225deg, #0a043d 0%, #1e1854 25%, #342c6b 50%, #4a4082 75%, #5f5498 100%);
    background: linear-gradient(225deg, #0a043d 0%, #1e1854 25%, #342c6b 50%, #4a4082 75%, #5f5498 100%);
    border: 5px solid #000000;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    color: #c9d4ff;
}

#leftSidebar a, #rightSidebar a {
    color: #ffdd00;
}

#leftSidebar a:hover, #rightSidebar a:hover {
    color: #fff409;
}

#leftSidebar .box, #rightSidebar .box {
    background-color: rgba(30, 117, 14, 0.8);
    border: 3px solid #49ff18;
}

#leftSidebar #demotext {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18;
}


footer {
    background-color: var(--footer-bg);
    padding: 10px;
    text-align: center;
    height: var(--footer-height);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
color: aquamarine
}

.box {
    background-color: var(--box-bg);
    border: 5px solid #000000;
    padding: 10px;
    margin-bottom: 10px;
}

h1,
h2,
h3 {
    color: var(--heading-color);
    margin-top: 0;
    margin-bottom: 10px;
}

h1 {
    font-size: 1.6rem;
}
h2 {
    font-size: 1.3rem;
}
h3 {
    font-size: 1.1rem;
}

p {
    color: var(--text-color);
    margin-bottom: 10px;
}

a {
    color: var(--link-color);
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
a:focus {
    outline: 2px solid var(--hover-color);
}

#demotext {
color: rgb(255, 255, 255);

text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18
}

@media (max-width: 1000px) {
    #flex {
        flex-direction: column;
    }
    #leftSidebar,
    #rightSidebar {
        width: 100%;
        max-height: 150px;
    }
    #navbar ul {
        flex-wrap: wrap;
        gap: 5px;
    }
    :root {
        --sidebar-width: 150px;
    }
}