.jumbotron {
    background: url('../images/bg-plane-over-falls.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}
.plane-bg {
    background: url('../images/aircraft-sunset.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}
html,
body {
    position: relative;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.jumbotron ul li {
    color: #fff;
    padding: 5px;
    list-style: none;
    letter-spacing: 1px;
}
.jumbotron ul {
    padding: 10px 0;
}
.btn-primary {
    padding: .5rem 2rem;
    font-size: 1.25rem;
    border-radius: .3rem;
    color: #fff;
    background-color: #0383a7;
    border-color: #0383a7;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none;
}
.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    background-color: #fff;
    color: #000;
    border-color: transparent;
    box-shadow: none;
}

.jumbotron hr {
    border-bottom: 2px solid #0383a7;
    opacity: 1;
}

.splash-info {
    background: rgba(0,0,0,0.9);
    padding: 3rem;
}
/*Text and fonts*/
p,
ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}
.jumbotron h1 {
    font-size: 2rem;
    color: #fff;
    text-shadow: 1px 2px 1px #000000;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 4px;
}
.jumbotron h2 {
    color: #fff;
    text-shadow: 1px 2px 1px #000000;
}

.h3,h3 {    
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: 'Montserrat';
    font-weight: 300;
}
a {
    color: #0383a7;
    text-decoration: none;
    transition: all 200ms;
}
a:hover {
    opacity: 0.8;
}

/*make map responsive*/
.google-maps {
    position: relative;
    padding-bottom: 25%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*Panel 2*/
.panel-2 .icon-row {
    display: inline-block;
    font-size: 3rem;
    color: #999;
}
.panel-2 .icon-row i {
    padding-right: 30px;
}
.panel-2 hr.divide {
    background-color: #999;;
    opacity: 0.3;
    margin: 25px 0 35px 0;
}
.panel-2 h3 {
    line-height: 2.5rem;
}

/*features*/
.features h3 {
    text-align: center;
}
.features ul li {
    list-style-type: none;
    margin: 1rem 0;
    text-align: left;
    text-transform: capitalize;
}
.features ul li::before {
    /*font-family: "fontawesome";
    content: "\f00c";*/
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%2342A63F' class='bi bi-check2' viewBox='0 0 16 16'><path d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/></svg>");
    background-repeat: no-repeat;
    color: #42A63F;
    font-size: 1.25rem;
    margin-right: 0.5rem;
    margin-left: -1.7rem;
    display: inline-block;
    content: "";
    width: 20px;
    height: 17px;
}
/*Helper Classes*/
.bg-gray {
    background-color: #f5f5f5;
}
.bg-black {
    background-color: #000;
}
.text-white {
    color: #fff;
}
/*Navigation*/
.navbar {
    z-index: 1025;
}
.dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
    margin-top: .125rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,0.6);
}
/*alternating-rows*/
.alternating-rows .row:nth-child(odd) {
    background-color: #ccc;
}
.alternating-rows .row .row:nth-child(odd) {
    background-color: rgb(236, 233, 233);
}
.alternating-rows .row {
    padding: 10px;
    border: 1px solid #ccc;
}

.price-table .row {
    padding: 0;
    border: 0;
}
.price-table .col{
    border: 1px solid #ccc;    
    text-align: center;
}
.price-table .col:first-child{
    border: 1px solid #ccc;    
    text-align: left;
    font-weight: 900;
}
/*Modal Covid Screening*/
#covidScreeningModal .modal-dialog {
    max-width: 640px;
}
#covidScreeningModal .modal-dialog .modal-body iframe {
    width: 100%;
    min-height: 400px;
}
/*Tips section*/
.accordion-button:not(.collapsed),
.accordion-button:hover {
    color: #000;
    background-color: #f1f1f1f1;
    outline: 0;
}
.accordion-button:focus {
    z-index: 3;
    border-color: rgba(0,0,0,1);
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*Footer*/
footer {
    border-top: 1px solid rgba(0,0,0,0.15);;
}
footer a {
    text-decoration: none;
    transition: all 200ms;
    color: rgba(0,0,0,.55);
}

footer a:hover {
    color: rgba(0,0,0,1);
}

footer ul {
    padding: 0;
}
footer ul li {
    list-style-type: none;
    padding: .5rem 0;
}
/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .jumbotron {
        padding: 100px 10px;
    }
    .google-maps {
        padding-bottom: 75%; 
    }
    .gallery-modal .btn-close {
        top: 0px;
        right: 10px;
        z-index: 2000;
        height: auto;
        width: auto;
    }
 }

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
    .gallery-modal .modal-footer button {
        bottom: 10px;
        top: auto;
    }
    .price-table{
        overflow-x: scroll;
    }
    .price-table .container{
        width: 992px !important;
    }
 }

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {  }

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
    .panel-2 .icon-row {
        font-size: 2rem;
    }
 }

/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {  }

/* XX-Large devices (larger desktops)*/
/* No media query since the xxl breakpoint has no upper bound on its width*/