/*------ Navigation --------*/
#nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar-brand img{
    width:152px;
    height: 60px !important;
    padding-left: 30px;
}

.navbar-nav li{
    padding: 0 10px;
    }
.navbar-nav li a{
    float: right;
    text-align: left;
  }
#nav-bar ul li a:hover{
    color: #007bff!important;
}
.navbar.bg-light{
    background-color: #e1d45d!important;
}
.navbar-toggler{
    color: #555!important;
    font-weight: 600;
    font-size: 16px;
}
.navbar-light .nav-link{
    color: #2b2600!important;
}
.nav-item{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
/* --------Blog------------- */
body{
    background-color: #efefef !important;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h1{
    font-family: "Lobster";
}
.hotel{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
img{
    width: 330px;
    height: 230px;
}
.single-blog{
    box-shadow: 0px opx 20px 1px rgba(0,0,0,0.2);
    padding: 10px;
    margin-top: 30px;
    background-color: #fff;
}
.single-blog img{
    width: 100%;
}
.blog-meta{
    font-size: 14px;
    margin-bottom: 2px;
    color: cornflowerblue;
}
.single-blog span{
    float: right;
    font-size: 12px;
    color: cornflowerblue;
}
.blog-text{
    font-size: 14px;
    text-align: justify;

}
.single-blog h2{
    margin-top: 10px;
    font-size: 16px;
    color: #007bff;
}
.single-blog h2 a{
    text-decoration: none;
}
button{
    background-image: linear-gradient(to right, #1c03b5, #5c8bef);
    padding: 5px 12px 8px;
    border-radius: 20px;
    line-height: 20x;
    font-size: 14px;
    color: #fff;
    border: none !important;
}
.blog-text span{
     font-size: 14px;
    text-align: justify;
    color: #000;
}
#more{
    display: none;
}
.read-more-btn hover{
    background-image: linear-gradient(to right, #006417, #00b128);
   text-decoration: none;
    color: #fff;
}

.read-more-link, .show-less-link{
    text-decoration: none;
    font-weight: bolder;
    color: #1c03b5;
}
/* ----------Footer--------- */
#footer{
    background: #e1d45d;
    color: #fff;
    padding: 12px;
}
#footer p {
    text-align: center;
    color: #2b2600;
    font-family: "Lobster";
}

