/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 23, 2021, 1:37:25 PM
    Author     : user
*/


/*html body*/
html, body{
    background-image: url('../site_pics/background.png');
    background-size: 1000px;
    height: 100%;
    overflow:auto;
}
/*-----------------------------------------------------------*/

/*this is the div body*/
div.body{
    height: fit-content;
    /*border: #00498f dashed 2px;*/
    background-color:transparent;
}

/*----------------------------------------*/



.body_frame
{
    display: block;
    width:90%;
    height:100%;
    margin: 0 auto;
    /*border: red dashed 2px;*/
/*    background-color: #c57e2c;  */
    /*background: rgba(197, 126, 44,.5 )   ;*/ 
    background: rgba(255, 255, 255,.95)   ;
    overflow: hidden;
}
.reserv_tab
{
    width: 100%;
    height: 70vh;
}

.hist_pic{
    float:left;
    width: auto;
    height: 30vh;
    margin-right: 30px;
}

.hist_desc{
    text-indent: 2em;
    font-size: larger;
    font-weight: bolder;
}

.hist{
    display: flex;
    align-items: center;
    margin:auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 70%;
}
.telno{
    color:red;
}

@media (max-width: 768px) {
.hist{
    display: block;
}
.hist_pic{
    float:none;
    width: 100%;
    height: auto;
    margin-right: 0ox;
}

}