/* reference: https://www.sanwebe.com/2014/08/css-html-forms-designs*/

body,h1 {font-family: Helvetica, Arial, sans-serif;}

html, body {margin: 0; height: 100%; overflow: hidden}

.logofont {
  font-family: 'Porn Star Academy', sans-serif;
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
}

.flexrow {
  display: flex;
  padding-top: 20px;
}
.icon-margin {
  flex: 25%;
  padding: 5px;
}
.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.font_small{
  font-size: 20px !important;
}

.icon_fill{
  background-color: black;
}



#instagram_icon{
  -webkit-mask: url(../img/icons.svg#instagram) no-repeat center;
  mask: url(../img/icons.svg#instagram) no-repeat center;
  height: 30px;
  width: 100%;
}
#facebook_icon{
  -webkit-mask: url(../img/icons.svg#facebook-round) no-repeat center;
  mask: url(../img/icons.svg#facebook-round) no-repeat center;
  height: 27px;
  width: 100%;
}
#google_icon{
  -webkit-mask: url(../img/icons.svg#google) no-repeat center;
  mask: url(../img/icons.svg#google) no-repeat center;
  height: 23px;
  width: 100%;
}
#waze_icon{
  -webkit-mask: url(../img/icons.svg#waze) no-repeat center;
  mask: url(../img/icons.svg#waze) no-repeat center;
  height: 27px;
  width: 100%;
}
#triangle_right{
  -webkit-mask: url(../img/icons.svg#triangle_right) no-repeat center;
  mask: url(../img/icons.svg#triangle_right) no-repeat center;
  height: 27px;
  width: 100%;
}
#triangle_left{
  -webkit-mask: url(../img/icons.svg#triangle_left) no-repeat center;
  mask: url(../img/icons.svg#triangle_right) no-repeat center;
  height: 27px;
  width: 100%;
}
#triangle_back{
  -webkit-mask: url(../img/icons.svg#triangle_left) no-repeat center;
  mask: url(../img/icons.svg#triangle_right) no-repeat center;
  height: 27px;
  width: 100%;
}
#arrow_left{
  -webkit-mask: url(../img/icons.svg#arrow_left) no-repeat center;
  mask: url(../img/icons.svg#arrow_left) no-repeat center;
  height: 30px;
  width: 100%;
}
#exclamation{
  -webkit-mask: url(../img/icons.svg#exclamation) no-repeat center;
  mask: url(../img/icons.svg#exclamation) no-repeat center;
  height: 20px;
  width: 100%;
  
}


.linkButton {
  /*font-family: 'Encode Sans SC', sans-serif;*/
  font-family: 'Josefin Sans', sans-serif;
  border:1px solid black;
  width: 300px;
  text-align: center;
  font-size: 24px;
  height: 60px;
  font-weight: bold;
  background-color: white;
  color: black;
  opacity: 0.6;
}

.linkButton:active {
  opacity: 0.8;
}




/* CSS */
.button_custom {
  /*font-family: 'Josefin Sans', sans-serif;*/
  /*font-family: 'Uchrony SC', sans-serif;*/
  display: block;
  font-family: 'Porn Star Academy', sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  content: "Delivery";
  width: var(--button_width); /*100vw; 300px;*/
  height: 40px;
  line-height: 40px;  
  margin-bottom: 15px;
  outline: 0;
  border: 1px solid white;
  cursor: pointer;
  position: relative;
  /*background-color: var(--background_upper);*/
  background: var(--background_upper);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /*opacity: var(--upper_opacity);*/
  
}

.button_custom:after {
  content: "";
  /*background-color: rgb(68, 102, 68);*/
  background-color: var(--background_lower);
  visibility: var(--lower_visibility);
  color: black;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}


.button_custom:hover {
  background: var(--button_hover_bg); /*rgba(245, 183, 177, 0.8);*/
  border: 1px solid var(--button_hover_border); /*rgb(245, 183, 177);*/
}


#footnote, #credit{
  font-style: italic;
}

#home_div {
  visibility: visible;
  transition: opacity 0.7s ease-out;
  opacity: 1;
  height: auto;
  overflow: hidden;
}

#reservation_div {
  visibility: hidden;
  transition: opacity 0.7s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.header {
  width: 90vw;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%,0%);
}

#triangle_back {
  width: 30px;
}

.sub_page_content{
  height: 80vh;
  width: 90vw;  
}

.sub_page_content_1st{
  width: 100%;
  /*
  background: rgba(255,255,255, 0.6);
  margin-bottom: 20px;
  */

  font-size: 14px;
  display: inline-block;
  
}

.sub_page_content_1st span{
  /*font-family: 'Porn Star Academy', sans-serif;*/
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  background-color: rgba(255,255,255, 0.3);
}

.sub_page_content_2nd{
  width: 100%;
  background: rgba(255,255,255, 0.6);
}

#reminder_header{
  position: relative;
  left: -12px;
}

.exclamation{
  /*font-family: 'Curved Square', sans-serif;*/
  /*font-family: 'Neto', sans-serif;*/
  font-family: 'FetteEgyptienne', sans-serif;
  font-size: 18px;
  /*font-weight: bolder;*/
  font-style: italic;
}

#text_block{
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid black;
}