
body {
    font-family: 'Ysabeau', sans-serif;
    font-size: 1.2rem;
}
bar {
padding-bottom:0px;
}

.nav-link {
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800 !important;
}

.booking { color:black; font-weight:bold}
a.booking:hover  {
    color: grey
}

.zoom {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
    background: linear-gradient(to bottom, #e0e0e0, #f5f5f5);
}

.zoom:hover {
        box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
    }

.carousel-item {
    height: 90vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 838px) {
    .carousel-item {
        height: 30vh;
    }
}

.carousel-caption {

    bottom:3rem;
}

.carousel-caption h3, .carousel-caption h5 {
    display: inline-block;
    background-color: rgba(0,0,0,.6);
    padding: 0 .3em 0 .3em;
}

.btn-xl {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 1rem!important;
}


.btn-primary {
    background-color: #ee0979;
    border-color: #e
}
.btn-primary {
  background-color: #ee0979;
  border-color: #ee0979;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #bd0760 !important;
  border-color: #bd0760 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.8);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

.caption {
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 1.5rem;
}

.caption-link {
    transition: opacity 0.3s ease;
    opacity: 1;
}

    .caption-link:hover {
        opacity: 0.7;
    }