@font-face {
  font-family: "GT-Eesti-Pro-Display-Regular";
  src: url("fonts/gt-eesti-pro-display-regular.woff") format("woff");
  src: url("fonts/gt-eesti-pro-display-regular.ttf") format("truetype"); }

html {
  font-size: 20px; }

body {
  font-family: "GT-Eesti-Pro-Display-Regular", "Tahoma", sans-serif;
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #121921;
  font-weight: bold;
  margin-top: 0; }

h1 {
  font-size: 3.75rem; }
  @media (max-width: 767px) {
    h1 {
      font-size: 3.2rem; } }

h2 {
  font-size: 2.5rem; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 2rem; }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: 1.75rem; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 1.5rem; }
  @media (max-width: 767px) {
    h5 {
      font-size: 1.25rem; } }

h6 {
  font-size: 1.25rem; }
  @media (max-width: 767px) {
    h6 {
      font-size: 1.1rem; } }

p, li, a {
  font-size: 1.2rem; }
  @media (max-width: 767px) {
    p, li, a {
      font-size: 1rem; } }

a {
  color: #104b91; }

p {
  margin-bottom: 1.5rem; }
  @media (max-width: 767px) {
    p {
      margin-bottom: 1rem; } }

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

address {
  margin-bottom: 0; }
  address p {
    margin-bottom: 0; }

#header {
  position: relative; }
  #header .header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: .5rem 0; }
    @media (max-width: 991px) {
      #header .header-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    #header .header-nav .logo {
      -webkit-box-shadow: 0 12px 30px 0 rgba(31, 31, 92, 0.12);
      box-shadow: 0 12px 30px 0 rgba(31, 31, 92, 0.12);
      background-color: #fff;
      margin-top: -2rem;
      position: relative;
      top: 2rem;
      z-index: 10; }
      #header .header-nav .logo a {
        padding: 0 !important; }
      #header .header-nav .logo img {
        max-width: 150px; }
        @media (max-width: 767px) {
          #header .header-nav .logo img {
            max-width: 100px; } }
    #header .header-nav #hamburger {
      position: relative;
      z-index: 10; }
      @media (min-width: 992px) {
        #header .header-nav #hamburger {
          display: none; } }
      #header .header-nav #hamburger.active button svg {
        fill: #fff; }
      #header .header-nav #hamburger button {
        background: none;
        border: none;
        margin-right: -.5rem;
        padding: .5rem; }
        #header .header-nav #hamburger button svg {
          height: 2rem;
          -webkit-transition: fill .2s ease-in-out;
          -o-transition: fill .2s ease-in-out;
          transition: fill .2s ease-in-out;
          width: 2rem; }
    #header .header-nav .navbar {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      padding: 0; }
      @media (max-width: 991px) {
        #header .header-nav .navbar {
          display: none;
          background-color: #121921;
          color: #fff;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding-top: 4rem;
          position: absolute;
          right: 0;
          text-align: right;
          top: 0;
          width: 100%;
          z-index: 5; }
          #header .header-nav .navbar ul {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%; }
            #header .header-nav .navbar ul li {
              width: 100%; }
              #header .header-nav .navbar ul li a {
                color: inherit;
                display: block; } }
      #header .header-nav .navbar ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0; }
        #header .header-nav .navbar ul a {
          font-size: 1rem;
          color: #121921;
          display: inline-block;
          padding: .25rem .5rem; }
          @media (max-width: 767px) {
            #header .header-nav .navbar ul a {
              font-size: .86rem; } }
          #header .header-nav .navbar ul a:focus, #header .header-nav .navbar ul a:hover {
            color: #104b91; }

button, .btn {
  font-size: 1.2rem;
  background-color: #121921;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  padding: .5rem 1rem;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease; }
  @media (max-width: 767px) {
    button, .btn {
      font-size: 1rem; } }
  button:focus, button:hover, .btn:focus, .btn:hover {
    background-color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }
  button.btn-blue, .btn.btn-blue {
    background-color: #104b91; }
    button.btn-blue:focus, button.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:hover {
      background-color: #0b3363; }

.wrapper {
  margin: 0 auto;
  max-width: 1440px; }

.social-icons p {
  margin: 0; }

.social-icons .social-icon {
  color: #fff;
  font-size: 2rem;
  margin: 0 .5rem; }
  @media (max-width: 767px) {
    .social-icons .social-icon {
      font-size: 1.5rem; } }
  .social-icons .social-icon:focus, .social-icons .social-icon:hover {
    color: #104b91; }

.carousel {
  padding-bottom: 1.5rem; }

section {
  margin: 0 auto;
  max-width: 1940px;
  padding: 2rem 0; }
  section .section-title {
    color: #104b91;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase; }

#hero {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(16, 75, 145, 0.75);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 55vh;
  position: relative;
  text-align: center; }
  #hero::after {
    background-color: rgba(18, 25, 33, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  #hero h1, #hero h4 {
    color: inherit; }
  #hero .wrapper {
    padding: 0 15px;
    position: relative;
    z-index: 1; }

#about img {
  -webkit-box-shadow: 0 12px 30px 0 rgba(31, 31, 92, 0.12);
  box-shadow: 0 12px 30px 0 rgba(31, 31, 92, 0.12);
  border: 0.25rem solid #121921;
  display: block;
  margin: 0 auto;
  outline: 0.25rem solid #fff;
  outline-offset: -1rem; }
  @media (min-width: 576px) {
    #about img {
      border: none;
      border-radius: 50%;
      float: left;
      margin-right: 1rem;
      max-width: 250px;
      outline: none; } }

#about ._copy p:first-of-type:first-letter {
  float: left;
  font-size: 6rem;
  font-weight: bold;
  line-height: .75;
  margin: .5rem .5rem 0 0; }
  @media (max-width: 767px) {
    #about ._copy p:first-of-type:first-letter {
      font-size: 4rem; } }

#about .section-title {
  display: none; }

#menu {
  background-color: #f5f7f8; }
  #menu .menu-filter .menu-filter__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-left: 0; }
    #menu .menu-filter .menu-filter__categories .menu-filter__category {
      margin: .25rem; }
      #menu .menu-filter .menu-filter__categories .menu-filter__category.selected button {
        background-color: #121921;
        color: #fff; }
      #menu .menu-filter .menu-filter__categories .menu-filter__category button {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        color: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #menu .menu-filter .menu-filter__categories .menu-filter__category button svg {
          fill: currentColor;
          height: 2.5rem;
          margin-right: .25rem;
          width: 2.5rem; }
        #menu .menu-filter .menu-filter__categories .menu-filter__category button span {
          display: block; }
  #menu .menu-categories {
    max-width: 650px; }
    #menu .menu-categories .menu-category {
      display: none;
      border: 3px solid #121921;
      margin: 1.5rem 0 0 .5rem;
      padding: 1rem; }
      #menu .menu-categories .menu-category .menu-category__title {
        display: none;
        font-weight: bold;
        margin-bottom: 1rem;
        text-align: center; }
      #menu .menu-categories .menu-category .menu-category__info {
        font-style: italic;
        text-align: center; }
      #menu .menu-categories .menu-category .menu-items .menu-item {
        padding: .5rem; }
        #menu .menu-categories .menu-category .menu-items .menu-item + .menu-item {
          margin-top: 1rem; }
        #menu .menu-categories .menu-category .menu-items .menu-item .menu-item__title {
          font-size: 1.5rem;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: #121921;
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          margin: 0 0 .5rem -2.25rem;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding-left: 3rem;
          position: relative; }
          @media (max-width: 767px) {
            #menu .menu-categories .menu-category .menu-items .menu-item .menu-item__title {
              font-size: 1.2rem; } }
          #menu .menu-categories .menu-category .menu-items .menu-item .menu-item__title::before {
            content: "";
            left: 0;
            position: absolute;
            border-color: #121921 transparent transparent transparent;
            border-style: solid;
            border-width: .5rem 0 0 .75rem;
            top: 100%; }
          #menu .menu-categories .menu-category .menu-items .menu-item .menu-item__title .menu-item__price {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #104b91;
            border-radius: 50%;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 1rem;
            height: 3rem;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            min-width: 3rem;
            padding: .25rem;
            -webkit-transform: translate(25%, -25%);
            -ms-transform: translate(25%, -25%);
            transform: translate(25%, -25%);
            width: 3rem; }
        #menu .menu-categories .menu-category .menu-items .menu-item .menu-item__description {
          margin-left: 1rem; }
          #menu .menu-categories .menu-category .menu-items .menu-item .menu-item__description p {
            font-size: 1rem;
            margin-bottom: .5rem; }
            @media (max-width: 767px) {
              #menu .menu-categories .menu-category .menu-items .menu-item .menu-item__description p {
                font-size: .86rem; } }
            #menu .menu-categories .menu-category .menu-items .menu-item .menu-item__description p::before {
              content: "\f00c";
              display: inline-block;
              font-family: "FontAwesome";
              font-weight: normal;
              margin-right: .25rem; }
            #menu .menu-categories .menu-category .menu-items .menu-item .menu-item__description p:last-of-type {
              margin-bottom: 0; }

#gallery {
  background-color: #f5f7f8; }
  #gallery .carousel .carousel-cell {
    margin: .25rem;
    width: 33%; }
    @media (max-width: 767px) {
      #gallery .carousel .carousel-cell {
        width: 60%; } }
    @media (max-width: 575px) {
      #gallery .carousel .carousel-cell {
        width: 80%; } }
    #gallery .carousel .carousel-cell .gallery-image {
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      border: 4px solid #121921;
      margin: .25rem;
      padding-bottom: 100%; }

#events .carousel .carousel-cell {
  margin: .25rem;
  width: 33%; }
  @media (max-width: 767px) {
    #events .carousel .carousel-cell {
      width: 60%; } }
  @media (max-width: 575px) {
    #events .carousel .carousel-cell {
      width: 80%; } }
  #events .carousel .carousel-cell:first-child .event {
    background-color: #104b91;
    color: #fff; }
    #events .carousel .carousel-cell:first-child .event .event-title {
      color: inherit; }
    #events .carousel .carousel-cell:first-child .event::before {
      font-size: 1rem;
      content: "- UPCOMING -";
      display: block;
      margin-bottom: .5rem; }
      @media (max-width: 767px) {
        #events .carousel .carousel-cell:first-child .event::before {
          font-size: .86rem; } }

#events .event {
  background-color: #e6e6e6;
  padding: 1rem;
  text-align: center; }
  #events .event p {
    font-size: 1rem;
    margin-bottom: .5rem; }
    @media (max-width: 767px) {
      #events .event p {
        font-size: .86rem; } }
  #events .event .event-title {
    margin-bottom: .5rem; }
  #events .event address::before,
  #events .event .event-date::before {
    content: "\f041";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.5rem;
    font-weight: normal;
    margin-right: .5rem;
    text-align: center; }
  #events .event address {
    display: none; }
    #events .event address::before {
      content: "\f041"; }
  #events .event .event-date::after {
    clear: both;
    content: "";
    display: block; }
  #events .event .event-date::before {
    content: "\f133"; }

#team {
  background-color: #f5f7f8; }
  @media (max-width: 991px) {
    #team .testimonials {
      margin-bottom: 3rem; } }
  #team .testimonials .testimonial ._image img {
    -webkit-box-shadow: 0 12px 30px 0 rgba(31, 31, 92, 0.12);
    box-shadow: 0 12px 30px 0 rgba(31, 31, 92, 0.12);
    border-radius: 1rem;
    float: left;
    margin: 0 1rem 0 0; }
    @media (max-width: 575px) {
      #team .testimonials .testimonial ._image img {
        display: block;
        margin: 0 auto 1rem;
        float: none; } }
  #team .testimonials .testimonial ._copy ._name {
    color: #104b91;
    font-weight: bold;
    margin-bottom: .5rem; }

#locations {
  text-align: center; }
  #locations iframe {
    max-width: 100%; }

footer {
  background-color: #121921;
  color: #fff;
  padding: 2rem 0; }
  footer a {
    color: inherit;
    text-decoration: underline; }
  footer p {
    margin-bottom: 0; }
  footer ._title {
    color: inherit; }
  @media (max-width: 767px) {
    footer .footer-address {
      margin-top: 1.5rem;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  footer .footer-media {
    text-align: center; }
    @media (max-width: 767px) {
      footer .footer-media {
        margin-bottom: 1rem; } }
    footer .footer-media .logo {
      -webkit-box-shadow: 0 12px 30px 0 rgba(31, 31, 92, 0.12);
      box-shadow: 0 12px 30px 0 rgba(31, 31, 92, 0.12);
      background-color: #fff;
      display: inline-block;
      margin-bottom: -2.5rem;
      position: relative;
      top: -3.5rem; }
      footer .footer-media .logo img {
        max-width: 150px; }
        @media (max-width: 767px) {
          footer .footer-media .logo img {
            max-width: 115px; } }
  footer .copyright {
    font-size: 1rem;
    margin: 1rem 0 0; }
    @media (max-width: 767px) {
      footer .copyright {
        font-size: .86rem; } }
    @media (min-width: 768px) {
      footer .copyright {
        text-align: center; } }
    footer .copyright a {
      color: #fff;
      text-decoration: none; }
