@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400&family=Hind+Madurai:wght@300;400&display=swap");
:root {
  --text-color: black;
  --text-color-light: #ECF8FE;
  --link-color: #0B72A3;
  --link-hover-color: #0F94D2;
  --title-color: #054261;
  --bg-color: white;
  --content-bg-color: white;
  --snippet-title-color: #0B72A3;
  --snippet-bg-color: ghostwhite;
  --snippet-bg-color-hover: rgba(248, 248, 255, 0.5);
  --border-color: rgba(0, 0, 0, 0.75);
  --btn-bg-color: #eeeef7;
  --btn-text-color: black;
  --btn-bg-hover-color: #f6f6fc;
  --btn-hover-text-color: #f6f6fc;
  --btn-bg-color: #eeeef7;
  --theme-toggle-btn-text-color: black;
  --theme-toggle-btn-bg-color: #e9e9f0;
  --theme-toggle-btn-bg-hover-color: #221B1F;
  --theme-toggle-btn-hover-text-color: #F6F4F5;
  --box-shadow-standard-color-1: rgba(0, 0, 0, 0.1);
  --box-shadow-standard-color-2: rgba(0, 0, 0, 0.06);
  --box-shadow-emphasised-color: rgba(0, 0, 0, 0.125);
}

body.light-mode {
  --text-color: black;
  --text-color-light: #ECF8FE;
  --link-color: #0B72A3;
  --link-hover-color: #0F94D2;
  --title-color: #054261;
  --bg-color: white;
  --content-bg-color: white;
  --snippet-title-color: #0B72A3;
  --snippet-bg-color: ghostwhite;
  --snippet-bg-color-hover: rgba(248, 248, 255, 0.5);
  --border-color: rgba(0, 0, 0, 0.75);
  --btn-bg-color: #eeeef7;
  --btn-text-color: black;
  --btn-bg-hover-color: #f6f6fc;
  --btn-hover-text-color: #f6f6fc;
  --btn-bg-color: #eeeef7;
  --theme-toggle-btn-text-color: black;
  --theme-toggle-btn-bg-color: #e9e9f0;
  --theme-toggle-btn-bg-hover-color: #221B1F;
  --theme-toggle-btn-hover-text-color: #F6F4F5;
  --box-shadow-standard-color-1: rgba(0, 0, 0, 0.1);
  --box-shadow-standard-color-2: rgba(0, 0, 0, 0.06);
  --box-shadow-emphasised-color: rgba(0, 0, 0, 0.125);
}

@media (prefers-color-scheme: dark) {
  :root {
    --text-color: #F6F4F5;
    --text-color-light: #fce6da;
    --link-color: #ea671d;
    --link-hover-color: #f6b28e;
    --title-color: #f9ccb4;
    --bg-color: #0c090b;
    --content-bg-color: black;
    --snippet-title-color: #aa440e;
    --snippet-bg-color: #171215;
    --snippet-bg-color-hover: #221B1F;
    --btn-bg-color: #353538;
    --btn-bg-hover-color: #58585e;
    --border-color: rgba(255, 255, 255, 0.75);
    --theme-toggle-btn-text-color: #F6F4F5;
    --theme-toggle-btn-bg-color: #2D2429;
    --theme-toggle-btn-bg-hover-color: #F6F4F5;
    --theme-toggle-btn-hover-text-color: #221B1F;
    --box-shadow-standard-color-1: rgba(0, 0, 0, 0.1);
    --box-shadow-standard-color-2: rgba(0, 0, 0, 0.06);
    --box-shadow-emphasised-color: rgba(0, 0, 0, 0.125);
  }
}
body.dark-mode {
  --text-color: #F6F4F5;
  --text-color-light: #fce6da;
  --link-color: #ea671d;
  --link-hover-color: #f6b28e;
  --title-color: #f9ccb4;
  --bg-color: #0c090b;
  --content-bg-color: black;
  --snippet-title-color: #aa440e;
  --snippet-bg-color: #171215;
  --snippet-bg-color-hover: #221B1F;
  --btn-bg-color: #353538;
  --btn-bg-hover-color: #58585e;
  --border-color: rgba(255, 255, 255, 0.75);
  --theme-toggle-btn-text-color: #F6F4F5;
  --theme-toggle-btn-bg-color: #2D2429;
  --theme-toggle-btn-bg-hover-color: #F6F4F5;
  --theme-toggle-btn-hover-text-color: #221B1F;
  --box-shadow-standard-color-1: rgba(0, 0, 0, 0.1);
  --box-shadow-standard-color-2: rgba(0, 0, 0, 0.06);
  --box-shadow-emphasised-color: rgba(0, 0, 0, 0.125);
}

.dark-mode .formkit-form {
  box-shadow: none !important;
  background: none !important;
  border-radius: 1rem;
}
.dark-mode .formkit-form .formkit-column, .dark-mode .formkit-form .formkit-background {
  background: var(--snippet-bg-color) !important;
  color: var(--text-color) !important;
  border: none !important;
}
.dark-mode .formkit-form .formkit-column button.formkit-submit, .dark-mode .formkit-form .formkit-background button.formkit-submit {
  background: var(--btn-bg-color) !important;
}
.dark-mode .formkit-form .formkit-column button.formkit-submit:hover, .dark-mode .formkit-form .formkit-background button.formkit-submit:hover {
  background: var(--btn-bg-hover-color) !important;
}
.dark-mode .formkit-form .formkit-column p, .dark-mode .formkit-form .formkit-background p {
  color: var(--text-color) !important;
}
.dark-mode .formkit-form .formkit-column .formkit-header h2, .dark-mode .formkit-form .formkit-column .formkit-header .recommended .recommended-title, .recommended .dark-mode .formkit-form .formkit-column .formkit-header .recommended-title, .dark-mode .formkit-form .formkit-background .formkit-header h2, .dark-mode .formkit-form .formkit-background .formkit-header .recommended .recommended-title, .recommended .dark-mode .formkit-form .formkit-background .formkit-header .recommended-title {
  color: var(--text-color);
}
.dark-mode .formkit-form .formkit-column .formkit-field input, .dark-mode .formkit-form .formkit-background .formkit-field input {
  background: var(--bg-color);
  color: var(--text-color) !important;
  border: none;
}

.content {
  width: 70%;
  margin: 0 auto;
}

article img {
  display: block;
  max-width: 100%;
}

.kg-card {
  text-align: center;
  font-family: "Hind Madurai", sans-serif;
  font-size: 1.6rem;
  margin: 2.5rem 0 3rem 0;
  max-width: 100%;
}
.kg-card img,
.kg-card iframe {
  border-radius: 1rem;
  box-shadow: var(--box-shadow-standard-color-1) 0px 4px 6px -1px, var(--box-shadow-standard-color-2) 0px 2px 4px -1px;
}

.kg-tweet-card {
  border-radius: 1rem;
  box-shadow: var(--box-shadow-standard-color-1) 0px 4px 6px -1px, var(--box-shadow-standard-color-2) 0px 2px 4px -1px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin: 3rem 0 4rem 0;
  background: var(--snippet-bg-color);
}
.kg-tweet-card .fa-twitter {
  margin-top: 2rem;
  font-size: 5rem;
  color: var(--text-color);
  opacity: 0.15;
}
.kg-tweet-card .twitter-tweet {
  margin: auto;
  font-size: 1.8rem;
  font-weight: 400;
  max-width: none !important;
}
.kg-tweet-card .twitter-tweet br {
  display: block !important;
  margin: 0;
  margin-bottom: 1rem !important;
}
.kg-tweet-card .twitter-tweet p {
  margin: 0;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}

.kg-video-card {
  margin: 2rem 0;
}

.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin: auto calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
}

.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

article figure {
  margin: 0;
}

article figcaption {
  text-align: center;
}

body {
  margin: 0;
}

header,
footer {
  padding: 15px 25px;
  background-color: #000;
  color: #fff;
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  margin: 1.5em auto;
  max-width: 1040px;
  width: 100vw;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
}

.kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}

.kg-bookmark-card,
.kg-bookmark-card * {
  box-sizing: border-box;
}

.kg-bookmark-card,
.kg-bookmark-publisher {
  position: relative;
  width: 100%;
}

.kg-bookmark-card a.kg-bookmark-container,
.kg-bookmark-card {
  display: flex;
  text-decoration: none;
  background: var(--snippet-bg-color);
  overflow: hidden;
  color: inherit;
  border-radius: 1rem;
  width: 100%;
  box-shadow: var(--box-shadow-standard-color-1) 0px 4px 6px -1px, var(--box-shadow-standard-color-2) 0px 2px 4px -1px;
}
.kg-bookmark-card a.kg-bookmark-container:hover,
.kg-bookmark-card:hover {
  transition: all 0.6s;
  box-shadow: var(--box-shadow-emphasised-color) 0px 25px 50px -12px;
  background: var(--snippet-bg-color-hover);
}

.kg-bookmark-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  overflow: hidden;
}

.kg-bookmark-title {
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 600;
  text-align: left;
}

.kg-bookmark-description {
  text-align: left;
  display: -webkit-box;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 3px;
  font-weight: 400;
  max-height: 44px;
  overflow-y: hidden;
  opacity: 0.7;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kg-bookmark-metadata {
  display: flex;
  align-items: center;
  margin-top: 22px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}

.kg-bookmark-metadata > *:not(img) {
  opacity: 0.7;
}

.kg-bookmark-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.kg-bookmark-author,
.kg-bookmark-publisher {
  display: inline;
}

.kg-bookmark-publisher {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 240px;
  white-space: nowrap;
  display: block;
  line-height: 1.65em;
}

.kg-bookmark-metadata > span:nth-of-type(2) {
  font-weight: 400;
}

.kg-bookmark-metadata > span:nth-of-type(2):before {
  content: "—";
  margin: 0 6px;
}

.kg-bookmark-metadata > span:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
}

.kg-bookmark-thumbnail {
  position: relative;
  flex-grow: 1;
  min-width: 33%;
}

.kg-bookmark-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 2px 2px 0;
}

.recommended {
  text-align: center;
}
.recommended .recommended-title {
  font-family: "Raleway";
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.5rem;
  font-variant: small-caps;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  text-align: center;
  width: 100%;
}

.text-upper {
  text-transform: uppercase;
}

div.twitter-tweet.twitter-tweet-rendered {
  margin: 2rem auto !important;
}
div.twitter-tweet.twitter-tweet-rendered iframe#twitter-widget-0 {
  margin: auto !important;
}

html {
  font-size: 8.5px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  max-width: 100%;
}

body {
  font-family: "Hind Madurai", sans-serif;
  line-height: 3rem;
  font-size: 2rem;
  color: black;
  font-weight: 300;
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg-color);
}
body a {
  color: var(--link-color);
  text-decoration: none;
}
body a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}
body body .content-card.text-align-center {
  text-align: center;
}
body body .content-card.text-align-center p {
  text-align: center !important;
}
body .text-align-center {
  text-align: center;
}
body p {
  margin: 3rem 0;
}
body ul,
body ol {
  margin-left: 3rem;
}
body ul li,
body ol li {
  margin: 1.5rem;
}

.desktop-only {
  display: block;
  visibility: visible;
}

.mobile-only {
  display: none;
  visibility: hidden;
}

.mobile-and-tablet {
  display: none;
  visibility: hidden;
}

.page-title {
  font-family: "Raleway";
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.5rem;
  font-variant: small-caps;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 5rem;
}

h3 {
  font-family: "Raleway";
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.5rem;
  font-variant: small-caps;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  text-align: left;
}

h1 {
  font-family: "Raleway";
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.5rem;
  font-variant: small-caps;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 3.6rem;
}

span.center-text {
  text-align: center;
  width: 100%;
  margin: auto;
}

.formkit-form {
  box-shadow: var(--box-shadow-standard-color-1) 0px 4px 6px -1px, var(--box-shadow-standard-color-2) 0px 2px 4px -1px;
  background: none !important;
  border-radius: 1rem;
}
.formkit-form .formkit-column,
.formkit-form .formkit-background {
  background: var(--snippet-bg-color) !important;
  color: var(--text-color) !important;
  border: none !important;
}
.formkit-form .formkit-column button.formkit-submit,
.formkit-form .formkit-background button.formkit-submit {
  background: var(--btn-bg-color) !important;
  color: var(--text-color) !important;
}
.formkit-form .formkit-column button.formkit-submit:hover,
.formkit-form .formkit-background button.formkit-submit:hover {
  background: var(--btn-bg-hover-color) !important;
}
.formkit-form .formkit-column p,
.formkit-form .formkit-background p {
  color: var(--text-color) !important;
}
.formkit-form .formkit-column .formkit-header h2, .formkit-form .formkit-column .formkit-header .recommended .recommended-title, .recommended .formkit-form .formkit-column .formkit-header .recommended-title,
.formkit-form .formkit-background .formkit-header h2,
.formkit-form .formkit-background .formkit-header .recommended .recommended-title,
.recommended .formkit-form .formkit-background .formkit-header .recommended-title {
  color: var(--text-color);
}
.formkit-form .formkit-column .formkit-field input,
.formkit-form .formkit-background .formkit-field input {
  background: var(--bg-color);
  color: var(--text-color) !important;
  border: none;
}

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

.header {
  width: 100%;
  max-width: 100%;
  height: 10rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-color);
  color: var(--text-color);
  padding: 0 3rem;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: solid 0.025rem var(--border-color);
}
.header button.theme-toggle-btn {
  font-size: 2.4rem;
  color: var(--theme-toggle-btn-text-color);
  cursor: pointer;
  height: 5rem;
  width: 5rem;
  border: none;
  border-radius: 1rem;
  background-color: var(--theme-toggle-btn-bg-color);
}
.header button.theme-toggle-btn:hover {
  transition: 0.3s all;
  color: var(--theme-toggle-btn-hover-text-color);
  background: var(--theme-toggle-btn-bg-hover-color);
}
.header .header-right {
  display: flex;
  flex-flow: row nowrap;
}

.logo {
  text-align: center;
  display: flex;
  width: 40rem;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 100%;
  font-variant: small-caps;
  letter-spacing: 0.5rem;
  margin: 0;
  transition: 0.3s all;
}
.logo:hover {
  letter-spacing: 0.7rem;
  transition: 0.3s all;
  border-bottom: 1px solid var(--border-color);
}

.logo-link {
  text-decoration: none;
  color: inherit;
  height: 100%;
  padding: 0 2rem 0 2rem;
  border-radius: 0 0 1rem 1rem;
}
.logo-link:hover {
  color: inherit;
  text-decoration: none;
}

.site-title {
  text-align: center;
  font-family: "Raleway";
  font-size: 2.4rem;
}

.navigation {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  justify-content: center;
  font-family: "Raleway";
  font-weight: normal;
  letter-spacing: 0.2rem;
}

.nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  height: 100%;
}

.nav > li {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: stretch;
  height: 100%;
  width: 15rem;
  font-size: 1.3rem;
}

.nav > li > a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  color: var(--text-color);
  text-decoration: none;
  height: 100%;
  width: 100%;
  font-size: 1.3rem;
  text-transform: uppercase;
  transition: 0.3s all;
}
.nav > li > a:hover {
  letter-spacing: 0.3rem;
  transition: 0.3s all;
  font-weight: bold;
  border-bottom: 1px solid var(--border-color);
}

.content-card {
  color: var(--text-color);
  padding: 5rem;
  border-radius: 1rem;
  width: 100rem;
  padding: 10rem;
  padding-top: 5rem;
  max-width: 95vw;
  margin-bottom: 3rem;
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-card .page-metadata {
  font-family: "Raleway";
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.5rem;
  font-variant: small-caps;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.content-card .text-align-center p {
  text-align: center;
}
.content-card ul, .content-card ol {
  margin-bottom: 3rem;
}
.content-card ul ul,
.content-card ul ol, .content-card ol ul,
.content-card ol ol {
  margin-left: 3rem;
}
.content-card ul ul li,
.content-card ul ol li, .content-card ol ul li,
.content-card ol ol li {
  margin: 1.5rem;
}
.content-card blockquote {
  font-size: 2.8rem;
  font-weight: 100;
  line-height: 5rem;
  padding: 2rem;
  text-align: center;
}
.content-card hr {
  border: none;
  text-align: center;
  font-weight: 300;
  margin: 4rem 0;
}
.content-card hr::after {
  content: "•••";
  text-align: center;
  font-size: 2.4rem;
}
.content-card h3 {
  font-family: "Raleway";
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.5rem;
  font-variant: small-caps;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 2.4rem;
  color: var(--title-color);
}
.content-card h2, .content-card .recommended .recommended-title, .recommended .content-card .recommended-title {
  font-family: "Raleway";
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.5rem;
  font-variant: small-caps;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 4rem;
}
.content-card h1 {
  font-family: "Raleway";
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.5rem;
  font-variant: small-caps;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 3.6rem;
  text-align: center;
}
.content-card .callout-box {
  margin-top: 2rem;
  margin-bottom: 6rem;
  background-color: var(--snippet-bg-color);
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: var(--box-shadow-standard-color-1) 0px 4px 6px -1px, var(--box-shadow-standard-color-2) 0px 2px 4px -1px;
}
.content-card .callout-box h3 {
  text-align: center;
  font-size: 2rem;
  color: var(--snippet-title-color);
  font-weight: bold;
}
.content-card .recommended-snippet {
  margin-top: 6rem;
  background-color: var(--recommended-snippet-bg-color);
  padding: 3rem;
  border-radius: 1rem;
}
.content-card .recommended-snippet h3.recommended-snippet_title {
  text-align: center;
  font-size: 2rem;
  color: var(--recommended-snippet-title-color);
  font-weight: bold;
}
.content-card blockquote.quote-snippet {
  display: flex;
  flex-flow: column nowrap;
  align-items: baseline;
  justify-content: left;
  border-left: 2px solid var(--text-color);
  text-align: left;
  margin-left: 5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.content-card blockquote.quote-snippet:before {
  content: "❝";
  font-size: 3rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  display: block;
}
.content-card blockquote.quote-snippet span.quote-snippet_author {
  font-size: 2rem;
  font-weight: bold;
}
.content-card blockquote.quote-snippet-long {
  font-size: 2rem;
  line-height: 3.6rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: baseline;
  justify-content: left;
  border-left: 2px solid var(--text-color);
  text-align: left;
  margin-left: 5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.content-card blockquote.quote-snippet-long:before {
  content: "❝";
  font-size: 3rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  display: block;
}
.content-card blockquote.quote-snippet-long span.quote-snippet-long_author {
  font-size: 2rem;
  font-weight: bold;
}
.content-card .post-image, .content-card .page-image {
  height: 20rem;
  width: 70rem;
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
  margin: 0rem 0 1rem 0;
  display: flex;
  flex-flow: column nowrap;
  transition: 0.3s;
  box-shadow: var(--box-shadow-standard-color-1) 0px 4px 6px -1px, var(--box-shadow-standard-color-2) 0px 2px 4px -1px;
}
.content-card .page-image {
  height: 30rem;
  width: 70rem;
  margin: 1rem 0 1.5rem 0;
}

.footer-button {
  padding: 0 1rem;
  background: var(--btn-bg-color);
  color: var(--text-color);
  position: fixed;
  bottom: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
  height: 4rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-items: space-between;
}

.back-to-top-button {
  right: 1rem;
  border: none;
  height: 3.5rem;
  width: 3.5rem;
  opacity: 0.3;
  display: block;
  background: var(--btn-bg-color);
}
.back-to-top-button:hover {
  background: var(--btn-bg-hover-color) !important;
}

a.post-preview-card {
  margin: 0rem;
  padding: 3rem;
  margin-bottom: 5rem;
  color: var(--text-color);
  display: block;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.6s;
}
a.post-preview-card .post-preview-card_image {
  height: 18rem;
  width: 63rem;
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
  margin: 1rem auto 2.5rem auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  box-shadow: var(--box-shadow-standard-color-1) 0px 4px 6px -1px, var(--box-shadow-standard-color-2) 0px 2px 4px -1px;
}
a.post-preview-card .post-preview-card_copy {
  padding-bottom: 2rem;
  border-bottom: solid 0.025rem var(--border-color);
}
a.post-preview-card .post-preview-card_copy .post-preview-card_copy_title {
  font-size: 3rem;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Raleway";
  font-weight: 500;
  font-variant: small-caps;
  line-height: 4rem;
  letter-spacing: 0.4rem;
}
a.post-preview-card .post-preview-card_metadata {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  width: 100%;
}
a.post-preview-card .post-preview-card_metadata button.post-preview-card_metadata_read-more {
  color: var(--text-color);
  border: none;
  background: none;
  font-family: "Raleway";
  cursor: pointer;
  font-variant: small-caps;
  font-size: 2rem;
  line-height: 5rem;
  height: 100%;
  letter-spacing: 0.4rem;
  transition: all 0.6s;
}
a.post-preview-card .post-preview-card_metadata .post-preview-card_metadata_author {
  border: none;
  background: none;
  font-family: "Raleway";
  cursor: pointer;
  font-variant: small-caps;
  font-size: 2rem;
  line-height: 5rem;
  height: 100%;
  letter-spacing: 0.4rem;
  transition: all 0.6s;
}
a.post-preview-card .post-preview-card_metadata .post-preview-card_metadata_author a {
  display: block;
  text-decoration: none;
}
a.post-preview-card .post-preview-card_metadata .post-preview-card_metadata_reading-time {
  display: block;
  border: none;
  background: none;
  font-family: "Raleway";
  cursor: pointer;
  font-variant: small-caps;
  font-size: 2rem;
  line-height: 5rem;
  height: 100%;
  letter-spacing: 0.4rem;
  transition: all 0.6s;
}
a.post-preview-card:hover {
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.6s;
  box-shadow: var(--box-shadow-emphasised-color) 0px 25px 50px -12px;
  background: var(--snippet-bg-color);
}
a.post-preview-card:hover button.post-preview-card_metadata_read-more {
  letter-spacing: 0.7rem;
  transition: all 0.6s;
}
a.post-preview-card:hover button.post-preview-card_metadata_read-more:hover {
  color: var(--link-hover-color);
}

footer.footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-color);
  color: var(--text-color);
  font-size: 1.4rem;
  width: 90%;
  justify-content: baseline;
  padding: 0;
  margin: 0;
}
footer.footer .navigation {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  padding: 0;
}
footer.footer .nav {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}
footer.footer .nav > li {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: stretch;
  height: 100%;
  width: fit-content;
  font-size: 1.3rem;
}
footer.footer .nav > li > a {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  text-decoration: none;
}
footer.footer .nav > li > a:hover {
  font-weight: bold;
}

@media only screen and (min-width: 1024px) {
  .desktop-only {
    visibility: visible;
    display: inherit;
  }

  .mobile-only,
.mobile-and-tablet {
    visibility: hidden;
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 8.5px;
  }

  * {
    max-width: 100vw;
  }

  .nav > li > a {
    font-weight: 500;
  }

  .nav {
    display: flex;
    flex-flow: row;
  }

  .content-card {
    max-width: 95vw;
  }

  .desktop-only,
.hide-tablet {
    visibility: visible;
    display: inherit;
  }

  .tablet-only,
.mobile-and-tablet {
    visibility: hidden;
    display: none;
  }

  .author-card {
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    width: 95vw;
    height: min-content;
    padding: 3rem;
  }
  .author-card .author-card-image {
    height: 7rem;
    width: 7rem;
    border-radius: 7rem;
    margin-right: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px, rgba(0, 0, 0, 0.22) 0px 5px 4px;
  }
  .author-card .author-card-copy {
    width: 17.5rem;
    text-align: left;
  }
  .author-card .author-card-read-more {
    align-self: center;
  }

  .banner-content {
    justify-content: space-between;
    padding: 2rem;
  }

  .banner-title {
    font-size: 3.6rem;
    font-weight: 300;
    text-align: center;
    margin-top: 2rem;
  }

  .banner-excerpt {
    max-width: 95vw;
  }

  .banner-meta {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 8.5px;
  }

  * {
    max-width: 100vw;
  }

  .nav > li > a {
    font-weight: 500;
  }

  .nav {
    display: flex;
    flex-flow: row;
  }

  .content-card {
    max-width: 95vw;
  }

  .desktop-only,
.hide-tablet {
    visibility: hidden;
    display: none;
  }

  .tablet-only, .mobile-and-tablet {
    visibility: visible;
    display: inherit;
  }

  .author-card {
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    width: 95vw;
    height: min-content;
    padding: 3rem;
  }
  .author-card .author-card-image {
    height: 7rem;
    width: 7rem;
    border-radius: 7rem;
    margin-right: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px, rgba(0, 0, 0, 0.22) 0px 5px 4px;
  }
  .author-card .author-card-copy {
    width: 17.5rem;
    text-align: left;
  }
  .author-card .author-card-read-more {
    align-self: center;
  }

  .banner-content {
    justify-content: space-between;
    padding: 2rem;
  }

  .banner-title {
    font-size: 3.6rem;
    font-weight: 300;
    text-align: center;
    margin-top: 2rem;
  }

  .banner-excerpt {
    max-width: 95vw;
  }

  .banner-meta {
    padding: 0 2rem;
  }

  .desktop-only {
    display: none;
  }

  .theme-toggle-btn {
    justify-self: flex-end;
  }

  footer.footer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-color);
    color: var(--text-color);
    font-size: 1.4rem;
    width: 90%;
    justify-content: baseline;
    padding: 0;
    margin: 0;
  }
  footer.footer .navigation {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    padding: 0;
  }
  footer.footer .nav {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  footer.footer .nav > li {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: stretch;
    height: 100%;
    width: 5rem;
    font-size: 1.3rem;
  }
  footer.footer .nav > li > a {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    text-decoration: none;
  }
  footer.footer .nav > li > a:hover {
    font-weight: bold;
  }
}
.mobile-menu-button {
  font-size: 2.4rem;
  color: var(--theme-toggle-btn-text-color);
  cursor: pointer;
  height: 5rem;
  width: 5rem;
  border: none;
  border-radius: 1rem;
  background-color: var(--btn-bg-color) !important;
  margin: 0 2rem;
}
.mobile-menu-button:hover {
  transition: 0.3s all;
  background: var(--btn-bg-hover-color) !important;
}

.mobile-navigation {
  --mobile-nav-bg-color-1: rgba(248, 248, 255, 0.9875);
  --mobile-nav-bg-color-2: rgba(255, 255, 255, 0.9875);
}

.dark-mode .mobile-navigation {
  --mobile-nav-bg-color-1: rgba(23, 18, 21, 0.9875);
  --mobile-nav-bg-color-2: rgba(34, 27, 31, 0.9875);
}

.light-mode .mobile-navigation {
  --mobile-nav-bg-color-1: rgba(248, 248, 255, 0.9875);
  --mobile-nav-bg-color-2: rgba(255, 255, 255, 0.9875);
}

.mobile-navigation {
  position: absolute;
  z-index: 2;
  top: 10rem;
  margin: 0;
  display: flex;
  flex-flow: column nowrap;
  background: var(--mobile-nav-bg-color-1);
  width: 95%;
  border-radius: 0 0 1rem 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.mobile-navigation ul.nav:not(.social-media-nav) {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
  margin: 0;
}
.mobile-navigation ul.nav:not(.social-media-nav) li {
  width: 100%;
  text-align: center;
  height: 10rem;
  margin: 0;
}
.mobile-navigation ul.nav:not(.social-media-nav) li a {
  display: block;
  line-height: 10rem;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  margin: auto;
}
.mobile-navigation ul.nav:not(.social-media-nav) li:nth-child(even) {
  background: var(--mobile-nav-bg-color-2);
}

@media only screen and (max-width: 700px) {
  html {
    font-size: 7.5px;
  }

  * {
    max-width: 100vw;
  }

  img {
    max-width: 90vw;
  }

  .banner {
    height: 40vh;
    min-height: 6rem;
  }

  .main-banner {
    height: 60vh;
    min-height: 6rem;
  }

  .banner-content {
    min-height: 32rem;
  }

  .banner-items {
    min-height: 35rem;
  }

  .featured-card {
    width: 95vw;
  }
  .featured-card .featured-card-title {
    text-align: left;
  }
  .featured-card .featured-card-excerpt {
    display: block;
    text-align: left;
    font-size: 1.4rem;
  }

  .card-grid {
    display: grid;
    grid-gap: 2rem 2rem;
    grid-template-columns: 1fr;
    width: 95vw;
    margin-top: 2rem;
    margin-bottom: 5rem;
  }

  .logo {
    width: 22rem;
  }

  .content-card {
    width: 95vw;
    padding: 3rem;
  }

  .author-card {
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    width: 95vw;
    height: min-content;
    padding: 3rem;
  }
  .author-card .author-card-image {
    height: 7rem;
    width: 7rem;
    border-radius: 7rem;
    margin-right: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px, rgba(0, 0, 0, 0.22) 0px 5px 4px;
  }
  .author-card .author-card-copy {
    width: 17.5rem;
    text-align: left;
  }
  .author-card .author-card-read-more {
    align-self: center;
  }

  .banner-content {
    justify-content: center;
  }

  .banner-title {
    font-size: 3.6rem;
    font-weight: 300;
    text-align: center;
    margin-top: 2rem;
  }

  .banner-excerpt {
    max-width: 95vw;
  }

  .banner-meta {
    padding: 0 2rem;
  }

  .desktop-only,
.hide-mobile {
    visibility: hidden;
    display: none;
  }

  .mobile-only,
.mobile-and-tablet {
    visibility: visible;
    display: inherit;
  }

  .event-embed-card-items > .event-image {
    display: none;
  }

  .banner-header {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .banner-header .event-banner-content {
    width: 80%;
  }

  .banner-header > .event-image {
    display: none;
  }

  .event-banner-content > .banner-title {
    text-align: center;
  }

  .event-embed-card-backdrop {
    height: 36rem;
  }

  .popup {
    height: 50vh;
    width: 80vw;
    top: 25vh;
    left: 10vw;
  }

  .logo,
.site-title {
    text-align: justify;
  }

  .page-metadata {
    text-align: center;
  }

  a.post-preview-card .post-preview-card_metadata {
    flex-direction: column;
  }
  a.post-preview-card .post-preview-card_metadata .post-preview-card_metadata_read-more {
    font-size: 1.6rem;
  }
  a.post-preview-card .post-preview-card_metadata .post-preview-card_metadata_author {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }

  iframe {
    max-width: 90%;
    height: auto;
  }

  .content-card blockquote {
    line-height: 4.2rem;
  }
  .content-card blockquote.quote-snippet {
    margin: 2rem;
  }
  .content-card blockquote.quote-snippet-long {
    line-height: 3rem;
    margin: 2rem;
  }

  footer.footer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-color);
    color: var(--text-color);
    font-size: 1.4rem;
    width: 90%;
    justify-content: baseline;
    padding: 0;
    margin: 0;
  }
  footer.footer .navigation {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    padding: 0;
  }
  footer.footer .nav {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  footer.footer .nav > li {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: stretch;
    height: 100%;
    width: 5rem;
    font-size: 1.3rem;
  }
  footer.footer .nav > li > a {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    text-decoration: none;
  }
  footer.footer .nav > li > a:hover {
    font-weight: bold;
  }
}
.hide {
  display: none;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

/*# sourceMappingURL=style.css.map */
