@font-face {
  font-family: "SignPainter-Script";
  src: url("/SignPainter-HouseScript.otf"); }

.hero-body .bold-title {
  font-family: "SignPainter-Script";
  font-size: 4rem; }

.jb-page-title {
  font-family: "SignPainter-Script";
  font-size: 4rem; }

.subtitle:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url("mountain3.png");
  background-size: contain;
  opacity: 0.5; }

.subtitle {
  font-size: 1.2em;
  z-index: 2; }
  .subtitle > p {
    color: #6581A6 !important; }

#top {
  min-height: 10vh !important;
  width: 80%;
  margin: 0 auto; }

.is-current-page {
  color: #9FAECD !important; }

.fade-in.one {
  animation-delay: 0.5s; }

.fade-in.two {
  animation-delay: 0.7s; }

.fade-in.four {
  animation-delay: 1.0s; }

.right-post-image {
  width: 35%; }

.jb-post-image-right {
  float: right; }

.hr-top {
  background-color: #443D5A; }

.hr-bottom {
  background-color: #6581A6; }

a {
  color: #418E94; }

a:active {
  color: #418E94; }

a:hover {
  color: #433D5A; }

.navbar-item {
  color: #418E94; }

.navbar-item:hover {
  color: #433D5A; }

h4 {
  margin-bottom: 1em;
  border-bottom: solid 1px #9FAECD; }

.siteheader {
  width: 80%;
  margin: 1em auto;
  display: flex;
  justify-content: space-between; }

.site-title {
  align-items: center;
  display: flex;
  font-family: "SignPainter-Script";
  font-size: 2em !important; }
  .site-title > a {
    color: #FF6805; }

.navbar-item {
  padding: 0 0.5rem;
  height: 1em;
  margin-top: 1em;
  text-transform: none; }
  .navbar-item > a:hover {
    color: #433D5A !important; }

a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active {
  color: #433D5A !important; }

.navbar-item + .navbar-item {
  border-left: 2px solid #9FAECD; }

@media only screen and (max-width: 480px) {
  .hero-body {
    padding: 1rem 0.75rem; }
  .hero-body .bold-title {
    font-family: "SignPainter-Script";
    font-size: 2.5em; }
  .subtitle {
    font-size: 1em !important;
    font-weight: bold; }
  #top {
    min-height: 20vh !important;
    width: 100%; }
  .hr-top {
    margin: 0.25em 0; }
  .hr-bottom {
    margin: 0.25em 0; }
  .siteheader {
    flex-flow: wrap;
    justify-content: center; }
  .header-nav {
    width: 100%; } }

.footer-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url("pigeon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2; }

.footer-section {
  z-index: 2;
  position: relative;
  color: #418E94;
  font-weight: 800;
  margin-bottom: 1em; }
