/**
 * Reset some basic elements
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0; }

/** Variables **********************************************/
/* portfolio tinkering */
/* COLORS  */
/* footer */
/* navigation bar border */
/* Set theme color *************************/
/************************************************************/
/**
 * Basic styling
 */
body {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 100;
  color: #666;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  background-image: radial-gradient(circle at 20% 50%, rgba(165, 42, 42, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(165, 42, 42, 0.03) 0%, transparent 50%);
  background-attachment: fixed; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 20px; }

.alignright {
  float: right; }

hr {
  /* Inset, by Dan Eden */
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

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

figcaption {
  font-size: 14px; }

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

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

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

/**
 * Links
 */
a {
  color: #666;
  text-decoration: none;
  /*
  &:visited {
      color: darken($brand-color, 15%); 
  }
  */ }
  a:hover {
    color: #A52A2A;
    text-decoration: none; }

article a {
  color: #A52A2A;
  font-weight: 100; }
  article a:hover {
    text-decoration: none; }

/**
 * Blockquotes
 */
blockquote {
  color: #666;
  border-left: 10px solid #ddd;
  padding-left: 25px;
  font-size: 18px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

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

code {
  padding: 1px 5px; }

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

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

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

/**
 * Site header   **********************************************************
 */
.site-header {
  border-bottom: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0px;
  top: 0px;
  height: 56px;
  width: 100%;
  z-index: 50;
  transition: all 0.3s ease; }

.site-title {
  font-size: 20px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0; }
  .site-title:hover {
    text-decoration: none;
    color: #A52A2A; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .page-link {
    line-height: 1.5em;
    padding: 5px 12px;
    border-radius: 4px;
    transition: all 0.3s ease; }
    .site-nav .page-link:not(:first-child) {
      margin-left: 10px; }
    .site-nav .page-link:hover {
      background-color: rgba(165, 42, 42, 0.08);
      transform: translateY(-2px); }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: fixed;
      top: 0px;
      right: 10px;
      text-align: right; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: line; } }

.header-bar {
  left: 0px;
  top: 0px;
  position: relative;
  font-size: 20px;
  display: block;
  opacity: 0.95;
  width: 100%;
  text-align: center;
  padding-top: 25px;
  line-height: 3em;
  z-index: 25; }
  .header-bar h1 {
    color: #A52A2A;
    font-size: 55px; }
  .header-bar h2 {
    font-size: 20px;
    color: #555; }

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-30px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes pulse {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); } }
.animated-title {
  animation: fadeInUp 1s ease-out; }

.intro-section {
  animation: fadeInUp 1.2s ease-out; }

.news-section {
  animation: fadeInUp 1.4s ease-out; }

.news-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.news-item {
  padding: 20px;
  margin-bottom: 15px;
  background: linear-gradient(to right, #fff5f5, #ffffff);
  border-left: 4px solid #A52A2A;
  transition: all 0.3s ease;
  animation: slideInRight 0.6s ease-out;
  animation-fill-mode: both; }

.news-item:nth-child(1) {
  animation-delay: 0.1s; }

.news-item:nth-child(2) {
  animation-delay: 0.2s; }

.news-item:nth-child(3) {
  animation-delay: 0.3s; }

.news-item:nth-child(4) {
  animation-delay: 0.4s; }

.news-item:hover {
  box-shadow: 0 4px 12px rgba(165, 42, 42, 0.15);
  transform: translateX(8px);
  background: linear-gradient(to right, #ffe6e6, #ffffff); }

.news-date {
  display: inline-block;
  font-weight: bold;
  color: #8B0000;
  margin-right: 15px;
  min-width: 120px; }

.news-content {
  color: #333;
  line-height: 1.6; }

.news-content a {
  color: #A52A2A;
  text-decoration: none;
  font-weight: 600; }

.news-content a:hover {
  text-decoration: underline; }

.fade-in {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards; }

/**
 * Site footer  **********************************************************
 */
.site-footer {
  border-top: 1px solid #333;
  font-size: 10px;
  background-color: #333;
  padding: 2px;
  color: #aaa;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%; }

.site-footer p {
  margin-bottom: 0; }

/**
 * Pagination   **********************************************************
 */
.pagination {
  max-width: -webkit-calc(800px - (50px * 2));
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 50px; }

.paginationicon {
  font-size: 50px; }
  .paginationicon a {
    color: #A52A2A; }

/**
 * Page content   **********************************************************
 */
.page-content {
  padding: 100px 0;
  /* VERTICAL PADDING FOR TITLE ON EVERY PAGE */ }

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

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

.contacticon {
  font-size: 60px;
  display: block;
  margin: 10px; }
  .contacticon a {
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 8px; }
    .contacticon a:hover {
      transform: translateY(-5px) scale(1.1);
      color: #A52A2A; }

.center {
  text-align: center; }

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

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

.post-content h2 {
  font-size: 42px; }
  @media screen and (max-width: 800px) {
    .post-content h2 {
      font-size: 28px; } }
.post-content h3 {
  font-size: 30px; }
  @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; } }

.post-meta {
  font-size: 14px;
  color: #828282;
  margin-bottom: 0px; }

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

/** Poem formatting ********************************************/
.poem-title {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .poem-title {
      font-size: 16px; } }

/** 
 * Portfolio grid **********************************************************
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.project {
  width: 33.33%;
  height: 250px;
  float: left;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px; }

.thumbnail {
  width: 100%;
  height: 230px;
  overflow: hidden; }

.thumbnail img {
  width: 500px;
  height: auto;
  position: relative;
  left: -25%;
  top: -5%; }

.thumbnail a {
  float: left;
  position: relative;
  width: 100%;
  height: 230px; }

.thumbnail a span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #ddd;
  padding: 40px;
  text-align: center; }

.thumbnail a:hover span {
  display: block; }

/** 
 * Portfolio pages **********************************************************
*/
.blankbox {
  background: #A52A2A; }

.img_row {
  height: 275px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px; }

.col {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
  box-sizing: border-box;
  padding: 5px; }

.right {
  float: right; }

.one {
  width: 33.33%; }

.two {
  width: 66.66%; }

.three {
  width: 100%; }

.caption {
  height: 100%;
  color: #aaa;
  text-align: center;
  vertical-align: middle;
  font-size: 12px; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .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; }
