@import url(../fa7/css/all.min.css);
@import url(main.css);

:root {
    --background-color: #212529;
    --primary-color: #1CBAED;
    --secondary-color: #0082DD;
    --tertiary-color: #354a54;
    --gradient-first: #0094c5;
    --gradient-second: #00709f;
    --gradient-third: #004e7a;
    --gradient-fourth: #002e57;
}

body {
    background: var(--background-color);
}

body, input, select, textarea {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#header {
    background-color: var(--secondary-color);
}

#intro {
    background: var(--secondary-color);
}

#intro .lead {
    color: white;
    margin-bottom: 1em;
}

#intro .note {
    font-size: 16px;
    line-height: 1;
}

#intro h1 {
    align-items: center;
    display: flex;
}

#intro h1 img {
    height: 60px;
}

@media screen and (max-width: 768px) {
    #intro h1 img {
        height: 32px;
    }
}

#sidebar {
    background: var(--background-color);
}

#sidebar nav a:before,
h1.major:after {
    background: var(--secondary-color);
}

#sidebar nav a:after {
    background: var(--primary-color);
}

.wrapper.style1 {
    background-color: var(--gradient-second);
}

.wrapper.style2 {
    background-color: var(--gradient-third);
}

.wrapper.style3 {
    background-color: var(--gradient-fourth);
}

#footer {
    background-color: var(--tertiary-color);
}

#footer > .inner .menu {
    color: rgba(255, 255, 255, 0.75);
}
