* :not(pre, code) {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

a,
.btn-link,
ul.navigation li button {
    font-size: 1em;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(0, 162, 255, 0.7);
    font-family: 'Raleway', sans-serif;
}

a:hover,
.btn-link:hover,
ul.navigation li button:hover {
    font-size: 1em;
    color: rgb(255, 153, 0);
}

.alert {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.alert-success {
    color: rgb(50, 111, 67);
    border-color: rgba(0, 50, 30, 0.6);
    background-color: rgba(0, 50, 30, 0.3);
}

.alert-warning {
    color: rgb(111, 67, 50);
    border-color: rgba(50, 30, 0, 0.6);
    background-color: rgba(50, 30, 0, 0.3);
}

.alert-danger {
    color: rgb(154, 44, 0);
    border-color: rgba(50, 0, 0, 0.6);
    background-color: rgba(50, 0, 0, 0.3);
}

.align-end {
    text-align: end;
}

.avatar {
    height: 250px;
    display: flex;
    margin: 0 auto;
    max-width: 250px;
    --bg-size: contain;
    --bg-position-x: 0;
    --bg-position-y: 0;
    text-align: center;
    align-items: center;
    border-radius: 0.75rem;
    flex-direction: column;
    justify-content: center;
    background-size: var(--bg-size);
    background-color: rgba(0, 57, 91, 0.5);
    border: 1px solid rgba(0, 98, 155, 0.6);
    background-position: var(--bg-position-x) var(--bg-position-y);
}

#avatar-manipulator button {
    width: 3rem;
    margin-block: .5rem;
}

#backToTopBtn {
    right: 20px;
    bottom: 20px;
    border: none;
    opacity: 0.3;
    display: none;
    position: fixed;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    transition: opacity 0.3s, transform 0.3s;
    background-color: rgba(0, 111, 175, 0.7);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#backToTopBtn span {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
}

#backToTopBtn:hover {
    opacity: 0.5;
    color: rgb(255, 153, 0);
}

blockquote {
    display: flex;
    font-size: 18px;
    padding: .25rem 1rem;
    margin-block: .25rem;
    border-radius: 0.75rem;
    flex-direction: column-reverse;
    color: rgba(110, 202, 255, 0.7);
    border: 1px solid rgba(0, 57, 91, 0.5);
    background-color: rgba(0, 50, 75, 0.3);
}

blockquote:hover {
    box-shadow: 0 0px 8px rgba(255, 153, 0, 0.4);
}

blockquote blockquote:hover {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}

blockquote > blockquote {
    padding-left: 2rem;
    margin-top: -0.25rem;
    margin-inline: -1rem;
}

blockquote blockquote {
    position: relative;
    margin-bottom: 1rem;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}

blockquote > blockquote blockquote {
    margin-left: -2rem !important;
}

blockquote blockquote::before {
    left: 1rem;
    content: '>';
    margin-right: 5px;
    position: absolute;
}

blockquote blockquote:hover::before {
    color: rgb(255, 153, 0);
}

blockquote code {
    line-height: 1em;
}

blockquote p {
    margin: 0;
    padding: 0;
}

blockquote.command {
    margin: 0 auto;
    max-width: 600px;
    padding: 1rem 3rem;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(0, 21, 43, 0.9);
}

.body {
    background-color: rgba(0, 30, 50, 0.8);
}

.btn,
.btn-link,
.btn-seperator,
.btn-reg,
.btn-text {
    padding: .5rem 1rem;
    white-space: nowrap;
}

.btn,
a.btn {
    cursor: pointer;
    margin-inline: 1rem;
    border-radius: 1rem;
    font-family: 'Raleway', sans-serif;
    border-top: 1px solid rgba(0, 57, 91, 0.5);
    border-bottom: 1px solid rgba(0, 57, 91, 0.5);
    border-left: 1px solid rgba(175, 175, 175, 0.5);
    border-right: 1px solid rgba(175, 175, 175, 0.5);
}

.btn:hover, .btn-reg:hover {
    color: rgb(255, 153, 0);
    background-color: rgba(0, 98, 155, 0.4);
    border-left: 1px solid rgb(255, 153, 0);
    border-right: 1px solid rgb(255, 153, 0);
}

.btn-link {
    border: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
}

.btn-primary {
    color: rgba(182, 182, 182, 0.9);
    background-color: rgba(0, 98, 155, 0.6);
}

.btn-danger {
    color: rgba(182, 182, 182, 0.9);
    background-color: rgba(0, 98, 155, 0.2);
}

.btn-group {
    border-left: none !important;
    color: rgba(182, 182, 182, 0.9);
    background-color: rgba(0, 98, 155, 0.2);
}

.btn-con {
    width: 90%;
    display: flex;
    justify-content: end;
}

.btn-reg {
    cursor: pointer;
    margin-inline: 1rem;
    border-radius: 1rem;
    font-family: 'Raleway', sans-serif;
    border-top: 1px solid rgba(0, 57, 91, 0.5);
    border-bottom: 1px solid rgba(0, 57, 91, 0.5);
    border-left: 1px solid rgba(175, 175, 175, 0.5);
    border-right: 1px solid rgba(175, 175, 175, 0.5);
}

.btn-seperator {
    padding-inline: 0;
    font-family: 'Raleway', sans-serif;
}

#cancel-reply {
    display: none;
    z-index: 1030;
    margin-top: -6rem;
    margin-left: -2rem;
    box-sizing: border-box;
    padding-block: 0.25rem;
    padding-inline: 0.75rem;
    color: rgb(255, 0, 0);
}

#cancel-reply:hover {
    color: rgba(255, 153, 0, 0.7);
}

.center {
    margin: auto;
}

code {
    width: auto;
    overflow-x: auto;
    border-radius: 4px;
    margin-bottom: -3px;
    padding-inline: 8px;
    display: inline-block;
    word-break: break-all;
    color: rgba(110, 202, 255, 0.7);
    font-family: 'Courier New', monospace;
    background-color: rgba(0, 50, 75, 0.9);
}

.col {
    flex: 1 0 0%;
}

.col-auto {
    width: auto;
    flex: auto;
}

.col-1 {
    flex: 0 1 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 1 auto;
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
    flex: 0 1 auto;
}

.col-4 {
    flex: 0 1 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 1 auto;
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
    flex: 0 1 auto;
}

.col-7 {
    flex: 0 1 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 1 auto;
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
    flex: 0 1 auto;
}

.col-10 {
    flex: 0 1 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 1 auto;
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
    flex: 0 1 auto;
}

.color-modifiers {
    margin-top: 1rem;
}

.color-modifiers h4 {
    margin: 0 !important;
    padding: 0 !important;
}

.color-modifiers div {
    display: flex;
    margin-left: 2rem;
    margin-bottom: 1rem;
    flex-direction: column;
    justify-content: space-between;
}

.comments {
    display: flex;
    flex-direction: column;
}

.comments .comment {
    display: flex;
    margin-block: 0.5rem;
    flex-direction: column;
}

.comments .comment .comment-avatar {
    display: flex;
    padding: 0.25rem;
    flex-direction: column;
}

.comments .comment .comment-avatar .avatar {
    width: 100px;
    height: 100px;
    --bg-size: contain;
    border-radius: 1.5rem;
    --bg-position-x: 0;
    --bg-position-y: 0;
    background-size: var(--bg-size);
    background-position: calc(var(--bg-position-x) / 2.5) calc(var(--bg-position-y) / 2.5);
}

.comments .comment .comment-avatar .avatar .user-status {
    margin-top: auto;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background-color: rgba(0, 105, 63, 0.75) !important;
}

.comments .comment .comment-body {
    display: flex;
    flex-direction: row;
    padding-block: 0.5rem;
    border-radius: 0.75rem;
}

.comments .comment .comment-body .comment-card {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
}

.comments .comment .comment-body .comment-card .comment-update {
    display: none;
}

.comments .comment .comment-body .comment-card .comment-actions {
    width: 100%;
    display: flex;
    align-items: center;
    padding-inline: 0.5rem;
    box-sizing: border-box;
    justify-content: space-between;
}

.comments .comment .comment-body .comment-card .comment-actions .comment-voted {
    padding-inline: -2px;
    color: rgba(255, 153, 0, 0.8);
}

.comments .comment .comment-body .comment-card .comment-actions .left-actions {
    padding-block: 0.65rem;
    background-color: rgba(0, 111, 175, 0.2);
}

.comments .comment .comment-body .comment-card .comment-actions .left-actions p {
    margin: 0;
    padding-inline: 0.75rem;
}

.comments .comment .comment-body .comment-card .comment-actions .left-actions,
.comments .comment .comment-body .comment-card .comment-actions .right-actions {
    display: flex;
    align-items: center;
    border-radius: 0.75rem;
}

.comments .comment .comment-body .comment-card .comment-actions .left-actions ul {
    flex-direction: column;
}

.comments .comment .comment-body .comment-card .comment-actions .left-actions ul,
.comments .comment .comment-body .comment-card .comment-actions .right-actions ul {
    display: flex;
    margin-left: 0;
    list-style-type: none;
}

.comments .comment .comment-body .comment-card .comment-actions .left-actions li {
    margin-left: 0;
    padding-inline: 0.25rem;
}

.comments .comment .comment-body .comment-card .comment-actions .left-actions li a,
.comments .comment .comment-body .comment-card .comment-actions .right-actions li a,
.comments .comment .comment-body .comment-card .comment-actions .right-actions li a .btn-link {
    display: block;
    text-decoration: none;
}

.comments .comment .comment-body .comment-card .comment-actions .right-actions ul li a,
.comments .comment .comment-body .comment-card .comment-actions .right-actions ul li a .btn-link {
    padding: 0.65rem;
}

.comments .comment .comment-body .comment-card .comment-actions .right-actions ul {
    text-align: end;
}

.comments .comment .comment-body .comment-card .comment-actions .right-actions ul.comment-reply {
    margin-left: 0;
    background-color: rgba(0, 111, 175, 0.2);
}

.comments .comment .comment-body .comment-card .comment-actions .right-actions ul.toggleable {
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
}

.comments .comment .comment-body .comment-card .comment-actions .right-actions ul.toggleable {
    margin-left: 0;
}

.comments .comment .comment-body .comment-card .comment-actions .right-actions ul.toggleable.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s;
    background-color: rgba(0, 111, 175, 0.2);
}

.comments .comment .comment-body .comment-card .comment-actions .right-actions ul.toggleable.visible li:hover {
    background-color: rgba(0, 63, 99, 0.75);
}

.comments .comment .comment-body .comment-card .comment-actions .right-actions ul.toggleable.visible li:first-child {
    border-top-left-radius: 0.75rem;
}

.comments .comment .comment-body .comment-card .comment-actions .right-actions .comment-toggle,
.comments .comment .comment-body .comment-card .comment-actions .right-actions .comment-toggle a {
    position: relative;
    padding-block: 0.55rem;
    padding-inline: 0.25rem;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    background-color: rgb(0, 70, 111);
}

.comments .comment .comment-body .comment-card .comment-actions .right-actions .btn-link {
    line-height: 1.5em;
}

.comments .comment .comment-body .comment-card .comment-actions .right-actions .active,
.comments .comment .comment-body .comment-card .comment-actions .right-actions .active a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: rgba(255, 153, 0, 0.7);
    background-color: rgb(0, 40, 63);
}

.comments .comment .comment-body .comment-card .comment-actions .comment-vote {
    padding-right: 0.75rem;
}

.comments .comment .comment-body .comment-card .comment-content {
    flex-grow: 1;
    padding: 0.25rem;
}

.comments .comment .comment-body .comment-card .comment-content .the-comment {
    display: block;
}

.comments .comment .comment-body .comment-card .post-info {
    margin-top: 0rem;
}

.d-flex {
    display: flex;
}

.disabled, .readonly {
    cursor:default;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.double-border {
    box-shadow: 0 0 1px rgba(110, 202, 255, 0.5), 0 0 2px rgba(0, 57, 91, 0.5);
}

.drop-shadow {
    filter: drop-shadow(rgba(110, 202, 255, 0.2) 0rem 0rem 10px);
}

.equal-columns {
    justify-content: space-evenly;
}

footer {
    margin-top: auto;
    font-size: .75rem;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

footer a {
    font-style: italic;
}

footer p {
    margin-block: 0;
}

.flag-toggle {
    position: relative;
}

.flaggable {
    right: 0;
    bottom: 100%;
    z-index: 9999;
    display: flex;
    position: absolute;
    flex-direction: column;
    text-align: left !important;
    background-color: rgba(0, 63, 99, 0.75);
}

.flaggable li:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.flaggable li:hover {
    background-color: rgba(0, 111, 175, 0.2);
}

.flagged {
    filter: drop-shadow(rgba(255, 153, 0, 0.7) 0rem 0rem 3px);
}

.flag-toggle.toggled > a {
    background-color: rgba(0, 63, 99, 0.75);
    color: rgba(255, 153, 0, 0.7) !important;
}

.flex {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.flex>* {
    padding: 1rem;
}

.flex-center {
    justify-content: center !important;
}

.flex-center-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-col {
    flex-direction: column;
}

.flex-end {
    justify-content: end !important;
}

.flex-row {
    flex-direction: row;
}

.flex-start {
    justify-content: start !important;
}

.fluid {
    max-width: 100%;
    border-radius: 0.75rem;
}

.footnotes {
    margin-top: 2rem;

}

.footnotes hr {
    height: 5px;
    border: none;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(0, 58, 96, 0.2) 50%, rgba(0, 58, 96, 0.6) 100%);
}

.footnotes ol {
    margin: 0;
    padding: 0;
    margin-left: 4rem;
    list-style-type:decimal;
}

.footnotes li {
    font-size: 12px;
    line-height: .1;
}

.functions {
    flex-shrink: 1;
    text-align: end;
}

.grad {
    background: linear-gradient(90deg, rgba(7, 0, 85, 0) 50%, rgba(0, 30, 50, 0.8) 100%);
}

.grad-footer {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.grad-r {
    background: linear-gradient(90deg, rgba(0, 30, 50, 0.8) 50%, rgba(7, 0, 85, 0) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    padding-block: .25rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.75em;
}

.header {
    display: flex;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.7);
}

.header>div {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.hero {
    width: 100%;
    height: 250px;
    margin-block: 1rem;
    backdrop-filter: blur(.85rem);
    background-position: 0px -350px;
    background-image: url('images/code.png');
}

.hero .post-hero {
    width: 100%;
    height: 250px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url('images/webzille.png'); */
}

.hero .post-hero h2 {
    color: white;
    text-shadow: black 1px 1px 0,
                 black 1px -1px 0,
                 black -1px 1px 0,
                 black -1px -1px 0,
                 rgba(0, 0, 0, 0.5) 20px 0 20px,
                 rgba(0, 111, 175, 0.5) -20px 0 20px,
                 rgba(175, 99, 0, 0.25) 0 -20px 20px,
                 rgba(255, 255, 255, 0.25) 0 20px 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-rad {
    background: radial-gradient(circle, rgba(0, 212, 255, 0.4) 0%, rgba(2, 0, 36, 0) 75%);
}

html {
    background-size: cover;
    background-attachment: fixed;
    background-image: url('images/bg8.jpg');
}

img.preview {
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
    border-radius: 0.75rem;
}

input,
select,
textarea {
    width: 100%;
    filter: none;
    border-radius: 1rem;
    padding: .5rem .75rem;
    box-sizing: border-box;
    color: rgba(182, 182, 182, 0.9);
    background-color: rgba(0, 98, 155, 0.2);
    border-top: 1px solid rgba(0, 57, 91, 0.5);
    border-bottom: 1px solid rgba(0, 57, 91, 0.5);
    border-left: 1px solid rgba(175, 175, 175, 0.5);
    border-right: 1px solid rgba(175, 175, 175, 0.5);
    box-shadow: 0 0 1px rgba(110, 202, 255, 0.5), 0 0 2px rgba(0, 57, 91, 0.5);
}

form .input-container input:hover,
form .input-container select:hover,
form .input-container textarea:hover {
    border-left: 1px solid rgb(255, 153, 0);
    border-right: 1px solid rgb(255, 153, 0);
    border-top: 1px solid rgba(0, 57, 91, 0.5);
    border-bottom: 1px solid rgba(0, 57, 91, 0.5);
}

form .input-container input:hover,
form .input-container textarea:hover {
    background-color: rgba(0, 98, 155, 0.25);
}

input:autofill,
input:-moz-autofill,
input:-webkit-autofill {
    box-shadow: 0 0 0 40px rgba(0, 98, 155, 1) inset !important;
}

input[type="radio"] {
    width: auto;
    display: none;
}

label.radio-label {
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
    display: inline-block;
}

label.radio-label::before {
    left: 0;
    top: 50%;
    width: 15px;
    content: "";
    height: 15px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
    background-color: transparent;
    border: 2px solid rgba(0, 162, 255, 0.7);
}

input[type="radio"]:checked + label.radio-label::before {
    background-color: rgb(255, 153, 0);
}

input[type="radio"]:checked + label.radio-label {
    font-weight: bold;
    color: rgb(255, 153, 0);
}

input[type="radio"]:hover + label.radio-label::before {
    border-color: rgb(255, 153, 0);
}

input[type="radio"]:hover + label.radio-label {
    text-decoration: underline;
}

.input-container {
    width: 90%;
    display: block;
    position: relative;
    margin-block: 1rem;
}

.input-container label {
    top: 50%;
    left: 10px;
    text-align: end;
    position: absolute;
    white-space: nowrap;
    padding-right: .5rem;
    pointer-events: none;
    transform: translateY(-50%);
    color: rgba(255, 153, 0, 0.5);
    font-family: 'Lato', sans-serif;
    border-right: 1px solid rgba(175, 175, 175, 0.5);
}

.input-container:hover label {
    border-right: 1px solid rgb(255, 153, 0);
}

.input-container input {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

.input-error {
    font-size: small;
    text-align: start;
    margin-top: -2.6rem;
    color: rgba(255, 153, 0, 0.5);
}

.input-error-inline {
    font-size: small;
    margin-bottom: 0;
    text-align: start;
    margin-top: -1rem;
    text-align: center;
    color: rgba(255, 153, 0, 0.5);
}

.justify-end {
    justify-content: end !important;
}

.light-bg {
    background-color: rgba(0, 98, 155, 0.2);
}

.lighter-bg {
    background-color: rgba(0, 98, 155, 0.05);
}

.light-shadow {
    box-shadow: 0 0 30px rgba(0, 162, 255, 0.2);
}

ol.list, ul.list {
    padding: 0;
    list-style: none;
    margin-block: 1rem;
}

ol.list > li, ul.list > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.5em;
    counter-increment: item;
}

ol.list > li strong, ul.list > li strong {
    margin-right: 5px;
    display: inline-block;
}

ol.list > li p, ul.list > li p {
    margin: 0;
    line-height: 1.4;
    display: inline-block;
}

ol.list > li:before {
    top: 0;
    left: 0;
    position: absolute;
    margin-right: 0.5em;
    content: counter(item) ": ";
}

.list {
    font-family: Arial, Helvetica, sans-serif;
}

ul.list-group {
    margin-left: 0;
    list-style-type: none;
}

ul.list-group li {
    margin-left: 0;
}

ul.list-group li:not(:has(a)) {
    padding: .5rem 1.5rem;
}

ul.list-group li a {
    padding: .25rem 1rem;
}

ul.list-group li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 57, 91, 0.5);
}

ol,
ul {
    margin-left: 4rem;
}

li ol,
li ul {
    margin-left: 2rem;
}

.modal {
    left: 0;
    top: 25%;
    width: 100%;
    display: none;
    z-index: 1000;
    overflow: auto;
    position: fixed;
}

.modal .btn-con {
    width: 100%;
    display: flex;
    margin-top: .5rem;
    justify-content: end;
    margin-bottom: -.75rem;
}

.modal h2 {
    margin: 0;
    padding: 0;
}

.modal .modal-container {
    width: 50%;
    margin: auto;
    border-radius: .75rem;
    padding: .15rem 1.25rem 1.25rem;
    margin-top: var(--header-height);
    border: 1px solid rgba(0, 57, 91, 0.5);
    background-color: rgba(0, 30, 50, 0.8);
}

.modal .modal-container a.close, .modal .modal-container a.close:hover {
    margin-top: -1px;
    padding: .05rem .55rem;
}

.modal .modal-container a:hover {
    color: rgb(255, 153, 0);
}

.modal .modal-content {
    padding: 20px;
    margin: .15rem 0;
    border-radius: .75rem;
    border: 1px solid rgba(0, 57, 91, 0.5);
    background-color: rgba(0, 30, 50, 0.8);
}

.modal .close {
    float: right;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
    color: black;
    cursor: pointer;
    text-decoration: none;
}

ul.navigation {
    margin-left: 0;
    list-style-type: none;
}

ul.navigation li {
    margin-left: 0;
    display: inline-block;
}

ul.navigation li a {
    margin-inline: .25rem;
    padding-inline: .5rem;
    padding-block: 1.08rem;
}

ul.navigation li a:hover {
    box-shadow: 0 5px rgba(0, 119, 188, 0.3);
    background-color: rgba(255, 255, 255, 0.05);
}

ul.navigation li button,
ul.navigation li a {
    display: inline;
    position: relative;
    line-height: normal;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-family: 'Raleway', sans-serif;
}

ul.navigation li button {
    border: none;
    padding: 1.1rem;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    background: none;
    margin: -20px .25rem;
}

ul.navigation li button:hover {
    box-shadow: 0 5px rgba(0, 119, 188, 0.3);
    background-color: rgba(255, 255, 255, 0.05);
}

ul.navigation li:not(:first-child) a::before,
ul.navigation li:not(:first-child) button::before {
    top: -2px;
    width: 1px;
    content: '';
    left: -.4rem;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 119, 188, 0.15);
}

ul.navigation li:not(:last-child) a::after,
ul.navigation li:not(:last-child) button::after {
    top: -2px;
    width: 1px;
    content: '';
    height: 100%;
    right: -.4rem;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15);
}

nav {
    margin-top: 20px;
    text-align: center;
}

p {
    margin-block: 1rem;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-rel {
    position: relative;
}

.p-sticky {
    position: sticky;
}

ul.pagination {
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.pagination li {
    margin: 0 4px;
    display: inline;
}

ul.pagination li a,
ul.pagination li span {
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    background-color: rgba(0, 30, 50, 0.8);
    box-shadow: 0 0 2px rgba(110, 202, 255, 0.5), 0 0 6px rgba(0, 57, 91, 0.5);
}

ul.pagination li.disabled span,
ul.pagination li.disabled a {
    opacity: 0.5;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 30, 50, 0.8);
    box-shadow: 0 0 1px rgba(110, 202, 255, 0.5), 0 0 2px rgba(0, 57, 91, 0.5);
}

ul.pagination li.active span,
ul.pagination li.active a {
    color: #fff;
    padding: 12px 20px;
    background-color: rgba(0, 55, 92, 0.8);
    box-shadow: 0 0 2px rgb(110, 202, 255), 0 0 6px rgb(0, 57, 91);
}

ul.pagination li a:hover {
    background-color: rgba(0, 55, 92, 0.8);
    box-shadow: 0 0 3px rgba(110, 202, 255, 0.75), 0 0 8px rgba(0, 57, 91, 0.75);
}

.post-author {
    margin-top: -1.9rem;
    margin-left: 3.5rem;
    margin-bottom: 1rem;
}

.post-container {
    min-height: 250px;
}

.post-container:hover {
    background-color: rgba(0, 119, 188, 0.075);
}

.post-container .body:hover .post-info::before,
.post-container .body:hover .post-info::after {
    border-bottom: 1px solid rgba(0, 111, 175, 0.7);
}

.post-container .body:hover .post-link {
    color: rgba(255, 153, 0, 0.7);
    border-top: 1px solid rgba(0, 62, 98, 0.4);
    border-bottom: 1px solid rgba(0, 86, 136, 0.7);
}

.post-container .body .tag-list:hover ~ .post-link,
.post-container .body .post-info:hover ~ .post-link {
    color: rgba(0, 162, 255, 0.7);
    border-top: 1px solid rgba(0, 62, 98, 0.7);
    border-bottom: 1px solid rgba(0, 62, 98, 0.7);
}

.post-container h2:hover {
    background-color: rgba(0, 98, 155, 0.3);
}

.post-draft {
    filter: drop-shadow(rgba(255, 0, 0, 0.7) 0rem 0rem 3px);
}

.post-flag {
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.post-flag ul {
    margin-left: 0;
    list-style-type: none;
}

.post-flag a.post-flagToggle {
    opacity: 0.3;
    width: 2.2rem;
    display: flex;
    height: 2.2rem;
    font-size: 1.5em;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    justify-content: center;
    background-color: rgb(0, 57, 91);
    border: 5px solid rgba(0, 111, 175, 0.7);
}

.post-flag a.post-flagToggle:hover,
.post-flag a.post-flagToggle.flagging {
    opacity: 1;
    border-left: none;
    padding-left: 5px;
    border-radius: 6rem 0 0 6rem;
    background-color: rgb(0, 70, 110);
    border-top: 5px solid rgba(255, 153, 0, 0.8);
    border-left: 5px solid rgba(255, 153, 0, 0.8);
    border-bottom: 5px solid rgba(255, 153, 0, 0.8);
}

.post-flag a.post-flagToggle.flagging {
    color: rgba(255, 153, 0, 0.7);
}

#post-flagMenu {
    top: 0;
    left: 100%;
    display: block;
    margin-left: -3px;
    position: absolute;
    border-radius: 0 1rem 1rem 1rem;
    background-color: rgb(0, 70, 110);
    border-top: 5px solid rgba(255, 153, 0, 0.8);
}

#post-flagMenu a {
    display: block;
    padding-inline: 0.5rem;
    padding-block: 0.515rem;
}

#post-flagMenu li {
    margin-left: 0;
    border-left: 5px solid rgba(255, 153, 0, 0.8);
}

#post-flagMenu li:first-child {
    border: none;
    border-top-right-radius: 1rem;
}

#post-flagMenu li:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

#post-flagMenu li:hover {
    background-color: rgba(0, 111, 175, 0.2);
}

.post-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.post-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#post-image {
    cursor: pointer;
}

#post-image-preview {
    min-width: 100px;
    min-height: 100px;
    position: relative;
    visibility: hidden;
    display: inline-block;
    border-radius: 0.375rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 1px solid rgba(0, 57, 91, 0.5);
    border-bottom: 1px solid rgba(0, 57, 91, 0.5);
    border-left: 1px solid rgba(175, 175, 175, 0.5);
    border-right: 1px solid rgba(175, 175, 175, 0.5);
}

#post-image-preview:hover {
    border-left: 1px solid rgb(255, 153, 0);
    border-right: 1px solid rgb(255, 153, 0);
}

#post-image-preview:hover span {
    color: rgb(255, 0, 0);
    background-color: rgba(0, 119, 188, 0.5);
}

#post-image-preview-close {
    top: 5px;
    right: 5px;
    padding: 2px 10px;
    position: absolute;
    visibility: hidden;
    border-radius: 25%;
    color: rgb(255, 145, 0);
    background-color: rgba(0, 119, 188, 0.3);
}

.post-info {
    overflow: hidden;
    font-size: 0.7em;
    margin-top: -1rem;
    position: relative;
    padding-left: 2.5rem;
}

.post-info::after {
    top: 50%;
    width: 100%;
    content: '';
    position: absolute;
    margin-left: 0.25rem;
    border-bottom: 1px solid rgba(0, 62, 98, 0.7);
}

.post-info::before {
    top: 50%;
    width: 100%;
    content: '';
    left: 2.25rem;
    margin-right: 1rem;
    position: absolute;
    transform: translateX(-100%);
    border-bottom: 1px solid rgba(0, 62, 98, 0.7);
}

.post-interactive {
    top: 1rem;
    width: 100%;
    position: sticky;
    flex-direction: row;
}

.post-link {
    background-color: rgba(0, 62, 98, 0.1);
    border-top: 1px solid rgba(0, 62, 98, 0.7);
    border-bottom: 1px solid rgba(0, 62, 98, 0.7);
}

.post-rating {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    background-color: rgb(0, 57, 91);
}

.post-rating .rating {
    z-index: 2;
    height: 20px;
    min-width: 30px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 98, 155, 0.2);
}

.post-rating .up-arrow, .post-rating .down-arrow {
    z-index: 1;
    padding: 15px;
    position: absolute;
    border-radius: 5px;
    display: inline-block;
    border-top-left-radius: 60%;
    border-right: 5px solid rgb(0, 98, 155);
    border-bottom: 5px solid rgb(0, 98, 155);
}

.post-rating .post-upRated,
.post-rating .post-downRated {
    z-index: 1;
    padding: 15px;
    position: absolute;
    border-radius: 5px;
    display: inline-block;
    border-top-left-radius: 60%;
    border-right: 5px solid rgb(255, 153, 0);
    border-bottom: 5px solid rgb(255, 153, 0);
}

.post-rating .up-arrow,
.post-rating .post-upRated {
    top: 0;
    transform: rotate(-135deg);
}

.post-rating .up-arrow:hover,
.post-rating .post-upRated {
    background: linear-gradient(315deg, rgba(255, 153, 0, 0.4), transparent) !important;
}

.post-rating .up-arrow:hover, .post-rating .down-arrow:hover {
    border-color: rgba(255, 153, 0, 0.8) !important;
}

.post-rating .down-arrow,
.post-rating .post-downRated {
    bottom: 0;
    transform: rotate(45deg);
}

.post-rating .down-arrow:hover,
.post-rating .post-downRated {
    background: linear-gradient(135deg, transparent, rgba(255, 153, 0, 0.4)) !important;
}

.post-side-info ul.dates {
    font-size: 0.75em;
    margin-left: 2rem;
    margin-block: 1rem;
    list-style-type: none;
}

.post-snippet {
    overflow: hidden;
}

pre code {
    width: calc(100% - 1rem);
    overflow: auto;
}

.row,
.row-auto {
    display: flex;
    flex: auto 1 auto;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: space-around;
}

.row > * {
    flex-grow: 0;
    padding: 1rem;
    flex-shrink: 0;
    min-width: 20vh;
    box-sizing: border-box;
}

.row-auto>* {
    flex: auto;
    padding: 1rem;
    min-width: 20vh;
    box-sizing: border-box;
}

select, select:hover {
    background-color: rgb(0, 53, 86) !important;
}

.shrink {
    flex: 0 1 auto;
}

ul.side-nav {
    padding: 0;
    margin-left: 0;
    list-style-type: none;
}

ul.side-nav li {
    width: 100%;
    margin-left: 0;
    padding: 0 !important;
}

ul.side-nav li.header {
    width: 100%;
    position: relative;
    display: inline-block;
    border: none !important;
}

ul.side-nav li.header:not(:first-child) {
    margin-top: 1rem;
}

ul.side-nav li.header::before {
    left: 0;
    top: 1.5em;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: rgba(0, 57, 91, 0.5);
}

ul.side-nav li.header ul {
    top: 100%;
    margin-left: 1rem;
    margin-top: 0.25rem;
    display: inline-block;
    list-style-type: none;
    width: calc(100% - 1rem);
}

ul.side-nav li:hover:not(li.header) {
    border-radius: .5rem;
    transition: all 0.3s ease;
    background-color: rgba(0, 119, 188, 0.1);
}

ul.side-nav li a,
ul.side-nav li span {
    width: 100%;
    padding: .5rem;
    display: inline-flex;
}

ul.side-nav li button {
    width: 100%;
    padding: .5rem;
    text-align: start;
}

ul.side-nav li span {
    cursor: default;
}

.stick {
    top: 1rem;
    position: sticky;
}

.stretched-link::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    position: absolute;
}

.stretch-y {
    flex-grow: 1;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 10px;
    text-align: left;
    border: 1px solid rgba(0, 86, 136, 0.7);
}

.table th {
    background-color: rgba(0, 57, 91, 0.5);
}

@media screen and (max-width: 600px) {
    .table {
        display: block;
        overflow-x: auto;
    }

    .table th,
    .table td {
        white-space: nowrap;
    }
}

.tags {
    cursor: pointer;
    padding: 5px 10px;
    margin-inline: 5px;
    box-sizing: border-box;
    border-radius: 0.375rem;
    border-top: 1px solid rgba(0, 57, 91, 0.5);
    border-bottom: 1px solid rgba(0, 57, 91, 0.5);
    border-left: 1px solid rgba(175, 175, 175, 0.5);
    border-right: 1px solid rgba(175, 175, 175, 0.5);
}

.tags:hover {
    border-left: 1px solid rgba(255, 153, 0, 0.7);
    border-right: 1px solid rgba(255, 153, 0, 0.7);
}

#tag-container, .tag-container {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

#tag-error {
    margin: 0;
    padding: 0;
}

.tags-image-preview {
    display: flex;
    margin-bottom: 15px;
    background-color: rgba(0, 98, 155, 0.05);
}

#tag-input {
    width: 90%;
}

#tag-input .input-container {
    width: 100% !important;
    position: relative;
}

.tag-new {
    color: rgba(255, 153, 0, 0.4);
    background-color: rgba(0, 162, 255, 0.05);
}

.tag-new:hover {
    color: rgba(255, 153, 0, 0.5);
    background-color: rgba(0, 162, 255, 0.1);
}

.tag-old {
    color: rgba(255, 153, 0, 0.7);
    background-color: rgba(0, 162, 255, 0.2);
}

.tag-old:hover {
    color: rgba(255, 153, 0, 0.8);
    background-color: rgba(0, 162, 255, 0.25);
}

.tag-suggestion {
    padding: 5px;
    cursor: pointer;
}

.tag-suggestion:hover {
    background-color: rgba(0, 162, 255, 0.2);
}

.tag-suggestion-hover {
    background-color: rgba(0, 162, 255, 0.2);
}

.tag-suggestions {
    left: 0;
    top: 3rem;
    padding: 5px;
    z-index: 2000;
    display: none;
    min-width: 200px;
    position: absolute;
    border-radius: 0.75rem;
    background-color: rgb(0, 47, 75);
    border: 1px solid rgba(0, 57, 91, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tag-suggestions .tag-suggestion:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.tag-suggestions .tag-suggestion:last-child {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

textarea {
    min-height: 100px;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

textarea+label {
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.text-center {
    text-align: center;
}

.text-end {
    text-align: right;
}

.text-start {
    text-align: left;
}

.toggle {
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    color: rgba(0, 162, 255, 0.7);
}

.toggle:hover a {
    color: rgb(255, 153, 0);
}

.toggle input {
    display: none;
}

.toggle .slider {
    width: 40px;
    height: 20px;
    transition: 0.4s;
    margin-right: 5px;
    position: relative;
    border-radius: 20px;
    margin-inline: 1rem;
    border-top: 1px solid rgba(0, 57, 91, 0.5);
    border-bottom: 1px solid rgba(0, 57, 91, 0.5);
    border-left: 1px solid rgba(175, 175, 175, 0.5);
    border-right: 1px solid rgba(175, 175, 175, 0.5);
}

.toggle .slider:before {
    top: 1px;
    left: 1px;
    width: 16px;
    content: "";
    height: 16px;
    transition: 0.4s;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(0, 98, 155);
}

.toggle:hover .slider:before {
    background-color: rgb(255, 153, 0) !important;
}

.toggle:hover .slider {
    border-left: 1px solid rgb(255, 153, 0) !important;
    border-right: 1px solid rgb(255, 153, 0) !important;
}

.toggle input:checked+.slider {
    background-color: rgba(0, 98, 155, 0.6);
    border-left: 1px solid rgb(255, 153, 0);
    border-right: 1px solid rgb(255, 153, 0);
}

.toggle input:checked+.slider:before {
    background-color: rgba(255, 153, 0, 0.5);
}

.toggle input:checked+.slider:before {
    transform: translateX(20px);
}

.toggle-switch {
    width: 100px;
    height: 20px;
    position: relative;
    margin: .5rem 1rem;
    align-items: center;
    display: inline-flex;
}

.toggle-checkbox {
    display: none;
}

.toggle-label {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    border-top: 1px solid rgba(0, 57, 91, 0.5);
    border-bottom: 1px solid rgba(0, 57, 91, 0.5);
    border-left: 1px solid rgba(175, 175, 175, 0.5);
    border-right: 1px solid rgba(175, 175, 175, 0.5);
}

.toggle-label:hover {
    background-color: rgba(0, 98, 155, 0.2);
    border-left: 1px solid rgb(255, 153, 0);
    border-right: 1px solid rgb(255, 153, 0);
}

.toggle-option {
    z-index: 1;
    width: 50%;
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    position: absolute;
    text-align: center;
    font-family: Arial, sans-serif;
}

.toggle-option.left {
    left: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.toggle-option.right {
    right: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.toggle-switch-handle {
    top: 0;
    left: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    color: #000;
    display: block;
    line-height: 20px;
    position: absolute;
    text-align: center;
    border-radius: 20px 0 0 20px;
    font-family: Arial, sans-serif;
    background-color: rgb(255, 153, 0);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: transform 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.toggle-checkbox:checked + .toggle-label .toggle-switch-handle {
    transform: translateX(100%);
    border-radius: 0 20px 20px 0;
}

.toggle-checkbox:checked + .toggle-label .toggle-switch-handle::before {
    content: "RGB";
}

.toggle-checkbox + .toggle-label .toggle-switch-handle::before {
    content: "RYB";
}

.tooltip {
    left: 0;
    opacity: 0;
    z-index: 1;
    padding: 5px;
    color: #fff;
    display: none;
    position: absolute;
    text-align: center;
    border-radius: 6px;
    margin-left: -60px;
    background-color: #000;
    transition: opacity 0.3s;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-container:hover .tooltip {
    opacity: 1;
    display: inline-block;
}

.user-status {
    margin-top: auto;
    padding-block: 0.25rem;
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    background-color: rgba(0, 105, 63, 0.75) !important;
}

.webzille {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url('images/webzille.png'); */
}

.webzille > * {
    text-shadow: rgba(0, 111, 175, 0.5) -20px 0 20px,
                 rgba(0, 0, 0, 0.5) 20px 0 20px,
                 rgba(175, 99, 0, 0.25) 0 -20px 20px,
                 rgba(255, 255, 255, 0.25) 0 20px 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.webzille h1 {
    font-size: 8em;
}

.webzille h2,
.post-hero h2 {
    font-size: 3em;
}

.webzille h3 {
    font-size: 2.75em;
}

.webzille h4 {
    font-size: 2.5em;
}

.webzille h5 {
    font-size: 2.25em;
}

.webzille h6 {
    font-size: 2em;
}

@media only screen and (max-width: 570px) {
    
    aside.post-image-container {
        display: none;
    }

    .comments {
        width: 100%;
    }

    .comments .comment .comment-body {
        flex-direction: column;
    }

    .comments .comment .comment-avatar {
        display: none;
    }

    .functions {
        text-align: center;
    }

    .header {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
    }

    .header>div {
        background: none;
    }

    header.row .brad-be-3,
    header.row .brad-bs-3 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .row .col-1,
    .row .col-2,
    .row .col-3,
    .row .col-4,
    .row .col-5,
    .row .col-6,
    .row .col-7,
    .row .col-8,
    .row .col-9,
    .row .col-10,
    .row .col-11 {
        flex: auto;
        width: 100%;
    }

    .row section {
        order: 1;
    }

    .row aside {
        order: 2;
    }

    ul.navigation {
        padding: 0;
        height: 1rem;
        display: flex;
        list-style-type: none;
        justify-content: space-around;
    }

    ul.navigation li {
        flex: 1;
        height: 1rem;
        text-align: center;
        margin-top: -1.1rem;
    }

    ul.navigation li a,
    ul.navigation li button {
        width: 100%;
        border: none;
        padding: auto;
        outline: none;
        display: block;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease;
        color: rgba(255, 255, 255, 0.5);
        font-family: 'Raleway', sans-serif;
    }

    ul.navigation li button {
        border: none;
        padding: 1rem;
        outline: none;
        cursor: pointer;
        font-size: 1rem;
        background: none;
        margin: 0 .25rem;
    }

    ul.navigation li a:hover,
    ul.navigation li button:hover {
        box-shadow: none;
        color: rgba(0, 162, 255, 0.7);
        background-color: rgba(255, 255, 255, 0.05);
    }

    ul.navigation li:not(:first-child) a::before,
    ul.navigation li:not(:first-child) button::before {
        top: -4px;
        left: 0;
        width: 1px;
        content: '';
        height: 100%;
        position: absolute;
        background-color: rgba(0, 119, 188, 0.15);
    }

    ul.navigation li:not(:last-child) a::after,
    ul.navigation li:not(:last-child) button::after {
        top: -4px;
        right: 0;
        width: 1px;
        content: '';
        height: 100%;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.15);
    }

    .row {
        flex-wrap: wrap;
    }

    .webzille h1 {
    font-size: 6em;
    }
}

@media only screen and (min-width: 551px) and (max-width: 770px) {

    aside.post-image-container {
        display: none;
    }

    .comments {
        width: 100%;
    }

    .comments .comment .comment-body {
        flex-direction: column;
    }

    .comments .comment .comment-avatar {
        display: none;
    }

    .row {
        flex-wrap: wrap-reverse;
    }

    .row .col-1,
    .row .col-2,
    .row .col-3,
    .row .col-4,
    .row .col-5,
    .row .col-6,
    .row .col-7,
    .row .col-8,
    .row .col-9,
    .row .col-10,
    .row .col-11 {
        flex: auto;
        width: 49%;
    }

    .row .col-1.collapse,
    .row .col-2.collapse,
    .row .col-3.collapse,
    .row .col-4.collapse,
    .row .col-5.collapse,
    .row .col-6.collapse,
    .row .col-7.collapse,
    .row .col-8.collapse,
    .row .col-9.collapse,
    .row .col-10.collapse,
    .row .col-11.collapse {
        flex: auto;
        width: 100%;
    }

    .row section {
        order: 2;
    }

    .row aside {
        order: 1;
    }
}

@media only screen and (min-width: 771px) {
    aside.post-image-container {
        display: flex;
    }
}

@media only screen and (max-width: 1000px) {

    footer.row .col-1,
    footer.row .col-2,
    footer.row .col-3,
    footer.row .col-4,
    footer.row .col-5,
    footer.row .col-6,
    footer.row .col-7,
    footer.row .col-8,
    footer.row .col-9,
    footer.row .col-10,
    footer.row .col-11 {
        flex: auto;
        width: 100%;
    }

    header.row .col-1,
    header.row .col-2,
    header.row .col-3,
    header.row .col-4,
    header.row .col-5,
    header.row .col-6,
    header.row .col-7,
    header.row .col-8,
    header.row .col-9,
    header.row .col-10,
    header.row .col-11 {
        flex: content;
    }
}

@media only screen and (min-width: 771px) and (max-width: 1000px) {

    .row .col-1,
    .row .col-2,
    .row .col-3,
    .row .col-4,
    .row .col-5,
    .row .col-6,
    .row .col-7,
    .row .col-8,
    .row .col-9,
    .row .col-10,
    .row .col-11 {
        flex: auto;
    }
}

@media only screen and (max-width: 900px) {
    .input-error {
        font-size: small;
        text-align: start;
        margin-top: -.75rem;
        margin-bottom: 0;
        color: rgba(255, 153, 0, 0.5);
    }
}

@media only screen and (max-width: 650px) {
    .btn-con {
        align-items: center;
        flex-direction: column;
    }

    .btn-con button {
        width: 100%;
        margin-block: .25rem;
    }
}