body {
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  flex-direction: column;
  min-height: 1px; }
  body.pushable {
    background: #fff !important; }

a {
  color: #ef3d59; }
  a:hover {
    color: #e17a47 !important; }

b,
strong {
  font-weight: 700; }

.muted {
  color: #344e5c; }

.caveat {
  font-family: 'Caveat'; }

.oswald {
  font-family: 'Oswald'; }

.text-center {
  text-align: center; }

.img-fluid {
  display: inline-block;
  max-width: 100%; }

.superbold {
  font-weight: 900; }

.responsive-table {
  max-width: 100%;
  overflow: auto; }

.ui.header,
.card .header,
.ui.label,
.card .date {
  font-family: "Oswald" !important; }

.pushable .pusher {
  overflow: visible !important; }
.pushable .pusher.dimmed {
  overflow: hidden !important; }

.pusher {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 1px; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.icon.white {
  color: #fff !important; }

.icon.yellow {
  color: #efc958 !important; }

/* margins */
.mt-0 {
  margin-top: 0 !important; }

.mt-2 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 2rem !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-2 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

.px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.ui.folkclub.button {
  background: #ef3d59;
  color: #fff;
  font-family: 'Oswald';
  font-weight: bold;
  text-transform: uppercase; }
  .ui.folkclub.button:hover {
    background: #e61334;
    color: #fff; }

.ui.folkclub.secondary.button {
  background: #00a552;
  color: #fff;
  font-family: 'Oswald';
  font-weight: bold;
  text-transform: uppercase; }
  .ui.folkclub.secondary.button:hover {
    background: #007239;
    color: #fff !important; }

.flex-centered-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.pagination {
  display: flex;
  flex-direction: row;
  font-family: "Oswald";
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 2rem;
  padding-left: 0; }
  .pagination > li {
    background: #efc958;
    padding: .5rem 1rem;
    margin: 0 .2rem; }
    .pagination > li a {
      color: #000; }
    .pagination > li.disabled {
      background: #e1e1e1; }
    .pagination > li.active {
      background: #e17a47;
      color: #fff !important;
      font-weight: bold; }
      .pagination > li.active a {
        color: #fff !important; }

.ui.message li {
  align-items: center;
  display: flex;
  flex-direction: row; }
  .ui.message li > .icon {
    margin-right: 1.5rem; }

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .ui.four.sm-desktop-doubling.cards > .card {
    width: calc(50% - 2em);
    margin-left: 1em;
    margin-right: 1em; } }

.main-navbar {
  background: rgba(0, 0, 0, 0.8) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 transparent !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  font-family: "Oswald", sans-serif;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  .main-navbar .item::before {
    background: none !important; }
  .main-navbar .item-user {
    color: #00a552 !important;
    font-family: 'Oswald';
    font-size: 1.3rem !important; }
    .main-navbar .item-user .menu {
      font-size: 1.1rem !important; }

.main-menu {
  background: #344e5c !important;
  font-family: "Oswald" !important; }
  .main-menu ul {
    list-style-type: none;
    padding-left: 0; }
  .main-menu li {
    background: #3b5969;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.4rem;
    padding: 1rem 1.5rem; }
    .main-menu li:hover {
      background: #344e5c; }
    .main-menu li a {
      color: #fff; }

.swiper-container {
  min-height: 100%;
  width: 100%; }
  .swiper-container .swiper-slide {
    display: flex;
    justify-content: flex-end; }
  .swiper-container .swiper-wrapper {
    height: 100vh; }
  .swiper-container .about {
    color: #fff;
    left: 50%;
    margin-left: -180px;
    margin-top: -56px;
    padding: 0px 30px;
    position: absolute;
    top: 50%;
    width: 320px;
    z-index: 1000; }
    .swiper-container .about img {
      width: 300px; }
    .swiper-container .about .about-text {
      display: none; }
  .swiper-container .scroll-down {
    bottom: 2rem;
    position: absolute;
    right: 2rem;
    z-index: 1000; }
    .swiper-container .scroll-down .icon {
      color: #fff; }

.swiper-pagination-bullet {
  background: #666;
  height: 20px;
  opacity: 1;
  width: 20px; }
  .swiper-pagination-bullet:focus {
    border: 0;
    outline: none; }

@media screen and (min-width: 768px) {
  .swiper-container {
    height: 360px; } }
@media screen and (min-width: 992px) {
  .swiper-container .about {
    background: rgba(0, 0, 0, 0.6);
    margin-left: 0;
    left: 40px;
    top: 30%;
    width: 440px; }
    .swiper-container .about img {
      float: left;
      shape-outside: polygon(100% 0px, 100% 65%, 50% 61%, 28% 67%, 0 80%);
      width: 380px; }
    .swiper-container .about .about-text {
      display: block;
      font-size: 1.4rem;
      font-weight: bold;
      text-align: right; } }
@media screen and (min-width: 1200px) {
  .swiper-container {
    height: 480px; } }
.news-swiper .swiper-slide {
  background-position: center; }

.jumbotron {
  display: flex;
  flex-direction: column-reverse; }
  .jumbotron h1 {
    color: #fff;
    font-family: 'Oswald';
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center; }

.show-swiper {
  height: 50% !important;
  min-height: 500px !important; }

.main-footer {
  background: #344e5c;
  color: #fff;
  margin-top: 2rem;
  padding: 2rem 0; }
  .main-footer > div {
    background: #344e5c; }
  .main-footer .footer-title {
    color: #efc958;
    font-size: 1.6rem;
    margin-bottom: 1rem; }
  .main-footer a {
    color: #4ab19d; }
  .main-footer .column-social .footer-title {
    color: #e1e1e1;
    font-family: Caveat;
    font-size: 2.4rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px #2a2104; }
    @media screen and (min-width: 1200px) {
      .main-footer .column-social .footer-title {
        text-align: center; } }
  .main-footer .column-social .facebook-icon-container a {
    color: #e1e1e1; }
  @media screen and (min-width: 1200px) {
    .main-footer .column-social .facebook-icon-container {
      text-align: center; } }

.apps .column {
  padding-top: 0 !important; }

@media screen and (min-width: 768px) {
  .apps .column:first-child {
    border-right: 1px solid #e1e1e1; } }

.swiper-container-horizontal > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0, -50%, 0);
  bottom: auto;
  left: auto;
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: auto; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 8px 0; }

.share {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1.5rem 0; }

.show-description .img-fluid {
  max-width: 100%;
  width: 300px; }
.show-description .img-right {
  clear: both;
  float: right;
  margin: 1rem 0 1rem 1rem; }
.show-description .img-left {
  clear: both;
  float: left;
  margin: 1rem 1rem 1rem 0; }

.responsive.cards {
  justify-content: center !important; }
  .responsive.cards .card {
    max-width: 100%;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .responsive.cards .card {
        max-width: 290px;
        width: 290px; } }

.volunteer-dashboard {
  display: flex;
  flex-direction: column; }
  .volunteer-dashboard > div {
    display: flex;
    flex: 1;
    flex-direction: column; }
  .volunteer-dashboard .dashboard {
    flex: 1; }
  .volunteer-dashboard .ui.modal {
    flex-direction: column; }

.news-featured {
  background: #e1e1e1;
  padding: 2rem; }
  .news-featured .news-featured-container {
    height: 70px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .news-featured .news-featured-container {
        height: 50px; } }
    .news-featured .news-featured-container .news-featured-item {
      background: #e1e1e1;
      visibility: hidden;
      height: 70px;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: opacity 0.5s linear;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .news-featured .news-featured-container .news-featured-item {
          height: 50px; } }
      .news-featured .news-featured-container .news-featured-item.active {
        visibility: visible;
        opacity: 1; }
  .news-featured .news-featured-paginator ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
    padding-left: 0; }
    .news-featured .news-featured-paginator ul li {
      background-color: #fff;
      cursor: pointer;
      height: 6px;
      margin: 0 5px;
      width: 36px; }
      .news-featured .news-featured-paginator ul li.active {
        background-color: #e17a47; }

.banner-bar {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .banner-bar a {
    margin: 0 1rem; }

.galleries-featured {
  background: #99c6a7;
  flex-shrink: 0;
  padding: 4rem 2rem;
  text-align: center; }
  .galleries-featured h1 {
    font-family: 'Oswald'; }
  .galleries-featured .caveat {
    font-size: 2rem; }
    @media screen and (min-width: 768px) {
      .galleries-featured .caveat {
        font-size: 2.4rem; } }
  @media screen and (min-width: 768px) {
    .galleries-featured .tablet-centered {
      display: flex !important;
      flex-direction: column;
      justify-content: center; } }
  .galleries-featured .polaroid {
    background: #fff;
    padding: 20px 20px 50px;
    position: relative;
    -ms-transform: rotate(-5deg);
    /* IE 9 */
    -webkit-transform: rotate(-5deg);
    /* Safari */
    transform: rotate(-5deg);
    /* Standard syntax */ }
    .galleries-featured .polaroid::before {
      background: radial-gradient(#666, #000);
      border-radius: 50%;
      content: '';
      height: 20px;
      left: 50%;
      margin-left: -10px;
      position: absolute;
      top: -10px;
      width: 20px; }
    .galleries-featured .polaroid .image {
      position: relative; }
    .galleries-featured .polaroid img {
      cursor: pointer;
      left: 0;
      max-width: 100%;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: opacity .2s linear;
      z-index: -1; }
      .galleries-featured .polaroid img.active {
        opacity: 1;
        position: static;
        visibility: visible;
        z-index: 10; }
    .galleries-featured .polaroid .caption {
      font-family: 'Oswald';
      font-size: 1.5rem;
      margin-top: 40px; }

.e404 {
  background: url("/static/core/img/404bg.d3247d9d72a4.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 80px; }

body.e404 .main-footer {
  margin-top: 0; }

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