@font-face {
    font-family: aaux next;
    src: url('https://flowmetal.io/public/font/Aaux Next Comp Light.otf'), url('http://localhost:4000/public/font/Aaux Next Comp Light.otf');
    font-weight: light;
    font-style: normal;
}

@font-face {
    font-family: aaux next;
    src: url('https://flowmetal.io/public/font/Aaux Next Comp Regular.otf'), url('http://localhost:4000/public/font/Aaux Next Comp Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: aaux next;
    src: url('https://flowmetal.io/public/font/Aaux Next Comp Black.otf'), url('http://localhost:4000/public/font/Aaux Next Comp Black.otf');
    font-weight: bold;
    font-style: normal;
}

body {
    color: #171426;
    background-color: #f5f9ef;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-family: aaux next;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    padding: 0;
    overflow: scroll;
}

.wrapper {
    min-width: 40em;
    max-width: 60em;
    min-height: calc(100vh - 12em);
    margin: auto;
}

p {
    
}

h1, h2, h3, h4, h5, b {
    font-weight: bold;
    text-decoration: underline;
    margin: 1em 0;
}

h1 + hr, h2 + hr, h3 + hr, h4 + hr, h5 + hr {
    margin-top: -1.5em;
}

.hero {
    margin: 0 0 0 1em;
    display: flex;
}
.hero a {
    text-decoration: none;
}
.hero a h1 {
    font-size: 120px;
    margin: 0;
    text-decoration: none;
}
#logo {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    height: 120px;
}

a {
    color: #171426;
}

.subheading {
    background: grey;
    border-left: solid;
    font-style: italic;
    padding: 1em;
}

.yellow {
    color: #eeb922;
}

.orange {
    color: #ca4f1f;
}

.blue {
    color: #277bc2;
}

.mb-1 {
    margin-bottom: 1em;
}

.bubble-orange {
    border-radius: 1.25em 1.25em;
    border: 1em solid #CA4F1F;
    padding: 1em;
}

.no-top-border {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    clip-path: inset(1px -2.5em -2.5em -2.5em);
}

.no-bottom-border {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    clip-path: inset(-2.5em -2.5em 1px -2.5em);
}

.no-right-border {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    clip-path: inset(-2.5em 1px -2.5em -2em);
    margin-right: 0 !important;
}

.bubble-yellow {
    border-radius: 1.25em 1.25em;
    border: 1em solid #eeb922;
    padding: 1em;
}

.bubble-double, .double-bubble-yo {
    box-shadow: 0 0 0 1em #eeb922,
                0 0 0 1.25em #f5f9ef,
                0 0 0 2.25em #ca4f1f,
                0 0 0 2.5em #f5f9ef;
    
    border-radius: 1em;
    padding: 1em;
    position: relative;
    margin: 3.5em;
}

.double-bubble-oy {
    box-shadow: 0 0 0 1em  #ca4f1f,
                0 0 0 1.25em #f5f9ef,
                0 0 0 2.25em #eeb922,
                0 0 0 2.5em #f5f9ef;

    border-radius: 1em;
    padding: 1em;
    position: relative;
    margin: 3.5em;
}


.double-bubble-oy {
    box-shadow: 0 0 0 1em  #ca4f1f,
                0 0 0 1.25em #f5f9ef,
                0 0 0 2.25em #eeb922,
                0 0 0 2.5em #f5f9ef;

    border-radius: 1em;
    padding: 1em;
    position: relative;
    margin: 3.5em;
}

.language-python * {
    font-size: 0.9em;
}

.language-python .k {
    color: #ca4f1f;
}

.language-python .nf {
    color: #277bc2;
}

blockquote {
    border-left: darkgrey 0.5em solid;
    background: lightgrey;
    padding: 0.25em 1em;
    font-style: italic;
}

@media (0 <= width <= 400) {
    body {
        font-size: 16 !important;
    }
}

@media (401 <= width) {
    body {
        font-size: 20 !important;
    }
}
