html, body {
    font-family: Helvetica Neue LT Std 55 Roman;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

* {
    border-radius: 0 !important;
}
  .carousel-caption {
    margin-top: 30vw; /* Adjust here the space from top */
  }
  .carousel-caption-left{
          margin-left: 15vw;
  }
  .carousel-caption-right{
          padding-right: 15vw;
  }
  .carousel-caption > h1 {
    font-size: 4vw;
    text-shadow: 3px 3px 10px black;
  }
  .carousel-highlight-text{
      color:#b69553;
    text-shadow: 3px 3px 15px black;
    }

h6{
    color:#b69553;
}
h5{
    color:#b69553;
}
h4{
    color:#212529;
}
h3{
    color:#b69553;
}
#desk_slider {
    display: block;
}

#mobile_slider {
    display: none;
}
#desk_show {
    display: block;
}

#mobile_show {
    display: none;
}

.ionicon {
    color: #b69553;
}

.ionicon-gray {
    color: #333333;
}
.quote-author {
    color: #b69553;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}
.highlight-link {
    color: #b69553;
}
        .modal-dialog {
            max-width: 800px;
            margin: 30px auto;
        }

        .modal-body {
            position: relative;
            padding: 10px;
        }

        .close {
            position: absolute;
            right: 0px;
            top: -40px;
            z-index: 999;
            font-size: 2rem;
            font-weight: normal;
            color: #fff;
            opacity: 1;
        }
.navbar-slv {
    min-height: 100px;
    padding-right: 100px;
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(255,255,255,0.7);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0%, rgba(0,0,0,0.00)),color-stop( 100%, rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

.navbar-nav > li a {
    color: #333333; /* Gray */
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    font-family: Helvetica Neue LT Std 53 Extended;
    display: inline-block;
    vertical-align: central;
}

    .navbar-nav > li a:hover {
        color: #ccc;
        text-transform: uppercase;
        font-size: 1em;
    }

.navbar-nav > .active a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
}

.navbar-brand > img {
    position: relative;
    left: 20px;
    max-width: 200px;
    z-index: 99;
}

.btn-light {
    font-weight: bold;
    background-color: #b69553;
    font-weight: normal;
    font-family: Helvetica Neue LT Std 53 Extended;
}
.btn-primary, .btn-primary:visited {
    background-color: #b69553 !important;
    border-color: #000 !important;
    color: #000 !important;
}
    .btn-primary:hover, .btn-primary:active {
        color: #333333 !important; /* Gray */
        color: #fff !important;
    }

    .btn-white {
        font-weight: bold;
        background-color: #fff;
        font-weight: normal;
        font-family: Helvetica Neue LT Std 53 Extended;
    }

.top-slider {
    z-index: 0;
}

.carousel-caption {
    width: 100%;
    left: 0 !important;
}

.caro-slv {
    background-color: rgba(0, 0, 0, 0.5);
}

.pc-slv {
    text-align: center;
    font-size: 1.5em;
    width: 100%;
}

.pc-grey-slv {
    text-align: center;
    font-size: 1.5em;
    width: 100%;
    background-color: #333333;
}

.pc-grey-dash-slv {
    text-align: center;
    font-size: 1.5em;
    width: 100%;
    background-color: #333333;
    color: #fff;
}

    .pc-grey-dash-slv p {
        color: #fff;
        font-size: medium;
    }

.multi-col {
    margin-left: 0px;
    list-style-type: disc;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    list-style-position: inside; /*this is important addition*/
    list-style: none;
}

.color-span {
    background-color: #b69553;
    text-align: center;
    font-size: 1.5em;
    width: 100%;
    min-height: 100px;
}

.vm-slv {
    text-align: center;
    font-size: 1.5em;
    width: 100%;
    font-family: Helvetica Neue LT Std 55 Roman;
    font-weight: bold;
}

.img-host {
    max-height: 200px;
}

.gray-sec-slv {
    background-color: #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-card-group {
    flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
}

.about-card {
    padding: 10px;
    border: none;
    border-right: 5px solid #b69553;
}

.about-card-no-right {
    padding: 20px;
    border: none;
}

.about-card-title {
    max-width: 50%;
    font-size: 4.5vw;
    color: #b69553;
    display: inline-block;
    white-space: nowrap;
    font-family: Helvetica Neue LT Std 55 Roman;
}

.about-card-title-small {
    max-width: 50%;
    font-size: 3.5vw;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    font-family: Helvetica Neue LT Std 55 Roman;
}

.about-card-title2 {
    text-align: left;
    max-width: 50%;
    font-size: 1.5vw;
    display: inline-block;
    font-weight: bold;
    font-family: Helvetica Neue LT Std 55 Roman;
}


.hide {
}

.igroup-slv {
    color: #fff;
    width: 100%;
    background-color: #ccc;
}

.igroup-grid {
    display: flex; /* establish flex container */
    flex-wrap: wrap; /* enable flex items to wrap */
    justify-content: space-around;
}

.igroup-cell {
    flex: 0 0 50%; /* don't grow, don't shrink, width */
    text-align: left;
}

    .igroup-cell img {
        width: 100%;
    }

    .igroup-cell .slv-card {
        max-width: 100%;
        padding: 25px;
    }

        .igroup-cell .slv-card .slv-card-title {
            color: #b69553;
            font-size: 2.5vw;
            font-weight: bold;
        }

        .igroup-cell .slv-card .slv-card-text {
            text-align: justify;
            font-size: 1.5vw;
        }

        .igroup-cell .slv-card input[type="button"] {
            display: inline-block;
            width: 100%;
            color: #000;
            font-size: 1.5vw;
            background-color: #b69553;
            margin-bottom: 20px;
            font-weight: normal;
            font-family: Helvetica Neue LT Std 55 Roman;
        }

.form-slv {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    list-style-position: inside;
    width: 100%;
}

    .form-slv .form-check-label {
        text-align: left;
        font-size: 1em;
        vertical-align: top;
    }
    .form-slv .form-check {
        width: 45%;
        color: #000;
    }

    .form-slv .form-check-label {
        margin-left: 20px;
    }

    .form-slv .form-check-input {
        /* Double-sized Checkboxes */
        margin-right: 20px;
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        transform: scale(2);
        margin-top: 10px;
    }

    .form-slv ol {
        font-size: 1.8em;
    }

    .form-slv h1 {
        font-weight: bold;
        font-family: Helvetica Neue LT Std 55 Roman;
        color: #000;
        font-size: 3em;
    }
/* Contest */
    .form-slv .container .btn-group-vertical > label {
        margin-bottom: 10px;
        border-radius: 10px !important;
    }
.btn-contest {
    color: #000000;
    background-color: #EEEEEE;
    border-color: #000000;
    margin-bottom: 20px;
}

    .btn-contest:hover,
    .btn-contest:focus,
    .btn-contest:active,
    .btn-contest.active,
    .open .dropdown-toggle.btn-contest {
        color: #000000;
        background-color: #b69553;
        border-color: #000000;
    }

    .btn-contest:active,
    .btn-contest.active,
    .open .dropdown-toggle.btn-contest {
        background-image: none;
    }

    .btn-contest.disabled,
    .btn-contest[disabled],
    fieldset[disabled] .btn-contest,
    .btn-contest.disabled:hover,
    .btn-contest[disabled]:hover,
    fieldset[disabled] .btn-contest:hover,
    .btn-contest.disabled:focus,
    .btn-contest[disabled]:focus,
    fieldset[disabled] .btn-contest:focus,
    .btn-contest.disabled:active,
    .btn-contest[disabled]:active,
    fieldset[disabled] .btn-contest:active,
    .btn-contest.disabled.active,
    .btn-contest[disabled].active,
    fieldset[disabled] .btn-contest.active {
        background-color: #b69553;
        border-color: #000000;
    }

    .btn-contest .badge {
        color: #333;
        background-color: #000000;
    }
/* Captcha */
.g-recaptcha {
    display: inline-block;
    width: 55%;
    margin-bottom: 10px;
    text-align: center;
}

.field-validation-error {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
}

.slv-input {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.footer-slv {
    background-color: #333333;
    color: #fff;
    width: 100%;
    font-family: Helvetica Neue LT Std 55 Roman;
}

    .footer-slv > .container a {
        color: #b69553;
    }

.photo-slv {
    text-align: center;
    list-style-position: inside;
    padding-bottom: 75px;
}

.photo-grid {
    display: flex; /* establish flex container */
    flex-wrap: wrap; /* enable flex items to wrap */
    justify-content: space-around;
}

.photo-cell {
    flex: 0 0 32%; /* don't grow, don't shrink, width */
    height: 300px;
    margin-top: 50px;
    text-align: center;
}

    .photo-cell img {
        height: 100%;
    }

.dashcard {
    width: 26rem;
    padding-bottom: 10px;
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
}

.dashcard-green {
    color: #000;
    background-color: #b69553 !important;
}
.dashcard-christmas {
    color: #fec461;
    background-color: #012815 !important;
    border-color: #5a9464 !important;
}

.green-border {
    border: 5px solid #b69553;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-size: 3.5vw;
    color: #b69553;
    font-weight: bold;
}

.gray-bold-shadow {
    text-align: center;
    font-size: 30px;
    font-size: 3.5vw;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
    background-color: #333333 !important;
    font-weight: bold;
    padding-bottom: 10px;
}

.gradient-green {
    background-image: linear-gradient(to right, #b69553, #3c5f1f);
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5vw;
    color: #fff;
    line-height: 1.6;
}

.image-slider {
    display: flex;
    margin-bottom: 1rem;
}

    .image-slider div {
        flex: 1;
        margin: 3px;
    }

        .image-slider div img {
            width: auto;
            max-width: 100%;
        }

.dest-list {
    text-align: center;
    font-size: 15px;
    font-size: 2vw;
    color: #000;
    text-shadow: #808080 0.1em 0.1em 0.2em;
    padding-bottom: 10px;
    background-image: url(/Content/img/guest_bg_flower.jpg), url(/Content/img/guest_bg_flower2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-attachment: local;
    background-position: left bottom, right top;
    background-size: auto 100%;
    align-content: center;
}
.dash-card-525 {
    min-height: 525px;
}
.dash-card-450 {
    min-height: 450px;
}
@media only screen and (max-width: 900px) {
    .hide {
        display: none;
    }

    .navbar-slv {
        min-height: 75px;
    }

    .navbar-brand > img {
        max-height: 50px;
        left: 5px;
    }

    .navbar-toggler {
        padding-right: 0px;
    }

    .navbar-nav {
        text-align: right;
    }

    .navbar-slv {
        padding-right: 25px;
    }

    .photo-cell {
        height: 225px;
    }
    .photo-cell h4 {
        font-size: 1em;
    }
    .video-img-top {
        height: 215px;
    }
    /*------------------------------------------*/
    .about-card-group {
        display: block;
        width: 100%;
    }

        .about-card-group .card {
            display: block;
            border-bottom: 5px solid #b69553;
            border-right: none;
            width: 100vw;
        }

        .about-card-group .about-card .about-card-body .about-card-title {
            display: block;
            max-width: 100%;
            font-size: 4.5vw;
            white-space: nowrap;
        }

        .about-card-group .about-card .about-card-body .about-card-title-small {
            display: block;
            max-width: 100%;
            font-size: 3.5vw;
            white-space: nowrap;
        }

        .about-card-group .about-card .about-card-body .about-card-title2 {
            display: block;
            text-align: center;
            max-width: 100%;
            font-size: 3vw;
            font-weight: bold;
        }

        .about-card-group .about-card-no-right {
            border: none;
        }
    /*------------------------------------------*/
    .dashcard {
        width: 18rem;
    }

    .url-text {
        font-size: 5vw;
    }

    .fb-share {
        max-width: 10rem;
    }

    .green-border {
        font-size: 30px;
        font-size: 6vw;
    }

    .gradient-green {
        font-size: 30px;
        font-size: 4vw;
    }

    .gray-bold-shadow {
        text-shadow: 3px 3px #000;
        font-size: 30px;
        font-size: 6vw;
    }

    .image-slider div:nth-child(n+4) {
        display: none;
    }
    .dest-list {
        font-size: 30px;
        font-size: 4vw;
        background-size: auto 50%;
    }

    .multi-col {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        max-width: 90%;
    }
    .dash-card-525 {
        min-height: 0px;
    }
    .dash-card-450 {
        min-height: 0px;
    }
}

@media only screen and (max-width: 500px) {
    #desk_slider {
        display: none;
    }

    #mobile_slider {
        display: block;
    }
    #desk_show {
        display: none;
    }

    #mobile_show {
        display: block;
    }
        .carousel-caption {
    margin-top: 1vw; /* Adjust here the space from top */
  }
  .carousel-caption-left{
          margin-left: 7vw;
  }
  .carousel-caption-right{
          padding-right: 7vw;
  }
  .carousel-caption > h1 {
    font-size: 10vw;
    text-shadow: 3px 3px 10px black;
  }
    .navbar-slv {
        min-height: 75px;
    }

    .navbar-brand > img {
        max-height: 50px;
        left: 5px;
    }

    .navbar-toggler {
        padding-right: 0px;
    }

    .navbar-nav {
        text-align: right;
    }

    .navbar-slv {
        padding-right: 15px;
    }

    /*------------------------------------------*/
    .about-card-group .about-card .about-card-body .about-card-title {
        font-size: 12vw;
    }

    .about-card-group .about-card .about-card-body .about-card-title-small {
        font-size: 12vw;
    }

    .about-card-group .about-card .about-card-body .about-card-title2 {
        font-size: 6vw;
    }

    .about-card-group .about-card .about-card-body .about-card-title2 {
        font-size: 12vw;
    }

    /*------------------------------------------*/

    .igroup-cell {
        flex: 0 0 100%; /* don't grow, don't shrink, width */
        text-align: center;
    }

        .igroup-cell .slv-card .slv-card-title {
            font-size: 4.5vw;
        }

        .igroup-cell .slv-card .slv-card-text {
            font-size: 4vw;
        }

        .igroup-cell .slv-card input[type="button"] {
            font-size: 4vw;
        }

    #1-cell {
        order: 1;
    }

    #2-cell {
        order: 2;
    }

    #3-cell {
        order: 3;
    }

    #4-cell {
        order: 4;
    }
    /*------------------------------------------*/
/*    .form-slv input[type="submit"] {
        width: 50%;
        font-size: 1.8em;
    }
*/
    .slv-input {
        width: 90%;
    }

    .form-slv h1 {
        font-size: 9vw;
    }

    .form-slv .form-check-label {
        text-align: left;
        font-size: .8em;
        vertical-align: top;
    }

    .form-slv .form-check {
        width: 80%;
    }

    .g-recaptcha {
        width: 75%;
    }
    .dash-card-525 {
        min-height: 0px;
    }

    .dash-card-450 {
        min-height: 0px;
    }

    /*------------------------------------------*/
}
