/*Libraries*/
@import "../node_modules/tailwindcss";

@plugin 'flowbite/plugin';
@plugin '@tailwindcss/typography';

/*Globals*/
@font-face {
	font-family: 'anticDidone';
	src: url('/fonts/antic-didone/AnticDedone-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'menloBold';
	src: url('/fonts/Menlo/Menlo-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'seravekRegular';
	src: url('/fonts/Seravek/Seravek.otf') format('truetype');
}
@font-face {
	font-family: 'seravekBold';
	src: url('/fonts/Seravek/Seravek-Bold.otf') format('truetype');
}
@font-face {
	font-family: 'seravekMedium';
	src: url('/fonts/Seravek/Seravek-Medium.otf') format('truetype');
}
@font-face {
	font-family: 'seravekLight';
	src: url('/fonts/Seravek/Seravek-Light.otf') format('truetype');
}
@font-face {
	font-family: 'chopinScript';
	src: url('/fonts/chopin-script/ChopinScript.ttf') format('truetype');
}
@font-face {
	font-family: 'miama';
	src: url('/fonts/miama/Miama.otf') format('truetype');
}
@font-face {
	font-family: 'monsieurLaDoulaise';
	src: url('/fonts/monsieur-la-doulaise/MonsieurLaDoulaise-Regular.ttf') format('truetype');
}

:root {
    --bg-color-default: #17142fff;
    --bg-color-dark: #121025ff;
    --bg-color-black: #0e0d17ff;
    --bg-color-dark-alt: #121025ff;
    --bg-color-light: #c9c6e7ff;
    --bg-color-green: #223c5bff;
    --bg-color-green-dark: #072c3eff;
    --bg-color-mint: #566d89ff;
    --bg-color-mint-dark: #0c1d31ff;
    --bg-color-purple: #2e2861ff;
    --bg-color-purple-light: #645e92ff;
    --bg-color-purple-neon: #433a8cff;
    --bg-color-purple-neon-transparent: rgba(68, 58, 140, 0.5);
    --text-color-regular: #e1ffdeff;
    --text-color-grey: #d4e7d2;
    --text-color-muted: #e8e6c8ff;
    --text-color-dark: #fdd6a5ff;
    --hyperlink-color: #ff9715ff;
}

html, body {
	background: var(--bg-color-default);
	margin: 0;
  	padding: 0;
}

.vertical-bar {
    width: 1px;
    height: 40px;
    background: var(--text-color-regular);
}

.horizontal-bar {
    width: 100%;
    height: 2px;
    background: var(--text-color-regular);
    margin-left: -40px;
    padding-right: 80px;
    margin-top: -30px;
}

h2, h1 {
    color: var(--text-color-regular);
    font-family: 'seravekBold', 'Arial', serif;
    font-weight: bold;
}

h1 {
    font-size: 46px;
}

.post-title-large {
    font-size: 240px;
    width: fit-content;
    display: inline-block;
    margin: 0;
    margin-bottom: -60px;
}

h3 {
    color: var(--text-color-regular);
    font-family: 'seravekMedium', 'Arial', serif;
    font-size: 18px;
    font-weight: normal;
}

.title-bilboard {
    font-size: 80px;
    transition: all 0.5s ease;
}

p {
    font-family: 'seravekLight', Arial, serif;
    color: var(--text-color-grey);
    font-size: 19px;
	word-spacing: 0.2em;
    word-wrap: break-word;
}
.paragraph-align-right {
    color: var(--bg-color-light);
    text-align: right;
    margin-bottom: 10px;
}
.paragraph-small {
    font-family: 'seravekLight', Arial, serif;
    color: var(--text-color-grey);
    font-size: 17px;
	word-spacing: 0.2em;
    word-wrap: break-word;
}
.paragraph-small-2 {
    font-size: 15px;
}
.paragraph-slide {
    font-size: 23px;
	line-height: 1em;
}

.fluent-text {
    font-family: 'miama', 'Times', serif;
    font-size: 30px;
}

.cursive-text {
    font-family: 'seravekLight', Arial, serif;
    font-style: italic;
}

.center-text {
    vertical-align: baseline;
    text-align: center;
}

.text-bold {
    font-weight: bold;
    font-family: 'seravekBold', Arial, serif;
}

a {
    color: var(--hyperlink-color);
    text-decoration: none;
    font-weight: normal;
    transition: all 0.5s ease;
}
a:hover {
    color: var(--text-color-dark);
    font-weight: bold;
    transform: scale(1.02);
}

li {
    width: max-content;
    margin: 5px;
    transition: all 0.5s ease;
}
li:hover {
    transform: scale(1.1);
}
.post-page-tags-container {
    width: fit-content;
    margin: 0;
}

button {
    background: none;
    border-style: none;
}

.color-orange {
    color: var(--hyperlink-color)
}

.link-small {
    color: var(--text-color-regular);
    padding: 18px;
    font-size: 18px;
    font-family: 'seravekMedium', 'Arial', serif;
    font-weight: normal;
    transition: all 0.5s ease;
}
.link-small:hover {
    color: var(--hyperlink-color);
}

.highlighted-link {
    font-family: 'seravekRegular', 'Arial', serif;
    display: inline-block;
    font-style: italic;
    transition: all 0.5s ease;
}
.highlighted-link:hover {
    transform: scale(1.02);
}
.highlighted-link-regular {
    font-family: 'seravekRegular', 'Arial', serif;
    display: inline-block;
    font-style: normal;
    transition: all 0.5s ease;
}
.highlighted-link:hover {
    transform: scale(1.02);
}

.highlighted-link-bold {
    font-size: 18px;
    font-family: 'seravekMedium', 'Arial', serif;
    font-weight: normal;
    transition: all 0.5s ease;
}
.highlighted-link-bold:hover {
    color: var(--text-color-dark);
    transform: scale(1.02);
}
.highlighted-link-bold-alt {
    color: var(--bg-color-purple-neon);
    font-size: 18px;
    font-family: 'seravekMedium', 'Arial', serif;
    font-weight: normal;
    transition: all 0.5s ease;
}
.highlighted-link-bold-alt:hover {
    color: var(--hyperlink-color);
    transform: scale(1.02);
}
.color-animatable {
    transition: all 0.5s ease;
}

.color-animatable:hover {
    color: var(--hyperlink-color)
}

.separator {
    background: var(--bg-color-light);
    width: 100%;
    height: 1px;
}
.spacer {
    background: transparent;
    width: 100%;
    height: 10px;
}
.spacer-large {
    background: transparent;
    width: 100%;
    height: 60px;
}

.offset-title-card {
    width: fit-content;
    max-width: 900px;
    padding-left: 80px;
    padding-right: 80px;
    height: 120px;
    background: var(--bg-color-black);
    align-content: center;
    position: sticky;
    z-index: 1;
    border: 2px solid var(--bg-color-purple-light);
    border-radius: 10px;
}
.title-card-uline-text {
    margin-top: -4px;
    width: 100%;
    height: 100%;
}

.offset-center-container, .offset-center-container-alt {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -60px;
    padding-left: 43px;
    padding-right: 45px;
    padding-top: 60px;
    padding-bottom: 54px;
}

.center-button-container {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: -20px;
    text-align: center;
}
.center-button {
    width: fit-content;
    text-align: center;
}
.text-button-border-solid {
    width: 80px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-color-purple-neon);
    border: 2px solid var(--bg-color-purple-neon);
    border-radius: 5px;
    transition: all 0.5s ease;
}
.text-button-border-solid:hover {
    background: var(--bg-color-mint);
    border: 2px solid var(--bg-color-mint);
    transform: scale(1.1);
}

.border-container {
    border: 2px solid var(--bg-color-purple-light);
    border-radius: 10px;
}

.fade {
    animation: fade 1.5s linear;
}

.slide-out {
    animation-name: slideOut;
    animation-duration: 1.5s;
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#carousel-bg {
    background: var(--bg-color-default);

    background: -webkit-linear-gradient(180deg, rgba(23, 20, 47, 1) 25%, rgba(14, 13, 23, 1) 75%);
    background: -moz-linear-gradient(180deg, rgba(23, 20, 47, 1) 25%, rgba(14, 13, 23, 1) 75%);
    background: linear-gradient(180deg, rgba(23, 20, 47, 1) 25%, rgba(14, 13, 23, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17142F", endColorstr="#0E0D17", GradientType=0);

    margin-bottom: -20px;
}
#featured-post-slide-show-container {
    background: var(--bg-color-black);
    width: auto;
    overflow: hidden;
}
.featured-slide {
    display: none;
    width: fit-content;
    height: 400px;
    background-size: cover;
    background-position: center;
    border: 2px none;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.featured-slide:hover .title-bilboard {
    transform: scale(1.02);
    color: var(--hyperlink-color);
}
.featured-slide-gradient-overlay {
    background: var(--bg-color-black);
    background: -webkit-linear-gradient(0deg, var(--bg-color-black) 0%, rgba(0, 0, 0, 0) 50%, var(--bg-color-black) 100%);
    background: -moz-linear-gradient(0deg, var(--bg-color-black) 0%, rgba(0, 0, 0, 0) 50%, var(--bg-color-black) 100%);
    background: linear-gradient(0deg, var(--bg-color-black) 0%, rgba(0, 0, 0, 0) 50%, var(--bg-color-black) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e0d17ff", endColorstr="#0e0d17ff", GradientType=0);
    height: 100%;
}
.title-description-text-flex {
    display: block;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.slideshow-buttons-container {
    text-align: center;
    margin-top: 10px;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: transparent;
    border: 1px solid var(--text-color-regular);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    background: var(--text-color-regular);
}

#about-summary-container {
    background: var(--bg-color-black);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
}

#pattern-bg-svg {
    width: auto;
    margin-left: 784px;
}

#latest-preview-container {
    background: var(--bg-color-black);
    margin-top: -20px;
    padding-top: 20px;
    margin-bottom: -20px;
}

#breadcrumps {
    background: var(--bg-color-black);
    width: 100%;
    padding-top: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
}

#socials-list-container {
    width: 100%;
    text-align: center;
    text-align: center;
}

.breadcrumps-navbar-responsive {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#socials-list {
    margin: 0;
    width: fit-content;
}

#bsky-logo-svg, #linkedin-logo-svg, #twitter-logo-svg, #mastodon-logo-svg, #share-svg {
    filter: brightness(0) saturate(100%) invert(20%) sepia(62%) saturate(1559%) hue-rotate(225deg) brightness(95%) contrast(90%);
    transition: all 0.5s ease;
}
#bsky-logo-svg:hover, #linkedin-logo-svg:hover, #twitter-logo-svg:hover, #mastodon-logo-svg:hover, #share-svg:hover {
    filter: brightness(0) saturate(100%) invert(58%) sepia(51%) saturate(1123%) hue-rotate(349deg) brightness(105%) contrast(101%);
}

#error-container {
    width: 100%;
    min-height: 630px;
    text-align: center;
    
    background: var(--bg-color-default);

    background: -webkit-linear-gradient(180deg, rgba(23, 20, 47, 1) 25%, rgba(14, 13, 23, 1) 75%);
    background: -moz-linear-gradient(180deg, rgba(23, 20, 47, 1) 25%, rgba(14, 13, 23, 1) 75%);
    background: linear-gradient(180deg, rgba(23, 20, 47, 1) 25%, rgba(14, 13, 23, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17142F", endColorstr="#0E0D17", GradientType=0);

    margin-bottom: -40px;
}

.post-pub-date-text {
    color: var(--text-color-muted)
}

.post-preview-title-text {
    transition: all 0.5s ease;
}

.post-preview-card-grid {
    width: 100%;
    background: var(--bg-color-default);
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 20px;
}
.post-preview-card-grid:hover .post-preview-title-text {
    color: var(--hyperlink-color)
}

.post-preview-og-container {
    width: 240px;
    height: 240px;
    background-size: contain;
    background-position: center;
}

.post-preview-pub-date-text {
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    text-align: center;
    background: var(--bg-color-green);
}

article {
    margin: 0;
    padding: 0;
}

.large-offset-top {
    margin-top: -400px;
}

.news-page-container {
    background: var(--bg-color-dark);

    background: -webkit-linear-gradient(0deg, var(--bg-color-black) 40%, var(--bg-color-default) 80%, rgba(0, 212, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, var(--bg-color-black) 40%, var(--bg-color-default) 80%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(0deg, var(--bg-color-black) 40%, var(--bg-color-default) 80%, rgba(0, 212, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr=var(--bg-color-black),
    endColorstr=transparent,
    GradientType=0
    );
}
.news-page-tags-button-list {
    width: 100%;
    height: fit-content;
}
.news-page-tags-buttons-container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
.text-border-button-solid-transparent {
    background: var(--bg-color-purple-neon-transparent);
    margin-right: 2px;
    border: 1px solid var(--bg-color-purple-light);
    border-radius: 6px;
    padding: 4px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
    transition: all 0.5s ease;
}
.text-border-button-solid-transparent:hover {
    transform: scale(1.1);
    cursor: pointer;
}
#search-svg, #menu-svg {
    filter: brightness(0) saturate(100%) invert(92%) sepia(34%) saturate(201%) hue-rotate(50deg) brightness(100%) contrast(89%);
}
#search-button, #menu-button {
    transition: all 0.5s ease;
}
#search-button:hover {
    transform: scale(1.2);
    cursor: pointer;
}

#share-post-button {
    transition: all 0.5s ease;
}
#share-post-button:hover, #menu-button:hover {
    transform: scale(1.2);
    cursor: pointer;
}
#share-button-success-text {
    margin-top: -32px;
    margin-left: 30px;
    width: max-content;
    position: absolute;
    display: none;
    animation-name: fadeOut;
    animation-duration: 2000ms;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

#menu-button {
    display: none;
}

.contact-page-container {
    background: var(--bg-color-dark);

    background: -webkit-linear-gradient(0deg, var(--bg-color-black) 10%, var(--bg-color-default) 40%, rgba(0, 212, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, var(--bg-color-black) 10%, var(--bg-color-default) 40%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(0deg, var(--bg-color-black) 10%, var(--bg-color-default) 40%, rgba(0, 212, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr=var(--bg-color-black),
    endColorstr=transparent,
    GradientType=0
    );
}

.support-page-container {
    background: var(--bg-color-dark);

    background: -webkit-linear-gradient(0deg, var(--bg-color-black) 10%, var(--bg-color-default) 40%, rgba(0, 212, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, var(--bg-color-black) 10%, var(--bg-color-default) 40%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(0deg, var(--bg-color-black) 10%, var(--bg-color-default) 40%, rgba(0, 212, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr=var(--bg-color-black),
    endColorstr=transparent,
    GradientType=0
    );
}

.submit-page-container {
    background: var(--bg-color-dark);

    background: -webkit-linear-gradient(0deg, var(--bg-color-black) 30%, var(--bg-color-default) 80%, rgba(0, 212, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, var(--bg-color-black) 30%, var(--bg-color-default) 80%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(0deg, var(--bg-color-black) 30%, var(--bg-color-default) 80%, rgba(0, 212, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr=var(--bg-color-black),
    endColorstr=transparent,
    GradientType=0
    );
}
.about-page-container {
    background: var(--bg-color-dark);

    background: -webkit-linear-gradient(0deg, var(--bg-color-black) 50%, var(--bg-color-default) 90%, rgba(0, 212, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, var(--bg-color-black) 50%, var(--bg-color-default) 90%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(0deg, var(--bg-color-black) 50%, var(--bg-color-default) 90%, rgba(0, 212, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr=var(--bg-color-black),
    endColorstr=transparent,
    GradientType=0
    );
}
.about-page-author-img-center-container {
    width: 100%;
    text-align: center;
}

.post-page-container, .post-edits-container {
    background: var(--bg-color-default);

    background: -webkit-linear-gradient(180deg, rgba(23, 20, 47, 1) 25%, rgba(14, 13, 23, 1) 75%);
    background: -moz-linear-gradient(180deg, rgba(23, 20, 47, 1) 25%, rgba(14, 13, 23, 1) 75%);
    background: linear-gradient(180deg, rgba(23, 20, 47, 1) 25%, rgba(14, 13, 23, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17142F", endColorstr="#0E0D17", GradientType=0);
}

.post-preview-text-list {
    display: block;
    margin-right: 20px;
}

.post-page-hero-title-container {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: bottom;
    align-content: center;
    border-style: none;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.post-page-title-text {
    font-size: 64px;
    margin-top: 0;
    margin-bottom: 0;
}

.post-page-title-tags-keywords-list {
    width: fit-content;
    height: 100%;
    text-align: left;
    list-style: none;
    display: inline;
}

.post-page-keywords-list {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
}

.post-page-keyword-container {
    margin-right: 20px;
    border: 1px solid var(--bg-color-purple-light);
    border-radius: 6px;
    padding: 4px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
}

.post-page-ulist-container {
    width: 100%;
    height: max-content;
    text-align: left;
}
.post-page-ulist {
    display: block;
    list-style: none;
    padding-left: 14px;
}

.post-page-end-card-container {
    width: 100%;
    display: inline-block;
}
.post-page-end-card-list {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-right: 20px;
}

.post-edits-table-list {
    width: 100%;
    display: flex;
	justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.post-edits-text {
    flex: 1;
    text-align: right;
    padding-left: 40px;
}

.author-card-container-flex {
    background: var(--bg-color-default);
    width: 460px;
    height: 120px;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    border: auto none none;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}
.author-img {
    border: 1px solid var(--bg-color-green);
    border-radius: 50%;
}
.author-card-text-container {
    width: 400px;
    margin-left: 20px;
    margin-right: 20px;
}

#logo-home-button-combined {
    width: fit-content;
}
#logo-home-button-combined-list {
    width: fit-content;
    display: flex;
	justify-content: flex-start;
    align-items: center;
    transition: all 0.5s ease;
}
#logo-svg {
    transition: all 0.5s ease;
}
#logo-footer-svg {
    height: 20px;
}
#header-title-text {
    width: 50px;
    height: 100%;
    margin-left: 10px;
    transition: all 0.5s ease;
    font-size: 23px;
    line-height: 1em;
}

#footer-icon-list {
    width: fit-content;
    display: flex;
	justify-content: flex-start;
    align-items: center;
    padding: 10px;
}
#copyright-text {
    width: fit-content;
    height: 100%;
    align-content: end;
}

#search-input-container {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: fit-content;
    background: var(--bg-color-black);
    display: none;
    justify-content: space-around;
    margin-left: 0;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
#search-input-submit-container {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#search-input {
    width: 300px;
    height: 30px;
    background: none;
    border: 1px solid var(--bg-color-light);
    color: var(--text-color-regular);
    padding: 5px;
}
#search-input:focus {
    outline: none;
    caret-color: var(--text-color-regular);
}
#search-submit-button {
    height: min-content;
}
.text-border-button-solid-rect {
    width: 80px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-color-mint);
    padding: 0;
    margin: 0;
}
.text-border-button-solid-rect:hover {
    background: var(--bg-color-purple-light);
    transform: scale(1.1);
    cursor: pointer;
}
#search-container-defocus-button {
    display: none;
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--bg-color-dark);
    opacity: 0.4;
}
.empty-container {
    width: 100%;
    height: 100%;
}

    /*Animations*/
#logo-home-button-combined-list:hover {
    transform: scale(1.1);
}
#logo-home-button-combined-list:hover .color-animatable {
    color: var(--hyperlink-color);
}
#logo-home-button-combined-list:hover {
    filter: brightness(0) saturate(100%) invert(58%) sepia(51%) saturate(1123%) hue-rotate(349deg) brightness(105%) contrast(101%);
}

.mobile-li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 10px;
}
#navbar-list-mobile {
    width: 300px;
    list-style: none;
    font-weight: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
#navbar-responsive-mobile {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
    padding-bottom: 18px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
    display: none;
}

.navbar-list {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 400px;
}

#footer-navbar-list {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
    font-weight: 400px;
}

.mobile-only {
    display: none;
}

.margin-top-0 {
    margin-top: -40px;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 100%;
    height: 100px;
    background: var(--bg-color-purple);

    background: -webkit-linear-gradient(90deg, rgba(46, 40, 97, 1) 0%, rgba(67, 61, 125, 1) 66%, rgba(86, 109, 137, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(46, 40, 97, 1) 0%, rgba(67, 61, 125, 1) 66%, rgba(86, 109, 137, 1) 100%);
    background: linear-gradient(90deg, rgba(46, 40, 97, 1) 0%, rgba(67, 61, 125, 1) 66%, rgba(86, 109, 137, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E2861", endColorstr="#566D89", GradientType=1);

    display: flex;
    align-items: center;
}
#header-vertical-center-container-div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 60px;
}
#footer {
    width: 100%;
    height: 100px;
    background: var(--bg-color-purple);

    background: -webkit-linear-gradient(90deg, rgba(46, 40, 97, 1) 0%, rgba(67, 61, 125, 1) 66%, rgba(86, 109, 137, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(46, 40, 97, 1) 0%, rgba(67, 61, 125, 1) 66%, rgba(86, 109, 137, 1) 100%);
    background: linear-gradient(90deg, rgba(46, 40, 97, 1) 0%, rgba(67, 61, 125, 1) 66%, rgba(86, 109, 137, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E2861", endColorstr="#566D89", GradientType=1);

    display: flex;
    align-items: center;
}

.post-page-keywords-list-mobile {
    display: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
}

/*Desktop*/
@media all and (min-width: 1224px) {
    .center-container-fluid {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        overflow-wrap: normal;
    }
    .center-container-fluid-small {
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        overflow-wrap: normal;
    }
    #footer-navbar-list {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0;
        list-style: none;
        font-weight: 400px;
    }

    .post-preview-card-grid {
        max-height: 400px;
    }

    #header-icon-list {
        width: 100%;
        display: flex;
	    justify-content: flex-start;
        align-items: center;
        padding: 10px;
    }
    .navbar-responsive {
        width: fit-content;
        height: 100%;
        padding: 40px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    #footer-vertical-center-container-div {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
        padding-left: 10px;
        padding-right: 60px;
    }
    #footer-navbar-responsive {
        width: fit-content;
        height: 100%;
        padding: 0;
        align-items: center;
        margin-left: 0;
        margin-right: auto;
    }
}

/*Large tablet or small laptop*/
@media all and (min-width: 990px) and (max-width: 1224px) {
    h1 {
        font-size: 36px;
    }
    .offset-title-card {
        height: 90px;
    }
    .post-title-large {
        font-size: 140px;
        width: fit-content;
        display: inline-block;
        margin: 0;
        margin-bottom: -60px;
    }
    .title-bilboard {
        font-size: 60px;
        transition: all 0.5s ease;
    }
    #footer-navbar-list {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0;
        list-style: none;
        font-weight: 400px;
    }

    .center-container-fluid {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .center-container-fluid-small {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .post-preview-card-grid {
        max-height: 400px;
    }
    .post-page-end-card-list {
        width: 100%;
        padding-left: 20px;
        padding-right: 0;
    }

    #header-icon-list {
        width: 100%;
        display: flex;
	    justify-content: flex-start;
        align-items: center;
        padding: 10px;
    }
    .navbar-responsive {
        width: fit-content;
        height: 100%;
        padding: 40px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    #footer-vertical-center-container-div {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
        padding-left: 10px;
        padding-right: 60px;
    }
    #footer-navbar-responsive {
        width: fit-content;
        height: 100%;
        padding: -10px;
        align-items: center;
        margin-left: 0;
        margin-right: auto;
    }
}

/*Tablet Small*/
@media all and (min-width: 640px) and (max-width: 990px) {
    #logo-footer-svg {
        height: 60px;
    }
    h1 {
        font-size: 36px;
    }
    .offset-title-card {
        margin-left: auto;
        margin-right: auto;
        height: 90px;
    }
    .post-title-large {
        font-size: 240px;
        width: fit-content;
        display: inline-block;
        margin: 0;
        margin-bottom: -60px;
    }
    .title-bilboard {
        font-size: 60px;
        transition: all 0.5s ease;
    }
    #menu-button {
        display: block;
    }
    #header-navbar {
        display: none;
    }
    #footer-navbar-list {
        width: 100%;
        display: block;
        align-items: center;
        margin: 0;
        list-style: none;
        font-weight: 400px;
    }

    .center-container-fluid {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .center-container-fluid-small {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .post-preview-og-container {
        width: 100%;
        background-size: cover;
        background-position: center;
        padding-top: 0;
    }
    .post-preview-card-grid {
        display: block;
        height: fit-content;
        padding-bottom: 20px;
    }
    .author-card-container-flex {
        width: fit-content;
        height: 200px;
        text-align: center;
        display: block;
        margin-top: 40px;
        padding-top: 40px;
        border: auto none none;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .author-card-text-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .post-page-end-card-list {
        width: 100%;
        padding-left: 10px;
        padding-right: 0;
    }

    #header-icon-list {
        width: 100%;
        display: flex;
	    justify-content: flex-start;
        align-items: center;
    }
    .navbar-responsive {
        width: fit-content;
        height: 100%;
        padding: 40px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    #footer {
        height: 360px;
    }
    #footer-vertical-center-container-div {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #footer-icon-list {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    #footer-navbar-responsive {
        width: fit-content;
        height: 100%;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #footer-navbar-list {
        padding: 0;
        display: grid;
        grid-template-columns: auto auto auto;
        list-style: none;
        font-weight: 400px;
        margin-bottom: 40px;
    }
    #logo-home-button-combined-list {
        justify-content: space-around;
        align-items: center;
        padding: 0;
    }
    #logo-footer-svg {
        height: 60px;
    }
    #copyright-text {
        width: 100%;
        height: 100%;
        align-content: center;
    }
}

/*Mobile*/
@media all and (max-width: 640px) {
    .mobile-only {
        display: block;
    }

    #carousel-bg {
        margin-top: -20px;
    }
    .title-description-text-flex {
        padding-left: 4px;
        padding-right: 4px;
        margin: 0;
    }
    .title-bilboard {
        font-size: 42px;
        transition: all 0.5s ease;
    }
    .paragraph-slide {
        font-size: 18px;
    }

    .horizontal-bar {
        display: none;
    }
    #logo-footer-svg {
        height: 60px;
    }
    h1 {
        font-size: 30px;
    }
    .offset-title-card {
        display: none;
    }
    .post-page-hero-title-container {
        height: 360px;
    }
    .post-title-large {
        font-size: 20px;
        width: fit-content;
        display: inline-block;
        margin: 0;
        margin-bottom: -60px;
    }
    .post-page-title-text {
        font-size: 46px;
    }
    .offset-center-container, .offset-center-container-alt {
        margin-left: 4px;
        margin-right: 4px;
        padding-left: 33px;
        padding-right: 35px;
    }
    #menu-button {
        display: block;
    }
    #header-navbar {
        display: none;
    }
    #footer-navbar-list {
        width: 100%;
        display: block;
        align-items: center;
        margin: 0;
        list-style: none;
        font-weight: 400px;
    }

    .center-container-fluid {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
    }
    .center-container-fluid-small {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .post-preview-og-container {
        width: 100%;
        background-size: cover;
        background-position: center;
        padding-top: 0;
    }
    .post-preview-card-grid {
        display: block;
        height: fit-content;
        padding-bottom: 20px;
    }
    .post-page-keywords-list {
        display: none;
    }
    .post-page-keywords-list-mobile {
        display: grid;
        grid-template-columns: auto auto auto;
    }
    .post-page-keyword-container {
        margin-bottom: 0;
    }
    .post-page-tags-container {
        width: fit-content;
        margin: 0;
    }
    .author-card-container-flex {
        width: fit-content;
        height: 200px;
        text-align: center;
        display: block;
        margin-top: 40px;
        padding-top: 20px;
        padding-bottom: 10px;
        border: auto none none;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .author-card-text-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .post-page-end-card-list {
        width: 100%;
        padding-left: 10px;
        padding-right: 0;
    }

    #header-icon-list {
        width: 100%;
        display: flex;
	    justify-content: flex-start;
        align-items: center;
        transform: scale(0.8);
        padding-left: 0;
    }
    .navbar-responsive {
        width: fit-content;
        height: 100%;
        padding: 40px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    #header-vertical-center-container-div {
        height: 100%;
        padding-right: 30px;
    }

    #footer {
        height: 360px;
    }
    #footer-vertical-center-container-div {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #footer-icon-list {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    #footer-navbar-responsive {
        width: fit-content;
        height: 100%;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #footer-navbar-list {
        padding: 0;
        display: grid;
        grid-template-columns: auto auto auto;
        list-style: none;
        font-weight: 400px;
        margin-bottom: 40px;
    }
    #logo-home-button-combined-list {
        justify-content: space-around;
        align-items: center;
        padding: 0;
    }
    #logo-footer-svg {
        height: 60px;
    }
    #copyright-text {
        width: 100%;
        height: 100%;
        align-content: center;
    }
}