﻿body {
    font-family: 'Nixie One', cursive;
    font-size: 15px;
    background-color: #343a40;
    color: #FFF;
}

.nav-item {
    padding-right: 12px;
    padding-left: 12px;
}

.navbar-dark .navbar-brand {
    font-weight: bold;
}

.flag {
    max-height: 20px;
    max-width: 20px;
    margin-top: 10px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

.nav-link.active {
    color: #d23e57 !important;
    font-weight: bold;
}

.reserve-container {
    position: relative;
}

.card {
    background-color: #16181a;
}

.bg-dark2 {
    background-color: #16181a;
}

.card-body {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

    .card-body:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.card-title {
    margin-bottom: .75rem;
    text-align: center;
}

.carousel {
    position: relative;
    max-height: 900px !important;
    overflow: hidden;
    padding-top: 75px;
}

.carousel-caption {
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0.8);
    max-height: 250px;
    max-width: 600px;
    margin: auto;
    padding: 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

    .carousel-caption h2 {
        font-weight: bold;
    }

    .carousel-caption p {
        font-size: 20px;
    }

.btn-secondary {
    color: #fff;
    background-color: #cd3d4d;
    border-color: #cd3d4d;
    max-width: 200px;
    margin: auto;
}

.reserve-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-reserve {
    */opacity: 0.4;
    max-height: 750px;
    margin-bottom: 25px;
}

.carousel-caption {
    top: 30%;
}

.img-slider {
    min-height: 320px;
    max-height: 800px;
    min-width: 100% !important;
}

.w-100 {
    min-width: 100% !important;
}

.img-fluid {
    min-width: 100%;
    height: auto;
}

.navMenu {
    padding-top: 75px;
    padding-bottom: 20px;
}

.list-group-item2 {
    position: relative;
    display: block;
}

button {
    border: 0;
}

h5.desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*.card-img-top{
	height: 200px;
}*/

.map {
    height: 320px;
}

.list-group-item {
    position: relative;
    display: inherit;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #16181a;
    border: 1px dashed rgba(52 58 64);
}

.img-icon {
    width: 30px;
}

@media screen and (max-width : 1920px) {
    .only-mobile {
        visibility: hidden;
    }
}

@media screen and (max-width : 506px) {

    .only-mobile {
        visibility: visible;
    }
}

.footer {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #FFF;
}

.social-icon {
    font-size: 28;
}

a, a:hover {
    color: #d23e57;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

footer {
    position: fixed;
    bottom: 0px;
    padding-top: 20px;
}

@media (max-width: 600px) {
    .img-slider {
        height: 320px;
    }
}

.modal-content {
    max-width: 640px;
    margin: auto;
    margin-top: 65px;
    text-align: center;
}

.modal-header {
    background-color: #e66768;
}

    .modal-header h3 {
        color: #FFF;
        text-align: center;
    }

button#close {
    float: right;
}

.modal-body {
    max-height: 436px;
}

button#BtnVegas {
    width: 100%;
    background-color: transparent;
    border: 0px;
}

button#BtnGite h4 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px;
}

button#BtnGite .chevron_btn {
    float: left;
}

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 960px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .dot.active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    opacity: 50;
    transition: opacity .15s linear;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.contact-info {
    font-size: 16px;
}

a.contact-info {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    display: block;
    margin: auto;
}

.row.contact-info {
    margin-top: 25px;
}

.contact-info h3 {
    margin-bottom: 20px;
}

.navbar-brand img {
    width: 89px;
    height: 50px;
}

@media (max-width: 991px) {
    .carousel { padding-top: 55px; }

    .navbar-brand { font-size: 1em; }

    .navbar-brand img {
        width: 50px;
        height: auto;
    }

    .img-slider { height: 500px; }

    .navbar-toggler { padding: 0.15rem .50rem; }
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
    .img-slider {
        width: 100%;
        height: auto;
        min-height: inherit !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        margin-top: 45px;
    }

    .list-group-item .col-sm-4 .img-icon {
        margin: 0 auto;
        display: block;
        margin-bottom: 5px;
    }
}