@import url('https://fonts.googleapis.com/css?family=Bangers');

body {
    font-family: 'EB Garamond', serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    overflow-x:hidden;
}

h1,
h2,
.nav-link {
    font-family: 'Bangers', cursive;
    font-weight: normal;
}

h3,
h4,
h5,
h6 {
    font-family: 'Bangers', cursive;
}



.jfc-background .qcontent.container {
    background: rgba(0, 0, 0, 0.5);
}

.jfc-background .qcontent.container > h1 {
    color: #fff;
}

.jfc-background .qcontent {
    color: #fff;
}


.jfc-background .qcontent.container > .section-subtitle {
    color: #cecece;
}


.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #f15b4e;
    border-color: #f15b4e;
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0 !important;
}

.btn-menu.active.btn-primary:not(:disabled):not(.disabled).active, .btn-menu.active.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-menu.active.btn-primary.dropdown-toggle {
  color: #fff;
}


.logo_holder button {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
}


.logo_holder button:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  outline-color: rgba(255, 255, 255, 0);
  text-shadow: 1px 1px 2px #427388;
}

 .section-title.no-subtitle::after {
    content: "";
    display: block;
    width: 3rem;
    height: 1px;
    margin: 0 auto;
    margin-top: -.25rem;
    background-color: #ccc;
}

.qnav .navbar-brand {
    display: none;
}

.grid-blog .no-image h3 {
    color: #fff;
}


.section-subtitle {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -1.25rem;
}

.menu-section .btn-primary.active {
    background-color: #fff0 !important;
    box-shadow: none !important;
}

.category-section .no-image .res_wrap {
    border: 1px solid #ccc;
}


.logo_holder button {
  display: inline-block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  position: relative;
  margin: 10px;
  border-radius: 0;
}

.logo_holder button:hover {
    color: #fff;
    background: transparent;
}

.logo_holder button:before, .logo_holder button:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: inherit;
  transition: .3s;
}
.logo_holder button:before {
  left: -3px;
  top: -10px;
}
.logo_holder button:after {
  right: -3px;
  bottom: -10px;
}
.logo_holder button:hover:before, .logo_holder button:hover:after {
  width: 100%;
}

.qnav .collapse.show .nav-link, .qnav .collapsing .nav-link {
    border: none;
    color: #333;
}

.standard-section article, .contact-section article {
    z-index: 999;
}


@media (max-width: 991px) {
    .qnav {
        background-color: #fff;
        color: #333;
    }
}

@media (min-width: 768px) {
    #home {
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .qnav {
        background-color: transparent;
        box-shadow: none;
    }

    #top-menu .nav-link,
    .language-chooser {
        color: #fff;
        font-weight: normal;
    }

    .logo_holder h1 {
        font-size: 4em;
    }
    .qnav .menu-item {
        padding: 0 0.5rem;
    }

    .qnav.shrink {
        background-color: rgba(0, 0, 0, 0.84);
    }

    .qnav .nav-link {
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .default-background .qcontent.container {
        box-shadow: none;
    }

    .qnav .nav-link.active {
        background-color: transparent;
        box-shadow: none;
        color: #6ea501;
    }

    .over-bottom .qcontent.container {
        margin-bottom: 3rem;
    }

    .over-top .qcontent.container {
        margin-top: 3rem;
    }

    section.jfc-background.next-jfc {
        margin-bottom: 6rem;
    }

    .standard-section-img.col-12.col-md-6 {

    }

    .standard-section article.col-12.col-md-6 {

    }

    .standard-section .qcontent .section-content p {
        max-width: 100%;
    }

    .jfc-background .qcontent.container {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    #background-slider, .carousel-slider, #home .item {
        height: 100vh;
    }

    .gallery-section .row-carousel-controls {
        height: 0;
    }

    article.col-12.col-md-6 .section-content {
        background: #efefef;
        padding: 2rem;
        width: calc(100% + 6rem);
    }

    .standard-section article.col-12.col-md-6.img-left .section-content {
        transform: translateX(-6rem);
    }

    .standard-section article.col-12.col-md-6.img-order-md-12 .section-content {
        transform: translateX(6rem);
    }

    section.jfc-background {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    section.jfc-background .qcontent.container {
    padding: 4rem 2rem;
}

    .contact-section {
        padding: 2rem 0 !important;
    }

    .contact-booking {
        margin-bottom: 2rem !important;
    }



}


