/* Fonts Stuff */
@import url("https://fonts.googleapis.com/css2?family=Amaranth&family=PT+Serif:ital@0;1&family=Yatra+One&display=swap");
/* Core Stuff */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 100%;
  font-family: 'PT Serif', serif; }

body {
  font-size: 1rem;
  line-height: 1.5;
  color: black; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Yatra One', cursive;
  padding: 0 .5rem;
  background-color: oldlace; }

h2,
h3 {
  display: inline-block;
  border: .125rem solid plum; }

a {
  color: #1F8CD6; }

a:hover {
  color: #175E91; }

pre {
  background: #F0F0F0;
  margin: 1rem 0;
  border-radius: 2px; }

blockquote {
  font-size: 1.125rem;
  margin: 0;
  font-style: italic;
  max-width: 50rem; }

/* Utility Classes */
.wrapper {
  margin: 1rem; }

.padding {
  padding: 3rem 1rem; }

.disabled {
  color: lightgrey !important; }

.left {
  float: left; }

.right {
  float: right; }

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

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

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

.noscroll {
  overflow: hidden; }

.content-wrapper {
  display: flex;
  flex-direction: row-reverse; }
  .content-wrapper .menu {
    width: 25vw;
    min-width: 25vw; }
  .content-wrapper .content {
    flex-grow: 1; }

/* Content Styling */
.header {
  max-width: 25vw;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 2; }
  .header .wrapper {
    padding: 1rem;
    margin: 0; }
  .header .padding {
    padding: 1rem 0; }
  .header a {
    color: inherit; }
  .header .logo {
    font-size: 2rem;
    font-family: 'Yatra One', cursive;
    padding: 0 .5rem;
    text-decoration: none; }
    .header .logo.burlywood {
      border-color: burlywood; }
    .header .logo.chocolate {
      border-color: chocolate; }
    .header .logo.gold {
      border-color: gold; }
    .header .logo.mediumseagreen {
      border-color: mediumseagreen; }
    .header .logo.thistle {
      border-color: thistle; }
    .header .logo.orange {
      border-color: orange; }

.taglist {
  position: sticky;
  top: 6rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 1rem; }

.tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .tags .taxonomy-item {
    margin: .25rem;
    text-align: center; }
    .tags .taxonomy-item.reset {
      width: 2rem; }
  .tags::after {
    content: '';
    flex-grow: 100000000; }
  .tags .search-wrapper {
    background-color: powderblue;
    padding: .2rem .5rem;
    margin: .25rem;
    width: 100%; }
    .tags .search-wrapper input {
      font-family: 'Amaranth', sans-serif;
      width: 100%;
      border: none;
      background: none;
      outline: none; }

.taxonomy-item {
  background-color: oldlace;
  color: black;
  text-decoration: none;
  padding: .2rem .5rem;
  font-family: 'Amaranth', sans-serif;
  transition: background-color 400ms; }
  .taxonomy-item.active, .taxonomy-item:hover {
    color: black;
    background-color: plum; }
    .taxonomy-item.active.plum, .taxonomy-item:hover.plum {
      background-color: plum; }
    .taxonomy-item.active.burlywood, .taxonomy-item:hover.burlywood {
      background-color: burlywood; }
    .taxonomy-item.active.chocolate, .taxonomy-item:hover.chocolate {
      background-color: chocolate; }
    .taxonomy-item.active.gold, .taxonomy-item:hover.gold {
      background-color: gold; }
    .taxonomy-item.active.mediumseagreen, .taxonomy-item:hover.mediumseagreen {
      background-color: mediumseagreen; }
    .taxonomy-item.active.thistle, .taxonomy-item:hover.thistle {
      background-color: thistle; }
    .taxonomy-item.active.orange, .taxonomy-item:hover.orange {
      background-color: orange; }
  .taxonomy-item.disabled:hover {
    background-color: oldlace; }

.main .maincontent {
  justify-content: space-between; }
.main .post {
  border: .125rem solid plum;
  background-color: white;
  margin: 1rem;
  position: relative;
  height: 40vh;
  max-height: 50vh; }
  .main .post.burlywood, .main .post.burlywood h2 {
    border-color: burlywood; }
    .main .post.burlywood a.post-target-url:hover, .main .post.burlywood h2 a.post-target-url:hover {
      background-color: rgba(127, 255, 212, 0.2); }
  .main .post.chocolate, .main .post.chocolate h2 {
    border-color: chocolate; }
    .main .post.chocolate a.post-target-url:hover, .main .post.chocolate h2 a.post-target-url:hover {
      background-color: rgba(100, 148, 237, 0.2); }
  .main .post.gold, .main .post.gold h2 {
    border-color: gold; }
    .main .post.gold a.post-target-url:hover, .main .post.gold h2 a.post-target-url:hover {
      background-color: rgba(172, 255, 47, 0.2); }
  .main .post.mediumseagreen, .main .post.mediumseagreen h2 {
    border-color: mediumseagreen; }
    .main .post.mediumseagreen a.post-target-url:hover, .main .post.mediumseagreen h2 a.post-target-url:hover {
      background-color: rgba(144, 238, 144, 0.2); }
  .main .post.thistle, .main .post.thistle h2 {
    border-color: thistle; }
    .main .post.thistle a.post-target-url:hover, .main .post.thistle h2 a.post-target-url:hover {
      background-color: rgba(238, 232, 170, 0.2); }
  .main .post.orange, .main .post.orange h2 {
    border-color: orange; }
    .main .post.orange a.post-target-url:hover, .main .post.orange h2 a.post-target-url:hover {
      background-color: rgba(255, 166, 0, 0.2); }
  .main .post .zoomin {
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    width: 100%;
    height: 100%; }
  .main .post .post-content {
    height: 100%;
    overflow: hidden; }
  .main .post .cache {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    background-image: linear-gradient(0deg, white 1rem, transparent); }
  .main .post .post-title {
    margin: 0;
    position: absolute;
    top: -1rem;
    left: -.5rem; }
  .main .post .post-description {
    word-break: break-word;
    padding-right: 3rem; }
  .main .post a.post-target-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 1500ms; }
    .main .post a.post-target-url:hover {
      background-color: rgba(255, 182, 193, 0.2); }
  .main .post.padding {
    padding: 1.5rem 1rem 1rem; }
  .main .post iframe {
    display: block;
    max-width: 100%; }
  .main .post .taxonomy {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: -1rem;
    bottom: 0; }
    .main .post .taxonomy .taxonomy-item {
      margin: 0 0 .5rem;
      padding-right: 1rem; }

.footer {
  background-color: inherit; }

/* Menu Settings */
.main-nav {
  font-family: 'Yatra One', cursive;
  font-size: 2rem; }
  .main-nav ul {
    text-align: center;
    margin: 0;
    padding: 0; }
    .main-nav ul li {
      display: inline-block;
      letter-spacing: normal; }
      .main-nav ul li a {
        position: relative;
        display: block;
        padding: 0 20px;
        white-space: nowrap; }

.featherlight .featherlight-content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden; }
.featherlight .featherlight-close-icon {
  width: 5rem;
  font-size: 3rem;
  line-height: 5rem; }
.featherlight .featherlight-inner {
  font-size: 1.8rem;
  max-width: 50rem;
  margin: 0 auto;
  max-height: 100vh;
  overflow: auto;
  padding-bottom: 5rem;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .featherlight .featherlight-inner::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */ }

/* Transition effects */
.transition-fade {
  transition: 500ms;
  opacity: 1; }

html.is-animating .transition-fade {
  opacity: 0; }

@media screen and (max-width: 48em) {
  html {
    font-size: 75%; }

  .header .logo {
    display: block;
    text-align: center; }
  .header .wrapper {
    padding: 1rem .75rem; }

  .wrapper {
    margin: 0 .75rem; } }

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