a{
    text-decoration:none!important;
}

.page-bg {
    background: url("../images/bg_image.jpg") repeat;
    min-height: 600px;
    
    
    
}




.col-md-8.backimage {
    background:linear-gradient(45deg, #5251519c, #38373763), url("../images/RHS_Butchers_Block.jpg");
    background-position: center;
    background-size: cover;
}


.menuebutton{
    background: white;
    height: 54px;
    width: 245px;
    margin: auto;
    border-radius: 7px;
    padding: 10px;
}

a.orderlinks {
    font-size: 20px;
    margin-top: 29px;
    color: #082A5A;
    text-decoration: none;
}
img.orderimgs {
    width: 24px;
}

span.orderspan {
    margin: 12px;
    font-size: 18px;
    font-weight: 300;
}
.orderbutton {
    background: #082a5a;
    border: 0;
    height: 47px;
    width: 166px;
    font-weight: 300;
}

.outpop-img{
    width:110px;
    height: 110px;
    border-radius: 10px;
}

.hotelname {
    
        font-size: 15px;
        color: #082a5a;
        font-weight: 600;
    
}

.hotelicon {
    color: gray;
    font-size: 15px;
}


.hoteladd {
    color: gray;
    font-size: 14px;
    margin: 5px;
    font-weight: 100;
}
  
  
  
.hotelno {
    color: gray;
    font-size: 14px;
    margin: 5px;
    font-weight: 100;
}
  
.hoteltime {
    color: gray;
    font-size: 14px;
    margin: 5px;
    font-weight: 100;
}

.locationmodal {
    max-width: 302px;
    flex-direction: column;
}
.locationmodal input{
width:100% !important;
}
  
.locationhead {
    font-size: 0.95rem;
}
  .submit-btn{margin:22px auto 0;}
.submitform {
    color: #000;
    border: none;
    background: #ff9800;
    font-weight: bold;
}


.aboutback{
    background: #082A5A;
    padding: 18px;
}