body {
  font-family: "SUSE", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
}

.rowdies-regular,
.site-title,
.page-link,
.footer-heading,
.site-footer a,
#contact-form label,
h1,
h2,
h3 {
  font-family: "Rowdies", system-ui;
  font-weight: 400;
  font-style: normal;
}

p em {
  font-size: 1.2em;
}

h2 {
  line-height: 1;
  margin-bottom: 2rem !important;
}

.site-header .site-title {
  line-height: 1;
  letter-spacing: 1px;
}
.site-header .site-title span {
  display: block;
  font-size: 0.7em;
  font-weight: 200;
  letter-spacing: 1px;
  font-family: "SUSE";
}
.site-header .page-link {
  letter-spacing: 1px;
  color: #cb9d69;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5;
}
.site-header .page-link:hover {
  color: white;
}
.site-header .page-link:not(:last-child) {
  margin-right: 25px;
}

.footer-heading {
  line-height: 1;
  letter-spacing: 1px;
}
.footer-heading span {
  display: block;
  font-size: 0.7em;
  font-weight: 200;
  letter-spacing: 1px;
  font-family: "SUSE";
}

/**
 * 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 20px/1.5 "SUSE";
  color: #111;
  background-color: #fdfdfd;
  -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: 17.5px;
}

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

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

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

/**
 * Links
 */
a {
  color: #cb9d69;
  text-decoration: none;
}
a:visited {
  color: #ac773c;
}
a:hover {
  color: white;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

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

/**
 * Code formatting
 */
pre,
code {
  font-size: 18.75px;
  border: 1px solid #e8e8e8;
  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(1200px - (30px * 2));
  max-width: calc(1200px - 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(1200px - (30px));
    max-width: calc(1200px - (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: #828282;
  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: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: #f7f7f7;
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: #f0f0f0;
  border: 1px solid #dedede;
  border-bottom-color: #c9c9c9;
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  background-color: rgb(18, 18, 18);
  background-color: #2e1b1b;
  border-bottom: 3px solid #5fabd4;
  min-height: 55.95px;
  z-index: 99999;
  position: relative;
}
.site-header .wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.site-title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 67.5px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
  color: #cb9d69;
  font-weight: 400;
  padding: 0.25rem 0;
}
@media only screen and (min-width: 600px) {
  .site-title {
    font-size: 40px;
  }
}
.site-title, .site-title:visited {
  color: #cb9d69;
}

.site-nav {
  float: right;
  line-height: 67.5px;
}
@media only screen and (min-width: 600px) {
  .site-nav {
    padding: 0.25rem 0;
  }
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav #nav-cta, .site-nav #nav-phone {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: color 0.3s ease;
  text-decoration: none;
}
.site-nav #nav-cta {
  background-color: #d2a97c;
  color: #2e1b1b;
}
.site-nav #nav-cta:hover {
  background-color: #d8b68f;
}
.site-nav #nav-phone {
  background-color: #5fabd4;
  color: #2e1b1b;
}
.site-nav #nav-phone:hover {
  background-color: #3796c9;
}
@media only screen and (min-width: 600px) {
  .site-nav #nav-cta {
    margin-right: 12px;
  }
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 26px;
    right: 15px;
    background-color: transparent;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav label.menu-icon {
    border: 2px solid #a1815c;
    top: -9px;
    padding: 3px;
    border-radius: 5px;
  }
  .site-nav .menu-icon {
    background-color: black;
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: right;
    width: 26px;
    height: 26px;
    line-height: 0;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: #424242;
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .trigger .page-link {
    border-top: 1px solid #4d5355;
    padding: 1rem;
    margin-left: 0;
    font-size: 1.45rem;
    background-color: #282828;
  }
}

/**
 * Site footer
 */
.site-footer {
  padding: 3.5rem 0 5rem;
  background-color: #1e1212;
  color: white;
}
.site-footer li,
.site-footer p {
  color: #dadada;
}
.site-footer a {
  color: #a1815c;
}

.footer-heading {
  font-size: 34px;
  margin-bottom: 15px;
  color: #cb9d69;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}
.contact-list a,
.social-media-list a {
  display: flex;
}
.contact-list .svg-icon,
.social-media-list .svg-icon {
  fill: #cb9d69;
  padding-top: 7px;
}

.footer-col-wrapper {
  font-size: 18.75px;
  color: #828282;
  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);
  }
  .site-footer {
    padding: 3.5rem 0;
  }
}
/**
 * Contact CTA
 */
#contact-cta {
  background-color: #343434;
  padding: 3rem 0 5rem;
  color: #c2c2c2;
}
#contact-cta > .wrapper > * {
  text-align: center;
  margin: 0 auto;
}
#contact-cta h2 {
  color: #cb9d69;
  font-size: 2.25rem;
  letter-spacing: 1px;
  margin-top: 1rem !important;
}
#contact-cta #contact-form {
  border-radius: 5px;
  max-width: 500px;
  padding: 2rem;
  background-color: #101010;
  margin-top: 2rem;
  display: flex;
  flex-flow: column;
}
#contact-cta #contact-form .form-element {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#contact-cta #contact-form .form-element label {
  text-align: left;
  width: 100%;
  color: #cb9d69;
}
#contact-cta #contact-form .form-element input,
#contact-cta #contact-form .form-element textarea {
  line-height: 2;
  flex: 1;
}
#contact-cta #contact-form #contact-form-button {
  margin-top: 1rem;
  width: 10rem;
  align-self: flex-end;
  padding: 0.5rem;
  background-color: #cb9d69;
  font-size: 1.5rem;
  border: 0;
  border-radius: 2px;
  color: #101010;
}
#contact-cta #contact-form #contact-form-status {
  margin-top: 1rem;
}

/**
 * Page content
 */
.page-content {
  padding: 60px 0;
  flex: 1;
}

.page-heading {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 30px;
}

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

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

.post-meta {
  font-size: 17.5px;
  color: dimgray;
}

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

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

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

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 35px;
  }
}
.post-content h3 {
  font-size: 27.5px;
  margin-bottom: 0.5rem;
}
.post-content h4 {
  font-size: 25px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 22.5px;
  }
}

/** 
* Site Wide 
*/
html {
  scroll-behavior: smooth;
}

p a, p a:visited, p a:hover {
  color: #705a40;
  font-weight: bold;
  font-style: italic;
  font-size: 1.1em;
}

.fifty-fifty-img-right {
  display: flex;
  flex-wrap: wrap;
}

.fifty-fifty-img-right > div {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .fifty-fifty-img-right > div {
    max-width: 50%;
    box-sizing: border-box;
  }
  .fifty-fifty-img-right > div.fifty-fifty-img-container {
    order: 1;
    padding: 1rem 0 1rem 1.5rem;
  }
}

.fifty-fifty-img-right img {
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  border: 8px solid #a1815c;
}

.hidden {
  display: none;
}

#header_rune_logo {
  width: 30px;
  position: relative;
  top: -5px;
  margin-right: 7px;
  padding: 5px;
}
@media only screen and (min-width: 600px) {
  #header_rune_logo {
    width: 25px;
    top: -4px;
    margin-right: 14px;
    border: 2.8px solid #816749;
    border-radius: 5px;
  }
}

@media only screen and (min-width: 1000px) {
  .post {
    padding: 70px 0 55px;
  }
}
nav .menu-btn {
  display: none;
}
nav .menu-btn:checked ~ .menu {
  max-height: 260px;
}
nav .menu-btn:checked ~ .menu-icon {
  background-color: #574141;
  border-color: #574141;
}
nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
nav .menu-btn:checked ~ .menu-icon .navicon:before, nav .menu-btn:checked ~ .menu-icon .navicon:after {
  top: 0;
}
nav .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
nav .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

nav .menu-icon {
  cursor: pointer;
  position: relative;
  user-select: none;
  transition: all 0.2s ease-out;
}
nav .menu-icon .navicon {
  background: #a1815c;
  display: block;
  height: 3px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 17px;
  border-radius: 2px;
}
nav .menu-icon .navicon:before, nav .menu-icon .navicon:after {
  border-radius: 2px;
  background: #a1815c;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
nav .menu-icon .navicon:before {
  top: 6px;
}
nav .menu-icon .navicon:after {
  top: -6px;
}

/**
 * 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;
}

body {
  overflow-x: hidden;
}

#homepage {
  padding-bottom: 0;
}

.page-content {
  padding: 0;
}

#hero-intro {
  position: relative;
  padding: 1rem 0 7rem;
  min-height: 40vh;
}
#hero-intro::before {
  background-image: url(/images/zebra-bg.png);
  opacity: 0.5;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#home-intro-pic {
  width: 100%;
}
#home-intro-pic img {
  border-radius: 5px;
  width: 100%;
}

h1.page-heading.wrapper {
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (min-width: 1024px) {
  h1.page-heading.wrapper {
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  h1.page-heading {
    font-size: 2.4rem;
  }
}

/** Slider **/
.slick-arrow {
  background-color: black !important;
  color: white !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 20px;
}

.slick-prev,
.slick-next {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.slick-prev:before,
.slick-next:before {
  position: relative !important;
  top: 2px !important;
  font-size: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media only screen and (max-width: 768px) {
  .slick-prev {
    left: -5px !important;
  }
  .slick-next {
    right: -5px !important;
  }
}
.gallery {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 1rem;
}
.gallery .slider-nav {
  padding: 6px;
}
.gallery .slider-nav button.thumb.slick-slide {
  padding: 5px 0.5em 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.gallery .slider-nav .thumb {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.gallery .slider-nav img {
  border-radius: 200px;
  width: 90%;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gallery .slider-nav img:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.08);
}

/** Fancybox **/
.fancybox__container {
  z-index: 999999 !important;
}

.homepage-section-header {
  text-align: center;
  margin-top: 3rem;
  font-size: 2.5rem;
}

/** Services Section **/
#services-and-pricing {
  background-color: #583f23;
  background: linear-gradient(to bottom, #2a2014 0%, #583f23 50%);
  padding: 3rem 0;
}
#services-and-pricing > h2 {
  color: #dfd3d3;
  letter-spacing: 2px;
}

#services-container {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  margin: 0 2rem 5rem;
}
@media (max-width: 768px) {
  #services-container {
    flex-direction: column;
  }
}

.services-section {
  background: #fff;
  padding: 2rem;
  font-family: sans-serif;
  border: 3px solid #dfc2a2;
  border-radius: 7px;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.services-section:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.services-section .services-title {
  font-size: 2.5rem;
  text-align: center;
}
.services-section .divider {
  width: 100%;
  border: none;
  height: 12px;
  margin: 0 0 2rem;
  background-image: linear-gradient(45deg, transparent 50%, #c49a6c 50%), linear-gradient(-45deg, transparent 50%, #c49a6c 50%);
  background-size: 12px 12px;
  background-position: 0 100%;
  background-repeat: repeat-x;
}
.services-section .services {
  margin-bottom: 2rem;
}
.services-section .services .service {
  margin: 0 0 0.5rem;
}
.services-section .services .service .service-name {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.services-section .services .service ul {
  padding: 0;
  margin: 0;
}
.services-section .services .service ul li {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  margin-left: 1.5rem;
}
.services-section .btn {
  display: inline-block;
  background: #c49a6c;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.3s;
  margin-top: auto;
  align-self: center;
}
.services-section .btn:hover {
  background: #a87f54;
}

#appointment-section {
  background: #f4eee7;
  border-top: 6px solid #c49a6c;
  padding: 4rem 1rem 8rem;
  text-align: center;
  font-family: sans-serif;
}
#appointment-section .homepage-section-header {
  color: #3b2a23;
  margin-bottom: 1rem;
}
#appointment-section .appointment-text {
  max-width: 650px;
  margin: 0 auto 2rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #4a3a33;
}
#appointment-section .calendly-inline-widget {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
}

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