@font-face {
  font-family: 'German';
  src: url(http://planksbeergarden.com/fonts/Germania.ttf); }

@font-face {
  font-family: Norwester;
  src: url("../fonts/Norwester.otf") format("opentype"); }

.bg-gray {
  background-color: #ADADAD; }

.bg-gray-dark {
  background-color: #858585; }

.bg-gray-light {
  background-color: #D6D6D6; }

.text-gray {
  color: #ADADAD; }

.text-gray-dark {
  color: #858585; }

.text-gray-light {
  color: #D6D6D6; }

.text-gray-lighter {
  color: #465C66; }

.center-content {
  justify-content: center; }

.cursor-pointer {
  cursor: pointer; }

.text-green {
  color: #139a43; }

.bg-offwhite {
  background-color: #FFFCFA; }

.pagination li {
  display: inline-block;
  float: left;
  font-size: 1.1rem;
  color: #2196f3;
  border: 1px solid #ddd; }
  .pagination li:nth-child(1n + 2) {
    border-left: none; }

.pagination a {
  text-decoration: none; }
  .pagination a:hover {
    background-color: #ededed; }

.pagination span {
  cursor: not-allowed; }

.pagination a, .pagination span {
  display: block;
  padding: 3px 12px; }

.pagination .active {
  background-color: #2196f3;
  color: #fff;
  border-color: #2196f3; }

.btn-hidden {
  background: none;
  padding: 0;
  border: none; }

.btn-green {
  background-color: #139a43;
  color: #fff;
  transition: background-color 200ms ease; }
  .btn-green:hover, .btn-green:focus {
    background-color: #108339; }

.menuItem {
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: calc(1.25 * 1em) calc(0.75 * 1em); }
  .menuItem__heading {
    color: #006D77;
    margin-bottom: calc(0.25 * 1em);
    font-weight: bold; }
  .menuItem__description {
    font-size: 0.875rem;
    margin-bottom: calc(0.25 * 1em); }
  .menuItem__price {
    color: #006D77;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 0.875rem; }

#admin-wrapper {
  height: 100%;
  width: 100%;
  position: relative; }

#admin-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  height: 100%;
  width: 230px;
  background-color: #ADADAD; }
  @media (max-width: 500px) {
    #admin-sidebar {
      display: none;
      width: 0; } }
  #admin-sidebar #admin-sidebar-content {
    color: #fff;
    padding-top: 15px; }
  #admin-sidebar #admin-user-info {
    padding: 0 0 15px 10px; }
    #admin-sidebar #admin-user-info .circle {
      display: inline-block;
      position: relative;
      border-radius: 50%;
      background-color: #00B371;
      width: 1.75em;
      height: 1.75em;
      line-height: 1.65em;
      text-align: center;
      font-size: 1.75em;
      color: #fff; }
    #admin-sidebar #admin-user-info .username {
      color: #fff;
      position: absolute;
      display: inline-block;
      font-size: 1.25em;
      padding-left: 10px; }
      #admin-sidebar #admin-user-info .username b {
        display: block;
        padding: 0;
        margin-bottom: -10px; }
  #admin-sidebar .sidebar-links {
    position: relative;
    display: block;
    width: 100%; }
    #admin-sidebar .sidebar-links .sidebar-item {
      padding: 12px 0 12px 10px;
      font-size: 1em; }
    #admin-sidebar .sidebar-links .sidebar-link {
      color: #fff;
      font-weight: 600; }
      #admin-sidebar .sidebar-links .sidebar-link:hover {
        color: #999999;
        text-decoration: none; }

#admin-content {
  position: relative;
  margin-left: 230px;
  margin-top: -1px;
  height: 100%;
  min-height: 100vh;
  background-color: #EBF0F5; }
  @media (max-width: 500px) {
    #admin-content {
      margin-left: 0; } }

body {
  background-color: #FFFCFA; }

.footer {
  font-family: Raleway, sans-serif; }

.home {
  background: #FFFCFA;
  font-family: "Raleway", sans-serif; }
  .home .--section {
    margin-bottom: calc(8.5 * 1em); }
  .home .--container {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 calc(0.75 * 1em); }
  .home__banner {
    background: linear-gradient(103.39deg, #76CC98 -1.83%, rgba(255, 255, 255, 0) 54.97%), #00A676;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center; }
  .home__logo {
    font-family: Norwester;
    text-align: center;
    line-height: 85%;
    font-size: 5rem;
    margin: 1rem 0 0 0;
    color: #333333; }
  .home__logoCircle {
    background: #F5F5F5;
    border-radius: 50%;
    border: 2px solid #FFFCFA;
    height: 18rem;
    width: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .home__subtitle {
    font-family: Norwester;
    color: #006D77; }
  .home__info {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 630px) {
      .home__info {
        flex-direction: row;
        justify-content: space-between; } }
  .home__infoSection {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 125%; }
    @media screen and (max-width: 630px) {
      .home__infoSection {
        margin-bottom: calc(2 * 1em); } }
    .home__infoSection > * {
      color: #333333; }
    .home__infoSection strong {
      opacity: 0.8; }
  .home__icon {
    background: #F5F5F5;
    border-radius: 50%;
    border: 2px solid #FFFCFA;
    height: 5.5rem;
    width: 5.5rem;
    font-family: Norwester;
    color: #006D77;
    font-size: 2.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin: 0 auto calc(0.25 * 1em) auto; }
  .home__imageButtons {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(3.25 * 1em); }
  .home__image {
    max-width: 400px;
    position: relative;
    opacity: 0.5;
    transition: all 0.35s ease-out; }
    @media screen and (min-width: 576px) {
      .home__image {
        max-width: 250px; } }
    @media screen and (min-width: 768px) {
      .home__image {
        max-width: 300px; } }
    .home__image:hover {
      transform: scale(1.01);
      opacity: 1;
      box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.2); }
    .home__image.--active {
      opacity: 1; }
  .home__imageButton {
    position: absolute;
    bottom: calc(0.25 * 1em);
    left: calc(0.25 * 1em);
    font-family: Norwester;
    background: #F5F5F5;
    border-radius: 50%;
    border: 2px solid #FFFCFA;
    white-space: nowrap;
    height: 4rem;
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.875rem;
    color: #006D77; }
  .home__menuCategory {
    margin-bottom: calc(3.25 * 1em); }
  .home__menuCategoryDescription {
    color: #333333; }
  .home__menuHeading {
    font-family: Norwester;
    color: #333333;
    opacity: 0.8;
    cursor: pointer;
    display: inline-block;
    position: relative; }
    .home__menuHeading i {
      font-size: 0.7em;
      position: absolute;
      top: 50%;
      transform: translate(100%, -50%);
      opacity: 1; }
  .home__menuItems {
    display: grid;
    grid-column-gap: calc(1.25 * 1em);
    grid-row-gap: calc(1.25 * 1em); }
    @media screen and (min-width: 576px) {
      .home__menuItems {
        grid-template-columns: 1fr 1fr; } }
  .home__contact {
    background: #006D77;
    padding: calc(5.25 * 1em) 0; }
  .home__contactContent {
    display: grid;
    color: #FFFCFA; }
    @media screen and (min-width: 630px) {
      .home__contactContent {
        grid-template-columns: 1fr 2fr;
        grid-column-gap: calc(0.75 * 1em); } }
  .home__contactHeading {
    color: #FFFCFA;
    font-family: Norwester;
    line-height: 1;
    font-size: 2.125rem;
    display: none; }
    .home__contactHeading.--mobile {
      display: block; }
    @media screen and (min-width: 630px) {
      .home__contactHeading {
        height: 210px;
        width: 210px;
        border-radius: 50%;
        border: 3px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center; }
        .home__contactHeading.--mobile {
          display: none; } }
    @media screen and (max-width: 650px) {
      .home__contactHeading .--hiddenMobile {
        display: none; }
        .home__contactHeading .--hiddenMobile:after {
          content: " ";
          display: inline-block; } }
  .home__contactForm {
    color: #FFFCFA;
    line-height: 1.2;
    display: grid;
    grid-row-gap: calc(0.75 * 1em); }
    @media screen and (min-width: 550px) {
      .home__contactForm {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: calc(0.75 * 1em); } }
    .home__contactForm input, .home__contactForm textarea {
      font-size: 14px; }
  .home__formGroup {
    display: grid;
    grid-row-gap: calc(0.75 * 1em); }
    .home__formGroup.--description {
      grid-template-rows: 1fr auto; }
  .home__contactSubmit {
    border-color: #d46439;
    background-color: #d46439; }
    .home__contactSubmit:hover, .home__contactSubmit:focus {
      background-color: #d9744e;
      border-color: #d9744e; }
  .home__about {
    font-size: 0.875rem; }
    @media screen and (max-width: 779px) {
      .home__about.--container {
        max-width: 400px; } }
    @media screen and (min-width: 780px) {
      .home__about {
        display: grid;
        grid-template-columns: 300px auto;
        grid-column-gap: calc(2 * 1em); } }
    .home__about p {
      margin-bottom: calc(0.75 * 1em); }

@media screen and (max-width: 576px) {
  .--hiddenMobile {
    display: none; } }

.expand-enter-active,
.expand-leave-active {
  transition: height 0.1s ease-out;
  overflow: hidden; }

.expand-enter,
.expand-leave-to {
  height: 0; }