<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900|Vidaloka');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Yatra+One');
@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara:400,500,600,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('semantic-override.css');
@import url('custom.min.css');
@import url('animate.min.css');

/*

	Fonts
	1. font-family: 'Roboto', sans-serif;
  2. font-family: 'Vidaloka', serif; //LOGO
  3. font-family: 'Yatra One', cursive;
  4. font-family: 'Noto Sans', sans-serif;
  5. font-family: 'Hind Vadodara', sans-serif;

*/
/* Loader */
/*
 * Page Loader
 */
html:not(.ismobile) .page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

html:not(.ismobile) .page-loader .preloader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

html.ismobile .page-loader {
  display: none;
}
.preloader {
  position: relative;
  margin: 0px auto;
  display: inline-block;
}

.preloader:not([class*="pl-"]) {
  width: 40px;
}

.preloader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.preloader.pl-xs {
  width: 20px;
}

.preloader.pl-sm {
  width: 30px;
}

.preloader.pl-lg {
  width: 50px;
}

.preloader.pl-xl {
  width: 80px;
}

.preloader.pl-xxl {
  width: 100px;
}

.preloader:not([class*="pls-"]) .plc-path {
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

.preloader[class*="pls-"] .plc-path {
  animation: dash 1.5s ease-in-out infinite;
}

.preloader.pls-red .plc-path {
  stroke: #f44336;
}

.preloader.pls-blue .plc-path {
  stroke: #2196f3;
}

.preloader.pls-green .plc-path {
  stroke: #4caf50;
}

.preloader.pls-yellow .plc-path {
  stroke: #ffeb3b;
}

.preloader.pls-bluegray .plc-path {
  stroke: #607d8b;
}

.preloader.pls-amber .plc-path {
  stroke: #ffc107;
}
.preloader.pls-teal .plc-path {
  stroke: #009688;
}

.preloader.pls-gray .plc-path {
  stroke: #9e9e9e;
}

.preloader.pls-pink .plc-path {
  stroke: #e91e63;
}

.preloader.pls-purple .plc-path {
  stroke: #9c27b0;
}

.preloader.pls-white .plc-path {
  stroke: #fff;
}

.pl-circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.plc-path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%, 0% {
    stroke: #f44336;
  }

  40% {
    stroke: #2196f3;
  }

  66% {
    stroke: #4caf50;
  }

  80%, 90% {
    stroke: #ffc107;
  }
}
.palette-White.bg {
  background-color: #ffffff;
}
/* Header */
#logo {
  margin: 5px 15px;
  cursor: pointer;
}
.search {
  cursor: pointer !important;
}
.ui.menu .item &gt; img:not(.ui) {
  width: 12em;
}
.ui.menu .item &gt; i.icon {
  margin: 0px;
}
#intro {
  margin-top: 100px;
  margin-bottom: 50px;
}
#intro h2, #intro h4 {
    margin-top: 18px;
}
.huge-space {
  margin-top: 125px;
}
#sort .ui.button:not(.icon) &gt; .icon:not(.button):not(.dropdown) {
  margin: 0px;
}

/* Content */
#content, #stories-content {
  margin: 50px 0px;
  /*min-height: 400px;*/
}
#content .card, #stories-content .card {
  margin-bottom: 30px;
}
#content .card .description {
  font-size: 24px;
  margin-top: 30px;
  text-align: center;
  color: #141414;

  pointer-events:none !important;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
#content .card.inverted .description {
  color:#fff;
}
#content .card .author {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  /*color: #888;*/
  margin: 10px 0px 5px;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  font-style: italic;
}
#content .card .logo {
  font-family: 'Vidaloka', serif !important;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0px 0px 30px;
  text-align: center;
}

#stories-content .card .story-title {
  font-size: 20px;
  letter-spacing: 1px;
  color: #141414;
}
#stories-content .card .author {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  /*margin: 5px 0px 0px;*/
  font-weight: 500;
  text-transform: capitalize;
}
#stories-content .card .author .read {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
}

/* Story Single Page */

#story {
  margin: 50px 0 70px;
}
#story ol, #story ul {
  font-size: 22px;
  line-height: 1.75;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
#story .en p {
  font-size: 22px;
  line-height: 1.58;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
#story .word-highlight {
  color: #dd133b;
  font-weight: 500;
  border-bottom: 2px dotted #dd133b;
}
#story .line-highlight {
  font-weight: 500;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(221, 19, 59, 0.2), rgba(221, 19, 59, 0.2));
}
#story .en .moral {
  font-family: 'Vidaloka', serif !important;
  font-size: 28px;
  text-align: center;
}
#story .en .author {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  color: #9f9f9f;
  font-weight: 600;
}
#story .en .header {
  font-family: 'Vidaloka', serif;
  letter-spacing: 1px;
  font-size: 18px;
}

#story .book {
  font-style: italic;
  font-weight: 400;
}
#story .gu p {
  font-family: 'Hind Vadodara', sans-serif !important;
  font-size: 22px;
  line-height: 1.58;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
#story .gu .moral {
  font-family: 'Hind Vadodara', sans-serif !important;
  font-size: 28px;
  text-align: center;
}
#story .gu .author {
  font-family: 'Hind Vadodara', sans-serif !important;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  color: #9f9f9f;
  font-weight: 600;
}
#story .gu .header {
  font-family: 'Hind Vadodara', sans-serif !important;
  letter-spacing: 1px;
  font-size: 18px;
}
#story .hi p {
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 22px;
  line-height: 1.58;
  margin-bottom: 30px;
  font-weight: 400;
}
#story .hi .moral {
  font-family: 'Yatra One', cursive !important;
  font-size: 28px;
  text-align: center;
}
#story .hi .author {
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 18px;
  text-align: center;
  color: #9f9f9f;
  font-weight: 600;
}
#story .hi .header {
  font-family: 'Yatra One', cursive !important;
  letter-spacing: 1px;
  font-size: 18px;
}

/* Manage Quotes */
#manage-quotes .en .header {
  font-family: 'Vidaloka', serif;
  letter-spacing: 1px;
}
#manage-quotes .en .meta {
  font-family: 'Roboto', sans-serif;
}
#manage-quotes .en .meta .price {
  font-weight: 500;
}
#manage-quotes .en .meta .stay {
  font-style: italic;
}

#manage-quotes .gu .header {
  font-family: 'Hind Vadodara', sans-serif;
  letter-spacing: 1px;
}
#manage-quotes .gu .meta {
  font-family: 'Roboto', sans-serif;
}
#manage-quotes .gu .meta .price {
  font-family: 'Hind Vadodara', sans-serif;
  font-weight: 600;
}
#manage-quotes .gu .meta .stay {
  font-style: italic;
}

#manage-quotes .hi .header {
  font-family: 'Noto Sans', sans-serif !important;
}
#manage-quotes .hi .meta {
  font-family: 'Roboto', sans-serif;
}
#manage-quotes .hi .meta .price {
  font-family: 'Yatra One', cursive;
  font-weight: 500;
}
#manage-quotes .hi .meta .stay {
  font-style: italic;
}

/* Generate Image */
#singleQuote {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
#singleQuote blockquote {
  display: table-cell;
  vertical-align: middle;
}
#singleQuote .author {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 5px 0 15px;
  text-align: center;
}
#singleQuote .logo {
  font-family: 'Vidaloka', serif !important;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0px;
  text-align: center;
}
#singleQuote .website {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  letter-spacing: 3px;
  margin: 0px 0px 10px;
  text-align: center;
  font-weight: 500;
}
#btnGenImg {
  width: 25%;
  position: fixed;
  bottom: 0;
  margin: 3% auto; /* Will not center vertically and won't work in IE6/7. */
  left: 0;
  right: 0;
}
/* Inner Pages */

.information-section {
  margin-top: 130px;
}
#tags {
  margin-top: 20px;
}
#tags .column {
  padding-top: 0px;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

/* Footer */
footer {
  margin: 30px 0px;
}
footer .bulleted.link.list {
  margin-top: 5px;
}
</pre></body></html>