body
{
	width: 100%;
    /*height: 100vh;*/
    background: #ffffff;
    color: #000000;
}
.bg-black
{
	background-color: #ffffff !important;
	border: 1px solid #000 !important;
    box-sizing: border-box;
    border-radius: 0;
    width: 349px;
    height: 310px;
    max-width: 349px !important;
    display: inline-grid !important;
}

.modal-dialog
{
	text-align: center;
}

.heading-text
{
	font-style: normal;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    /*padding-top: 41px;*/
}

.d-none{display: none!important;}
.text-center {text-align: center!important;}

.cstm-btn
{
	width: 260px;
    height: 48px;
    border: 1px solid #f0c540;
    box-sizing: border-box;
    border-radius: 0;
    background: #f0c540;
}

.address-text
{
	font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.address-text p {line-height: 5px;}
.csmt-mt-six {margin-top: 28px;}
.container-mtb-cstm{margin-top: 3rem!important;}
.cstm-mt-one{margin-top: 18px;}
.cstm-mt-two{margin-top: 45px;}
.cstm-mt-three{margin-top: 14px;}
.cstm-mt-four{margin-top: 23px;}
.cstm-mt-five{margin-top: 31px;}

@media only screen and (max-width: 480px) {

	.cstm-mt-one{margin-top: 15px !important;}
	.cstm-mt-two{margin-top: 42px;}
	.cstm-mt-three{margin-top: 5px;}
	.cstm-mt-four{margin-top: 16px;}
	.cstm-mt-five{margin-top: 60px;}
	.csmt-mt-six{margin-top: 20px;}

	.container-mtb-cstm{margin-top: 1rem!important;}
	/*.site-header-cstm img{content: url('images/jh-mobile.png');}*/
	.address-text{font-size: 12px;}
    .logo-top img {
    max-width: 320px;
    padding: 0 15px;
    width: 100%;
}
}


.modal .close {
    opacity: 1.0 !important;
    color: #000 !important;
    text-shadow: initial !important;
    font-style: normal;
    font-weight: 200;
    font-size: 30px;
    line-height: 15px;
    /*letter-spacing: 0.14em;*/
    position: absolute;
    right: 0;
    padding: 15px;
    text-align: right;
    z-index: 1;
}

.modal .close:focus
{
	outline: 0 !important;
}

.modal-body
{
	top: 15%;
    height: 223px;
}

#opentable {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
    /* padding-top: 17%; */
    position: fixed;
    z-index: 4000;
}
.opentable_middle {
    display: table-cell;
    vertical-align: middle;
}
.opentable_inner {
    margin-left: auto;
    margin-right: auto;
}
.btn-outline-light {
    color: #000000;
    
}

.logo-top {
    margin-bottom: 20px;
}
