/* 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 {
  font-size: 100%;
  font-family: 'PT Serif', serif;
  overflow-y: scroll; }

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: whitesmoke; }

h2,
h3 {
  display: inline-block;
  border-left: 1.5rem solid pink;
  border-right: 1.5rem solid pink; }

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: 0 3rem; }

.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; }

/* Content Styling */
.header {
  background-color: rgba(255, 255, 255, 0.85);
  position: sticky;
  top: 0;
  z-index: 2; }
  .header .wrapper {
    padding: 2rem 3rem;
    margin: 0; }
  .header .padding {
    padding: 1rem 0; }

.header a {
  color: inherit; }

.header .logo {
  font-size: 2rem;
  font-family: 'Yatra One', cursive;
  padding: 0 .5rem;
  background-color: whitesmoke;
  border: 1rem solid pink;
  text-decoration: none; }
  .header .logo.aquamarine {
    border-color: aquamarine; }
  .header .logo.cornflowerblue {
    border-color: cornflowerblue; }
  .header .logo.greenyellow {
    border-color: greenyellow; }
  .header .logo.lightgreen {
    border-color: lightgreen; }
  .header .logo.palegoldenrod {
    border-color: palegoldenrod; }
  .header .logo.orange {
    border-color: orange; }

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

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

.taxonomy-item {
  background-color: whitesmoke;
  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: pink; }
    .taxonomy-item.active.pink, .taxonomy-item:hover.pink {
      background-color: pink; }
    .taxonomy-item.active.aquamarine, .taxonomy-item:hover.aquamarine {
      background-color: aquamarine; }
    .taxonomy-item.active.cornflowerblue, .taxonomy-item:hover.cornflowerblue {
      background-color: cornflowerblue; }
    .taxonomy-item.active.greenyellow, .taxonomy-item:hover.greenyellow {
      background-color: greenyellow; }
    .taxonomy-item.active.lightgreen, .taxonomy-item:hover.lightgreen {
      background-color: lightgreen; }
    .taxonomy-item.active.palegoldenrod, .taxonomy-item:hover.palegoldenrod {
      background-color: palegoldenrod; }
    .taxonomy-item.active.orange, .taxonomy-item:hover.orange {
      background-color: orange; }
  .taxonomy-item.disabled:hover {
    background-color: whitesmoke; }

.main .post {
  border: 1rem solid pink;
  margin: 1rem 0 0;
  position: relative; }
  .main .post.aquamarine, .main .post.aquamarine h2 {
    border-color: aquamarine; }
    .main .post.aquamarine a.post-target-url:hover, .main .post.aquamarine h2 a.post-target-url:hover {
      background-color: rgba(127, 255, 212, 0.2); }
  .main .post.cornflowerblue, .main .post.cornflowerblue h2 {
    border-color: cornflowerblue; }
    .main .post.cornflowerblue a.post-target-url:hover, .main .post.cornflowerblue h2 a.post-target-url:hover {
      background-color: rgba(100, 148, 237, 0.2); }
  .main .post.greenyellow, .main .post.greenyellow h2 {
    border-color: greenyellow; }
    .main .post.greenyellow a.post-target-url:hover, .main .post.greenyellow h2 a.post-target-url:hover {
      background-color: rgba(172, 255, 47, 0.2); }
  .main .post.lightgreen, .main .post.lightgreen h2 {
    border-color: lightgreen; }
    .main .post.lightgreen a.post-target-url:hover, .main .post.lightgreen h2 a.post-target-url:hover {
      background-color: rgba(144, 238, 144, 0.2); }
  .main .post.palegoldenrod, .main .post.palegoldenrod h2 {
    border-color: palegoldenrod; }
    .main .post.palegoldenrod a.post-target-url:hover, .main .post.palegoldenrod 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 .post-title {
    margin: 0;
    position: absolute;
    top: -1rem;
    left: -.5rem; }
  .main .post .post-description {
    word-break: break-word; }
  .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; }

/* 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%; }

  h2 {
    font-size: 1.2rem; }

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

  .wrapper {
    margin: 0 .75rem; } }
@media screen and (max-width: 35.5em) {
  .main .post .taxonomy {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap; }
    .main .post .taxonomy .taxonomy-item {
      margin: .5rem .5rem 0;
      padding: 0 .5rem; } }

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