body{
  text-align: center;
}

@font-face { font-family: hb; src: url('media/font/hb.otf'); } 
@font-face { font-family: body; src: url('media/font/body.ttf'); } 

/*CONTAINER*/
#masterwrap{
  width: 800px;
  margin: auto;
  font-family: body;
}

#howtogetatable{
  border: solid black 3px;
  padding: 20px;
  font-weight: bold;
  margin-top: 30px;
  font-size: xx-large;
}

#masterwrap_2{
  width: 800px;
  margin: auto;
  font-size: 35px;

}

.update{
  margin-top: 10px;
}
#date{
  color: white;
  background-color: black;
  text-align: center;
/*  border: 1px solid black;*/
  padding: 10px;
  font-family: hb;
  font-size: 50px;
  margin-bottom: 30px;
}

.shopify-buy__product__title {
  height: 45px;
}

#job{
  margin-top: 30px;
  color: red;
  font-size: x-large;
  text-align: center;
  padding: 30px;
  border: 4px red solid;
}

/*LOGO*/
#logo{
  padding: 0px 0px 0px 0px;
  margin: auto;
}
#logo_footer{
  padding: 0px 0px 0px 0px;
  width: 30%;
  margin: 20px auto 50px auto;
}

/*DIVIDER*/
.divider{
  width: auto;
  height: 2px;
  background-color: black;
  margin: 40px 0px 0px 0px;

}
.dividermess{
  width: auto;
  height: 2px;
  background-color: black;
  margin: 0px 0px 0px 0px;

}
.divider_merch{
  width: auto;
  height: 2px;
  background-color: black;
  margin: 1px 0px 0px 0px;

}

/*TOP BLOCK*/
.top_block{
  margin-top: 0px;
}
.top_block_fr{
  font-family: hb;
  font-size: 60px;
}
.top_block_en{
  font-size: 35px;
  margin-top: 20px;
}

/*WRAPPER BLOCKS*/
#wrapper_blocks{
  margin-top: 40px;
}

/*BLOCK*/
.block{

}
.title_fr{
margin-top: 40px;
font-family: hb;
font-size: 60px;
text-align: left;
width: 75%;
}

.title_fr_cent{
margin-top: 40px;
font-family: hb;
font-size: 60px;
text-align: center;
}

.title_en_cent{
font-size: 30px;
text-transform: uppercase;
text-align: center;
}

.title_en{
font-size: 30px;
text-transform: uppercase;
text-align: left;
}
.copy_fr{
margin-top: 20px;
font-size: 30px;
font-weight: bold;
text-align: left;
}
.copy_fr2{
margin-top: 20px;
font-size: 30px;
text-align: left;
}
.copy_en{
margin-top: 20px;
font-size: 25px;
font-weight: normal;
text-align: left;
}
.copy_en_merch{
margin-top: 20px;
font-size: 25px;
margin-bottom: 40px;
font-weight: normal;
text-align: left;
}
.copy_en_pod{
margin-top: 20px;
font-size: 25px;
margin-bottom: 40px;
font-weight: normal;
text-align: left;
}

.hours_fr{
  font-size: 20px;
margin-top: 20px;
margin-bottom: 10px;
font-weight: bold;
}
.hours_en{
  font-size: 20px;
  margin-bottom: 5px;
  
}

#resto_block_5{
  width: 398px;
  display: block;
  float: left;
  height: 400px;
  border-right: 1px solid black;
}

#resto_block_19{
  width: 398px;
  display: block;
  float: right;
  height: 400px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

.title_resto{
  font-family: hb;
  font-size: 80px;
}
.loc_resto{
  font-size: 30px;
}

.desc_fr{
margin-top: 20px;
font-size: 30px;
font-weight: bold;
}
.desc_en{
margin-top: 20px;
font-size: 25px;
font-weight: normal;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: hidden;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0s;
  animation-name: fade;
  animation-duration: 0s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.button{
text-decoration: none;
display: flow;
margin-top: 30px;
outline: 0;
cursor: pointer;
border: 2px solid black;
border-radius: 0px;
color: black;
background: white;
font-size: 30px;
font-family: hb;
line-height: 48px;
padding: 12px 20px;
text-align:center;
transition-duration: .15s;
transition-property: all;
transition-timing-function: cubic-bezier(.4,0,.2,1);           
}

.button:hover{
color: white;
background: black;
}


.button2{
text-decoration: none;
margin-top: 30px;
outline: 0;
cursor: pointer;
border: 2px solid black;
border-radius: 0px;
color: black;
background: white;
font-size: 60px;
font-family: hb;
line-height: 48px;
padding: 12px 20px;
text-align:center;
transition-duration: .15s;
transition-property: all;
transition-timing-function: cubic-bezier(.4,0,.2,1);           
}
.button2:hover{
color: white;
background: black;
}

.cont_butt{
  display: block;
  margin-top: 10px;
  text-align: right;
}
.cont_butt_2{
  display: block;
  margin-top: 10px;
  text-align: center;
}

/*NAV*/
#nav{
  display: block;
  margin-top: 150px;
}

#footer{
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
}
.infotitle{
  font-family: hb;
  font-size: 50px;
  margin-bottom: 20px;
  color: #1E792C;
}
#info{
  background-image: url("xmasbg.png");
  background-size: cover;
}

#holidays{
  padding: 20px;
  border: solid black 2px;
  margin: 20px;
}
