body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Franklin', sans-serif; }

header {
  display: block;
  border-bottom: 4px solid #55a915;
  background-color: #8ad02f;
  background: linear-gradient(to bottom, #c8ff80, #8ad02f); }
  header .head-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0.5em;
    max-width: 62.5rem;
    margin: 0 auto; }
  header .logo-area {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
    header .logo-area .container {
      display: block;
      max-height: 125px; }
      header .logo-area .container img {
        max-height: 125px; }
    header .logo-area .name {
      display: block; }
      header .logo-area .name span {
        display: block; }
      header .logo-area .name .name-large {
        font-weight: bold;
        font-size: 1.75em; }
        header .logo-area .name .name-large a {
          color: inherit; }
  header .header-info {
    flex-grow: 1;
    text-align: right;
    font-size: 0.85em; }
    header .header-info p {
      margin: 0; }
      header .header-info p:first-of-type {
        margin-bottom: 0.5em; }
  header .non-responsive-menu {
    list-style: none;
    text-align: center;
    margin: auto;
    flex-grow: 1;
    display: block;
    flex-basis: 100%;
    margin: 1em auto 0.25em; }
    header .non-responsive-menu ul {
      margin: 0; }
    header .non-responsive-menu li {
      display: inline-block;
      margin: 0 0 0 0.5em;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      text-transform: uppercase;
      padding-left: 0.5em; }
      header .non-responsive-menu li:nth-child(n+2) {
        border-image: linear-gradient(to bottom, rgba(85, 169, 21, 0) 0%, rgba(85, 169, 21, 0.7) 20%, #55a915 50%, rgba(85, 169, 21, 0.7) 80%, rgba(85, 169, 21, 0) 100%) 0 0 0 100%/0 0 0 1px stretch;
        border-style: solid; }
      header .non-responsive-menu li a {
        color: #1C5253;
        transition: 0.15s ease-in-out; }
        header .non-responsive-menu li a:hover {
          color: #0d2626; }
  header nav {
    display: none;
    top: 0;
    right: 0;
    min-width: 250px; }
    header nav a {
      color: #000;
      text-decoration: none;
      width: 100%;
      height: 100%;
      display: inline-block; }
      header nav a:hover {
        color: #000; }
    header nav ul {
      max-height: 400px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding-left: 0;
      opacity: 0;
      width: 100%; }
      header nav ul .has_children ul.sub-nav-visible {
        display: block; }
      header nav ul span {
        cursor: pointer; }
    header nav.nav-visible {
      display: block;
      z-index: 10;
      position: absolute; }
      header nav.nav-visible ul {
        opacity: 1; }
      header nav.nav-visible > ul {
        position: absolute;
        top: 75px;
        right: 0;
        text-align: center;
        width: 40%;
        min-width: 200px;
        display: block;
        border-color: #55a915; }
    header nav li {
      margin: 0;
      padding: 10px;
      display: block;
      width: 100%;
      background: #FFF; }
      header nav li:hover {
        background-color: #F2F2F2; }
      header nav li ul {
        margin: 0.75em 0 0.25em;
        height: auto;
        display: none; }
        header nav li ul li:first-child {
          font-weight: bold; }
    header nav > ul {
      border: 2px solid gray;
      border-radius: 4px; }
      header nav > ul > li {
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }
        header nav > ul > li:nth-child(n+2) {
          border-top: 1px dashed gray; }
        header nav > ul > li > a,
        header nav > ul > li > span {
          font-weight: bold; }
  header #responsive-burger {
    width: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer; }
    header #responsive-burger img {
      height: 35px;
      margin: 0 auto;
      display: block; }
    header #responsive-burger span {
      text-align: center;
      display: block;
      margin: 0.25em auto 0;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.75em;
      letter-spacing: 1px; }

.hero-img {
  -webkit-background-size: cover;
  background-size: cover;
  height: 300px;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  align-items: center;
  -ms-flex-align: center; }
  .hero-img.hero-top {
    border-bottom: 4px solid #55a915; }
  .hero-img.hero-content {
    height: 150px;
    position: relative;
    -webkit-box-shadow: inset 0px 0px 20px 3px #4a4a4a;
    -moz-box-shadow: inset 0px 0px 20px 3px #4a4a4a;
    box-shadow: inset 0px 0px 20px 3px #4a4a4a; }
    .hero-img.hero-content::before {
      content: " ";
      z-index: 10;
      display: block;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.35);
      transition: 0.2s ease; }
    .hero-img.hero-content:hover::before {
      background: rgba(0, 0, 0, 0.5); }

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.hero-text {
  color: white;
  text-align: center;
  margin: auto;
  max-width: 80%;
  text-align: center;
  padding: 0.25em;
  font-weight: bold; }
  .hero-text.hero-content-text {
    z-index: 20; }
  .hero-text.hero-top-text {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }

.icon {
  height: 1em;
  vertical-align: text-bottom; }

.main-content img {
  padding: 0.5em; }
.main-content .align_left {
  float: left; }
.main-content .align_right {
  float: right; }
.main-content .align_center {
  display: block;
  margin: 0 auto; }
.main-content .grabber-text {
  text-align: center;
  background: #F6F4D2;
  color: #383838;
  padding: 3em 0; }
  .main-content .grabber-text .grabber-text-content {
    max-width: 62.5em;
    margin: 0 auto; }
    .main-content .grabber-text .grabber-text-content p {
      font-size: 1.25em;
      line-height: 1.5em;
      margin: 0 1em; }
.main-content .row {
  margin: 2em auto; }
.main-content .call-to-action {
  font-weight: bold;
  margin-top: 1em; }
  .main-content .call-to-action a {
    color: #0a0a0a; }
    .main-content .call-to-action a:hover {
      text-decoration: underline; }
  .main-content .call-to-action:after {
    background: url(../img/site/right-arrow.png) no-repeat;
    content: "";
    height: 1.1em;
    width: 0.5em;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 0.1em; }
.main-content .updates .sorry {
  margin: 1em;
  font-style: italic; }
.main-content .updates .update {
  margin: 1em 0;
  text-align: left; }
  .main-content .updates .update .news-headline {
    font-size: 1.5em;
    margin-bottom: 0; }
  .main-content .updates .update .news-date {
    margin: 0.25em 0 0.5em;
    font-size: 0.75em; }
.main-content .news-date span {
  font-weight: bold; }
.main-content .panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin: 1em 0.2em;
  padding: 1.11111rem;
  background: #f2f2f2;
  color: #333333;
  text-align: center;
  float: none !important; }
  .main-content .panel h2 {
    font-size: 1.75em; }
.main-content .celtic-braid {
  display: block;
  margin: 1em auto; }
.main-content .globe {
  max-height: 100px;
  display: block;
  margin: 1em auto; }
.main-content .bio-photos {
  float: left !important;
  padding: 0; }
.main-content .bio-text {
  float: right !important; }
.main-content .accordion .accordion-item:nth-child(2n) {
  background: #eeffd8; }
.main-content .accordion .accordion-item .accordion-title {
  font-size: 1.2rem; }

footer {
  background-color: #8ad02f;
  background: linear-gradient(to bottom, #8ad02f, #c8ff80);
  padding: 1.5em 0;
  text-align: center;
  border-top: 4px solid #55a915; }
  footer .columns {
    margin-top: 1em;
    margin-bottom: 1em; }
  footer .logo {
    max-height: 100px;
    margin-bottom: 0.75em; }
  footer .social-logo {
    height: 2em;
    margin: 0.5em 1em; }
  footer .name {
    line-height: 1em; }
  footer .address p {
    font-size: 0.9em;
    line-height: 1.2em; }
  footer ul {
    margin-left: 0; }
  footer li {
    list-style: none; }
  footer a {
    color: #0a0a0a; }
  footer a:hover,
  footer a:focus {
    color: #258faf; }
  footer h3 {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase; }
  footer .copyright {
    font-size: 0.75em;
    margin: 1em 0 0; }
    footer .copyright p {
      margin-bottom: 0; }

@media screen and (min-width: 40em) {
  header .header-content {
    flex-wrap: wrap; }
  header #responsive-burger {
    display: none; }

  .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .flex > div {
      flex: 1; }

  footer .name {
    margin-top: 2.5em;
    font-weight: bold; }
  footer .row .columns {
    margin: 1em auto; }
    footer .row .columns:nth-child(n+2):nth-child(-n+4) {
      border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(211, 211, 211, 0.7) 20%, lightgray 50%, rgba(211, 211, 211, 0.7) 80%, rgba(211, 211, 211, 0) 100%) 0 0 0 100%/0 0 0 1px stretch;
      border-style: solid; } }
@media screen and (max-width: 40em) {
  header .head-container {
    flex-wrap: nowrap; }
  header .logo-area {
    flex-grow: 1;
    margin-right: 2em; }
  header .non-responsive-menu,
  header .header-info {
    display: none; }

  .main-content .food-menu .menu-section .menu-items {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }

  .main-content .updates .update .news-headline {
    font-size: 1.25em; }

  .hero-img {
    height: 200px; }

  footer .fb-logo {
    float: none;
    margin-right: 0.5em; } }
@media screen and (max-width: 450px) {
  header nav.nav-visible > ul {
    top: 100px; } }
@media screen and (min-width: 75em) {
  .hero-img {
    height: 400px; } }

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