/* Import custom font */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/kaushan-script-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
    url('/fonts/kaushan-script-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/kaushan-script-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/kaushan-script-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/kaushan-script-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/kaushan-script-v9-latin-regular.svg#KaushanScript') format('svg'); /* Legacy iOS */
}


.app-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}

/* Override a parent's width to show child in full screen width */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.footer-bg {
  padding-top: 1px;
  padding-bottom: 24px;
  z-index: -100;
  /* background-position: top right; */
  background-blend-mode: overlay;
  background-size: cover;
  filter: brightness(1.08);
  background-image: linear-gradient(30deg
  ,#ffffff 0%,rgba(0,0,0,0) 81%),url(/images/footer.jpg)!important;
}
.footer-content {
  filter: brightness(0.9);
  font-weight: 500;
}

.glass {
  background-image: linear-gradient(
360deg
,rgba(255,255,255,0.12) 51%,rgb(153, 190, 191) 90%);
    background-color: rgba(255,255,255,0.56);
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding-top: 40px;
    padding-right: 12px;
    padding-left: 12px;
}

.orange-btn {
  overflow-x: auto;
  overflow-y: auto;
  background-image: radial-gradient(circle at bottom left,#c14445 0%,#cc755d 100%);
  box-shadow: 0px 10px 20px 0px #c17963;
  padding: 12px;
  transition: all 300ms ease 0ms;
}

.orange-btn:hover {
  /* background-image: radial-gradient(circle at bottom left, rgb(153, 190, 191) 0%, #99BEBF 100%); */
  box-shadow: none;
}

.fancy-text {
  font-family: 'Kaushan Script',cursive!important;
  color: rgba(153, 27, 27)
}


/* Responsive Image */
.image-container {
  width: 100%;
  height: 100%;
}
.image-container div {
    position: unset !important;
    height: 100%;
  }

.image {
  object-fit: contain;
  width: 100% !important;
  position: relative !important;
  height: 100% !important;
}

/* Frosted glass effect */
.frosted {
    background-color: rgba(255,255,255,0.95);
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .frosted {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.50);  
  }
}


/* Plausible */
---
---



html {
  @apply text-gray-800;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@screen xl {
  .container {
    max-width: 70rem;
  }
}

.light-text {
  color: #F0F4F8;
}

pre.highlight {
  margin-top: 1rem;
  margin-bottom: 1rem;
  white-space: pre-wrap;
}

#markdown-toc {
  @apply p-4 pl-10 my-6 border border-gray-300;
}

article img {
  @apply max-w-full mt-10 mb-6 rounded;
}

@screen lg {
  article img {
    max-width: unset;
    width: 150%;
    margin-left: -25%;
  }
}

.prose code {
  white-space: pre-wrap;
}

.prose table th {
  @apply px-6 py-3 text-xs font-medium tracking-wider text-left text-gray-700 uppercase whitespace-no-wrap border-b border-gray-200 leading-4 bg-gray-50;
}

.prose table td {
  @apply px-6 py-4 text-sm text-gray-700 border-b border-gray-200 leading-5;
}

@tailwind utilities;

input[type="range"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #eef1f6;
  border-radius: 3px;
  height: 6px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  background-color: #5f48ff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
input[type="range"]::-moz-range-thumb {
  background-color: #5f48ff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
input[type="range"]::-ms-thumb {
  background-color: #5f48ff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
input[type="range"]::-moz-focus-outer {
  border: 0;
}

.twitter-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231da1f2%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.tweet-text a {
  @apply text-blue-500;
}

.tweet-text a:hover {
  text-decoration: underline;
}

[x-cloak] { display: none; }

li {
  list-style: none;
}
ul {
  padding-left: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
}