/*
Theme Name: brybury
Text Domain: text
Version: 0.69
Description: the vampires won. and wear athleisure.
Tags: responsive, simple, gloomy, custom-logo
Author: Ray Moro
Author URI: https://raymoro.com/
*/

:root {
    --copyright-color: lavender;
    --brybury-night: #0c0004;
    --brybury-dirt: #02000f;
    --brybury-tan: #90724e;
    --brybury-brown: #805834;
    --brybury-orange: hsl(16, 79%, 48%);
    --brybury-orange-100: hsl(16, 80%, 48%);
    --brybury-orange-200: hsl(16, 100%, 48%);
    --brybury-lips: #b81815;
    --brybury-blood: #8a0609;
    --brybury-wine: #5f0d1f;
    --brybury-pumpkin: #d84315;
    --footer-bg-color: maroon;
    --red-500: #f56056;
    --red-600: #f44336;
    --red-700: #e23f33;
    --brybury-red: #cf2e2e;
    --main-color: #fafafa;
    --main-bg-color: var(--brybury-dirt);
    --logo-border-color: rgb(5, 15, 80);
    --logo-border-width: 1px;
    --logo-bg-color: rgb(18, 19, 22);
    --heading-color: var(--red-700);
    --logo-font: 'league gothic', arial, helvetica, sans-serif;
    --main-font: 'Finlandica', roboto, 'source sans pro', arial, helvetica, sans-serif;
    --heading-font: 'league gothic', var(--main-font);
    --main-font-size: 16px;
    --theme-link-color: var(--brybury-red);
    --theme-link-color-hover: var(--red-600);
    --theme-link-color-active: var(--red-500);
    --theme-link-color-visited: var(--brybury-lips);
}

html {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: var(--main-bg-color);
    font-size: var(--main-font-size);
}

body {
    margin: 0 auto;
    border: 0;
    padding: 0;
    background-color: var(--main-bg-color);
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-size: var(--main-font-size);
    color: var(--main-color);
    font-family: var(--main-font);
}

.banner-top {
    padding: 0;
    margin: 0;
    font-size: 5.25rem;
    line-height: 5.25rem;
    text-align: center;
    background-color: var(--logo-bg-color);
}

a.site-logo {
    font-family: var(--logo-font);
    font-weight: bold;
}

a.site-logo:visited,
a.site-logo:hover,
a.site-logo {
    color: var(--main-bg-color);
}

a.site-logo img {
    max-height: 6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.25rem 0;
    border: 0;
    padding: 0;
    font-family: var(--heading-font);
    color: var(--heading-color);
    letter-spacing: 0.05rem;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 2.0rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.42rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

.content {
    margin: 0 auto;
    border: 0;
    padding: 2rem 1rem;
    max-width: 32rem;
}

ol {
    list-style-position: inside;
    margin: 0;
    border: 0;
    padding: 0;
}

ul {
    list-style-position: inside;
    margin: 0;
    border: 0;
    padding: 0;
}

p {
    font-size: 1rem;
}

a {
    text-decoration: none;
    color: var(--theme-link-color);
    font-weight: 420;
    cursor: pointer;
}

a:active {
    color: var(--theme-link-color-active);
}

a:hover {
    color: var(--theme-link-color-hover);
}

a:visited {
    color: var(--theme-link-color-visited);
}

footer {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: var(--footer-bg-color);
}

.copyright {
    margin-top: 1em;
    color: var(--copyright-color);
    font-weight: normal;
    font-size: 0.75rem;
}

article.post {
    margin-bottom: 2rem;
}

.menu {
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

.menu-item {
    font-weight: 420;
    font-size: 1.5rem;
    font-family: var(--heading-font);
}

.menu-item a:visited,
.menu-item a:hover,
.menu-item a {
    color: var(--brybury-night);
}

.menu-item a {
    text-decoration: none;
}

.menu-item a:hover {
    text-decoration: underline;
}

span.tag {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    border: 1px solid #667788;
    background-color: #445566;
    font-size: 0.8rem;
    margin: 0 0.15rem;
    padding: 0.05rem 0.25rem;
    color: white;
}

span.tag a {
    margin-left: 0.2rem;
}

span.tag a,
span.tag a:visited,
span.tag a:hover {
    color: #eee;
}

blockquote.wp-block-quote {
    font-size: 1.5rem;
}

blockquote.wp-block-quote p {
    font-size: inherit;
    font-style: italic;
    font-weight: normal;
}

blockquote.wp-block-quote cite {
    font-weight: bold;
    font-style: normal;
}

/* tablet and regular */
@media only screen and (min-width: 720px) {
    :root {
        --main-font-size: 18px;
    }

    a.site-logo img {
        max-height: none;
    }

    .banner-top {
        font-size: 8rem;
        line-height: 8rem;
        text-align: center;
        background-color: var(--logo-bg-color);
    }

    .content {
        max-width: 64rem;
    }

    .menu {
        display: flex;
        justify-content: space-between;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.1rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 1rem;
    }
}

/* ultrawide */
@media only screen and (min-width: 1980px) {
    :root {
        --main-font-size: 20px;
    }

    .content {
        max-width: 72rem;
    }
}