.banner{
   background-image: url('img/banner-bg.png');
   background-attachment: fixed;
   background-position:100%;
   background-size: cover;
}

 .banner-right img{
    transform:scale(1.0);
 }
 .img-wrap {
    height:600px;
    width:560px;
    overflow:hidden;
 }
 .img-wrap img{
    transform: scale(0.8);
    margin-top:-50px;
 }
 .card img{
   transform: scale(0.5);
   margin-top:-40px;
}
#bookapp:hover{
   color:#c58f44 !important;
   font-weight:500!important;
}

#bookapp-2{
   background-color: none;
   border: solid 1px #000;
   color:#c58f44;
}
#bookapp-2:hover{
   background-color: #c58f44;
   border: solid 1px #c58f44;
   color:#fff;
}
.card p{
   margin-top:-40px;
}
 .bg-custom{
    background-color: #c58f44;
 }
 .bg-secondary-custom{
   background-color: #056839;
}
.btn-primary-custom{
   background-color: #c58f44;

}
.btn-primary-custom:hover{
   background-color: #ac7f40;
}

 .footer-bg-custom{
    background-color: #000;
 }
 
 .title-text{
    color: #c58f44;
 }

 .btn-light{
    font-weight: 500;
 }
 .copy{
   font-size: 12px;
   color:#888 !important;
 }

.footer-nav a{
   font-size: 12px;
   color:#888 !important;
   text-decoration: none;

}
.lh-custom{
   line-height: 24px;
}
#blinking{
    animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{     color: #c58f44;    }
    49%{    color: #c58f44; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #c58f44;    }
}