.btn-danger {
    color: #fff;
    /*    background-color: #dc3545;*/
    background-color:#D37603;
    border-color: #e59e47;
    font-family: 'Questrial', sans-serif;
}
.btn-danger:hover{
    background-color: orange;
}

#header{
    position: relative;
    width: 100%;
}
nav{
    top: 20px;
    position: absolute;
    z-index: 88888;
    font-family: 'Questrial', sans-serif;


}
.fancybox-content{
    z-index: 99999;
}
.navbar{
    padding: 0 20px;
}

.nav-link{
    padding: 20px;    
}
.nav-link:hover{
    background-color: #2f2e2eab;
    color: white !important;
}
.ls-fullscreen-wrapper{
    margin-top:-76px;
}

.bg-dark {
    /*    background-color: #ffffff61!important;*/
    background-color: #ffffff85!important;
}

@media only screen and (max-width: 768px) {
    nav{
    top: 0px;
}
.bg-dark {
    background-color: #ffffff!important;
}
.ls-fullscreen-wrapper{
    margin-top:0px;
}  

.nav-link{
    padding: 10px !important;
}
}
/*@media(min-width:481px)  {
nav{
top: 0px;
}
.bg-dark {
background-color: #ffffff!important;
}
.ls-fullscreen-wrapper{
margin-top:0px;
}
}   */


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {display: block;}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin:  0; 
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff61!important;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0; 
}


.callactionsection{
    background: #F5F5F5;
    padding: 30px 0;
}

.packages{
    /*    padding: 0px 0 25px 0;*/
}
.package .price{
    font-size: small;
}

.package .price span{
    font-weight: bold;
    font-size: large;
    color: red;
}

.package .package-body{
    border: solid 1px #ccc;
    padding: 10px;
    margin: 0px 0 50px 0;
    font-family: 'Questrial', sans-serif;
}
.package .package-body p{
    min-height: 170px;
}


.package .img-fluid{
    margin-top: 50px;
}
.gallery-block{
    background: #f5f5f5;
/*    background-image: url("../img/gallery_back.jpg");*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-title{
    color:black;
    padding: 0 0 30px 0;
    font-size:xx-large;
    font-family: 'Questrial', sans-serif;
}

.back-to-top {
    position: fixed;
    background: #d37603;
    bottom: 25px;
    right: 20px;
    display: none;
    z-index: 30;
}

.soical-media li{
    margin: 0 5px;
}

.soical-media a{
    color: #212529;
}

.safety-img{

    background: url('../img/safety.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.safety-box{
    font-family: 'Questrial', sans-serif;
}
.safety-box h3{
    font-size:60px;
    margin-bottom: 20px;
}

.ads-block{
    background: #212529;
    color: white;
    font-size: x-large;
}

.notes-box {
    background: url('../img/notes_back.jpg') repeat top fixed;
    padding: 30px 0;
    text-align: center;
}
.notes-box h3{
    font-family: 'Questrial', sans-serif;
    color: white;
    
}

.page-head{
    background: url('../img/page-head.jpg') no-repeat top fixed;
    width:auto;
    height:300px;
    margin:0 auto;
    margin-bottom: 0px;
    margin-top: -76px;
    padding: 170px 0 0 0;
}

.page-head-packages{
    background: url('../img/page-head.jpg') no-repeat top fixed;
    width: auto;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: -76px;
    padding: 120px 0 0 0;
}

.page-head h1, .page-head-packages h1{
    font-family: 'Questrial', sans-serif;
    color: white;
}

.price-box{
    background: #FEA104;
    color:white;
    padding: 20px;
}

.default-box table{ width: 100% !important; }

.booking-box{
    background: white;
    padding: 20px;
}

.booking-title{
    background: #ffb942;
    padding: 10px 30px;
    color: #fff;
}
.active-link{
    color: #FEA104;
}

@media screen and (max-width:414px) {
  /* CSS for screens that are 414 pixels or less will be put in this section */
  .default-box img{ width: 100% !important; }
  #header .soical-media{ display: none;}
}

footer{
    background: #212529;
    padding: 50px 0 0 0;
    color:white;
    font-family: 'Questrial', sans-serif;
}

footer .fires{
    padding-bottom: 40px;
}
footer .second{
    background: #202223;
    padding: 20px 0;
}

footer a{
    color:white;
}

footer a:hover{
    color:orange;
}


.Josefin-font{ font-family: 'Josefin Sans', sans-serif; }
.Shadows-font{ font-family: 'Shadows Into Light', cursive; }
.Questrial-font{ font-family: 'Questrial', sans-serif; }
.Righteous-font{ font-family: 'Righteous', cursive; }