#mfPreviewBar {
  display: none !important; }

body {
  background: #a5b9b9;
  color: inherit;
  font-family: "Haggard Nova";
  padding-bottom: 50px;
  background: #e6d0c5;
  color: #231f20; }
  @media (min-width: 900px) {
    body {
      padding-top: 176px; }
      body.home, body.page-template-about {
        padding-top: 103px; } }
  body .border-top {
    border-top: 2px solid #252021 !important;
    padding-top: 25px; }
    @media (max-width: 767px) {
      body .border-top {
        margin-top: 30px; } }

small {
  font-size: 15px;
  font-weight: 200;
  display: inline-block;
  margin-top: 15px; }

img {
  max-width: 100%;
  height: auto; }

a:hover {
  color: inherit; }

h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Haggard Nova";
  font-weight: bold; }

h4 {
  font-size: 23px;
  margin-bottom: 20px;
  font-family: "Haggard Nova";
  font-weight: bold; }

.sub-content p {
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.02em; }
.sub-content .col-md-6 h3 {
  border-bottom: 2px solid #252021 !important;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 30px; }
.sub-content .col-md-6 ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .sub-content .col-md-6 ul li {
    font-size: 23px; }

.masonry img {
  margin-top: 30px; }

header {
  padding: 20px 0 0px; }
  @media (min-width: 900px) {
    header {
      position: fixed;
      top: 0;
      z-index: 9999;
      left: 0;
      width: 100%; } }
  header .logo {
    display: block;
    margin-top: -15px; }
    @media (max-width: 767px) {
      header .logo {
        text-align: center;
        margin-bottom: 10px; } }
  header .top {
    margin-bottom: 30px; }
    header .top p {
      border-top: 3px solid #000;
      font-size: 20px;
      padding: 8px 4px;
      display: inline; }
  header h1 {
    margin: 3px 0 0 0;
    font-size: 24px;
    font-weight: 400; }
  header ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      header ul {
        justify-content: center;
        margin-top: 10px; } }
    header ul li:after {
      content: ' /';
      font-size: 24px; }
    header ul li a {
      color: inherit;
      font-size: 24px; }
    header ul li:last-of-type:after {
      display: none; }

.columns {
  columns: auto 2;
  column-gap: 30px; }
  @media (max-width: 767px) {
    .columns {
      columns: 1; } }
  .columns p {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.02em; }
  .columns .post {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */ }
    @media (max-width: 767px) {
      .columns .post {
        margin-bottom: 30px;
        display: block;
        padding-bottom: 20px; } }
    .columns .post .date {
      font-size: 22px;
      text-align: center;
      display: block; }
    .columns .post h2 {
      margin: 0 0 35px 0; }
      .columns .post h2 a {
        color: inherit;
        font-size: 22px;
        text-align: center;
        font-family: "Haggard Nova";
        display: block;
        font-weight: bold; }
      .columns .post h2 + img {
        margin-top: -15px;
        margin-bottom: 15px; }
    .columns .post p {
      font-size: 21px;
      margin: 0 0 10px 0;
      line-height: 1.143;
      letter-spacing: 0.02em; }

.featured-image {
  margin-bottom: 45px; }
  @media (max-width: 992px) {
    .featured-image {
      width: 100%;
      height: auto; } }

img.pull-left {
  min-width: 100%;
  max-width: none;
  float: right; }
  @media (max-width: 767px) {
    img.pull-left {
      min-width: 1px;
      max-width: 100%;
      float: none; } }

.arrows {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  justify-content: center; }
  @media (min-width: 900px) {
    .arrows {
      position: fixed;
      top: 132px;
      width: 100%;
      left: 0;
      padding-bottom: 20px;
      z-index: 999; } }
  .arrows li {
    margin: 0 15px; }

.work {
  position: relative;
  margin-bottom: 30px;
  display: block; }
  .work img {
    width: 100%;
    height: auto; }
  .work .hover {
    position: absolute;
    opacity: 0;
    transition: .3s opacity;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(165, 185, 185, 0.8);
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center; }
    .work .hover p {
      font-size: 24px;
      color: #fff;
      align-self: center;
      position: relative;
      line-height: 1.2; }
      .work .hover p:before {
        width: 33px;
        content: '';
        height: 2px;
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff; }
  .work:hover .hover {
    opacity: 1; }

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