.lgx-filter-item2:hover{
    background: rgba(40, 43, 46, .7);
    color: #b71c1c;
    padding: 0.6rem 3rem;
    border: 1px solid #b71c1c;
font-family: initial;
}
.main-menu-head{
    background: url(http://therailcafe.com/assets/img/about/main-menu-haed.jpg) bottom center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}
.about-head {
    background: url(http://therailcafe.com/assets/img/banner61.jpg) bottom center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}
.welcome {
    color: #ffffff;
    height: 100px;
    font-weight: 600;
    font-size: 65px;
    width: 100%;
font-family: initial;
   
    /* background-color: #492b2b; */
}
.footer-text{
    font-size: 25px;
}
@media only screen and (max-width:320px){
    .welcome {
        color: #ffffff;
        height: 100px;
        font-weight: 600;
        font-size: 37px;
        width: 100%;
    font-family: initial;
       
        /* background-color: #492b2b; */
    }  
} 
@media only screen and (max-width:420px){
    .welcome {
        color: #ffffff;
        height: 100px;
        font-weight: 600;
        font-size: 37px;
        width: 100%;
    font-family: initial;
       
        /* background-color: #492b2b; */
    }  
}
 

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    /* background-color: rgb(11, 11, 11); */
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #6d0d0d;
  }