@charset "UTF-8";
@font-face {
  font-family: "Lora";
  src: url("../assets/Lora-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/Lora-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
}
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #101419;
  background-color: #F7F7F7;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: rgb(243.2647887324, 114.1774647887, 58.4352112676);
  text-decoration: none;
}
a:visited {
  color: rgb(212.5126760563, 72.9521126761, 12.6873239437);
}
a:hover {
  color: rgb(140.3225352113, 48.1704225352, 8.3774647887);
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #545A63;
  border-left: 4px solid #E0E0E0;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #545A63;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(51.8243902439, 64.7804878049, 80.9756097561);
  border-collapse: collapse;
  border: 1px solid #E0E0E0;
}
table tr:nth-child(even) {
  background-color: rgb(239.3, 239.3, 239.3);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(231.65, 231.65, 231.65);
  border: 1px solid rgb(213.8, 213.8, 213.8);
  border-bottom-color: rgb(193.4, 193.4, 193.4);
}
table td {
  border: 1px solid #E0E0E0;
}

/**
 * Site header
 */
.site-header {
  border-bottom: 1px solid #E0E0E0;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(25.4754098361, 27.2950819672, 30.0245901639);
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #101419;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #F7F7F7;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(25.4754098361, 27.2950819672, 30.0245901639);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #E0E0E0;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #545A63;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #545A63;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

.footer-legal {
  font-size: 0.5em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-legal p {
  margin: 0;
  padding: 0;
  text-align: center;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.noupfy-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}
.noupfy-list li {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
  overflow: hidden;
}
.noupfy-list li:hover {
  transform: translateY(-5px);
}

.noupfy-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.noupfy-link h3 {
  margin: 0;
  padding: 1rem;
  font-size: 1.2rem;
  color: #333;
}
.noupfy-link img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.search-container {
  margin: 20px 0;
  text-align: center;
}

.search-input {
  width: 100%;
  max-width: 500px;
  padding: 10px 15px;
  border: 2px solid #ddd;
  border-radius: 25px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
.search-input:focus {
  border-color: #007bff;
}

.noupfy-item {
  transition: opacity 0.3s ease;
}
.noupfy-item.hidden {
  display: none;
}

.hero-section {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(to right, #CCD6EB, #E9ECF5);
  margin-bottom: 3rem;
}
.hero-section h1 {
  font-family: "Lora", serif;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #101419;
}
.hero-section .lead {
  font-family: "Lora", serif;
  font-size: 1.25rem;
  color: #545A63;
  max-width: 800px;
  margin: 0 auto 2rem;
}
.hero-section .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-primary {
  background-color: #984447;
  color: #F7F7F7;
  border: 2px solid #984447;
}
.btn-primary:visited {
  color: #F7F7F7;
}
.btn-primary:hover {
  background-color: rgb(99.1454545455, 44.3545454545, 46.3113636364);
  text-decoration: none;
}
.btn-secondary {
  background-color: transparent;
  color: rgb(244.1267605634, 124.5211267606, 72.8732394366);
  border: 2px solid #f79f79;
}
.btn-secondary:visited {
  color: rgb(244.1267605634, 124.5211267606, 72.8732394366);
}
.btn-secondary:hover {
  background-color: #f79f79;
  color: #101419;
  text-decoration: none;
}

.feature-slides {
  padding: 4rem 2rem;
  background-color: #F7F7F7;
  max-width: 1200px;
  margin: 0 auto;
}
.feature-slides h2 {
  font-family: "Lora", serif;
  font-size: 2.5rem;
  color: #101419;
  margin-bottom: 1rem;
  text-align: center;
}
.feature-slides .subtitle {
  font-family: "Lora", serif;
  font-size: 1.25rem;
  color: #545A63;
  margin-bottom: 4rem;
  text-align: center;
}
.feature-slides .slides-container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.feature-slides .slide {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.feature-slides .slide:last-child {
  border-bottom: none;
}
.feature-slides .slide .emoji {
  font-size: 1.75rem;
  margin-right: 0.75rem;
  display: inline-block;
}
.feature-slides .slide h3 {
  font-family: "Lora", serif;
  font-size: 1.75rem;
  color: #101419;
  margin-bottom: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.feature-slides .slide p {
  color: #545A63;
  line-height: 1.8;
  font-size: 1.2rem;
  max-width: 800px;
}

.newsletter-section {
  padding: 6rem 2rem;
  background: linear-gradient(to right, #E9ECF5, #CCD6EB);
  text-align: center;
  position: relative;
  margin: 4rem 0;
}
.newsletter-section h2 {
  font-family: "Lora", serif;
  font-size: 2.5rem;
  color: #101419;
  margin-bottom: 1rem;
}
.newsletter-section p {
  font-family: "Lora", serif;
  font-size: 1.25rem;
  color: #545A63;
  margin-bottom: 2rem;
}
.newsletter-section ul {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: left;
}
.newsletter-section ul li {
  margin-bottom: 1.5rem;
  color: #545A63;
  position: relative;
  padding-left: 2rem;
  font-size: 1.2rem;
  line-height: 1.6;
}
.newsletter-section ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #984447;
  font-size: 1.4rem;
}
.newsletter-section .privacy-note {
  font-size: 1rem;
  color: #545A63;
  margin-top: 2rem;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-section .btn {
  margin-top: 1rem;
}

.about-section {
  padding: 4rem 2rem;
  background-color: #F7F7F7;
  text-align: center;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}
.about-section h2 {
  color: #101419;
  margin-bottom: 2rem;
}
.about-section p {
  max-width: 800px;
  margin: 0 auto 1.5rem;
  color: #545A63;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 3rem 1rem;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section .lead {
    font-size: 1.1rem;
  }
  .hero-section .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .feature-slides {
    padding: 3rem 1rem;
  }
  .feature-slides h2 {
    font-size: 2rem;
  }
  .feature-slides .subtitle {
    font-size: 1.1rem;
  }
  .feature-slides .slides-container {
    gap: 3rem;
  }
  .feature-slides .slide {
    padding: 1.5rem 0;
  }
  .feature-slides .slide .emoji {
    font-size: 1.5rem;
  }
  .feature-slides .slide h3 {
    font-size: 1.5rem;
  }
  .feature-slides .slide p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .features-section {
    padding: 3rem 1rem;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.image-gallery {
  height: 300px;
  width: 100%;
  overflow-x: scroll;
  display: flex;
  gap: 20px;
}
.image-gallery img {
  border-radius: 8px;
  display: inline-block;
  margin: auto;
  height: 100%;
  width: auto;
}

.post-content {
  font-family: "Lora", serif;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #101419;
}
.post-content p {
  margin-bottom: 1.5em;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}
.post-content ul, .post-content ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.post-content li {
  margin-bottom: 0.5em;
}
.post-content blockquote {
  font-style: italic;
  border-left: 4px solid #E0E0E0;
  padding-left: 1.5em;
  margin: 1.5em 0;
  color: #545A63;
}
.post-content pre, .post-content code {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9em;
}

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