

@font-face {
    font-family: 'Century Gothic Bold';
    src: url('fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.woff2') format('woff2'),
        url('fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  font-family: 'Century Gothic';
  position: fixed;

  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 15px;
  text-decoration: none;

}

div.scrollmenu a:active {
  background-color: #777;
}

img {
    width: 200px;
    height: auto;
    text-align:center;
    position:relative;
    margin: 0px;
    padding: 0px;
   
   
   
}






ul {
  padding-bottom: 10px;
  font-family: 'Century Gothic';
  overflow: auto;
  font-size: 16px;
  padding-left: 0;
  list-style: none;
}

.billDiv {
  background-color: #B0D5C7 ;
  padding-bottom: 60px;
  width: 100%;
  left: 0;
  right: 0;
  font-size: 16px;
}

.basket {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  align-content: center;
  border-color: black;
  border-width: 2px;
  font-size: 16px;

}

.itemsCountLabel {
  text-align: center;
  font-family: "Century Gothic";
  font-size: 2em;
  color: black;
  padding: 10px;
  border-color: black;
  border-width: 2px;

}

.leftHandInfo {
  float: left;
  clear: left;

}

.menuItem {
  border-bottom: dotted #B0D5C7 1px;
  display: block;
}

.billItemTitle {
  text-align: left;
  padding: 5px;
  font-family: "Century Gothic";

}

.itemPrice {
  text-align: right;
  float: right;
  font-family: "Century Gothic";
  height: auto;
  font-size: 1.0em;
  display: inline;

}

.itemImage {
  text-align: left;
  float: left;
  display:inline;
  padding-right: 3px;
}

.itemTitle {
  font-family: "Century Gothic Bold";
  font-size: 1.0em;
  display: inline;
 
}

h1 {
  font-family: "Century Gothic Bold";
  font-size: 35px;

}



h3 {
  font-family: "Century Gothic Bold";
  font-size: 16px;
}


.itemDescription {
  font-family: "Century Gothic";
  float: none;
  clear: right;

  text-align: left;
  font-size:0.75em;
  line-height: 1.0em;
  
  height: auto;
}

li {
margin-top: 10px;
margin-bottom: 10px;
word-wrap: break-word;
height: 100px;
display: block;
}

.noPhoto {
  height: 55px;
}





.minusButton {

  padding: 10px;
  margin-left: 10px;
  clear: left;
  display:inline-block;
  font-size: 1.2em;
}

.plusButton {
  padding: 10px;
  clear: right;
  display:inline-block;
  font-size: 1.2em;
}
.billItemPrice {
 float: right;

 font-family: "Century Gothic";

  padding: 5px;

}
.billItemQuantity {

  padding: 10px;
  font-family: "Century Gothic";

  display:inline-block;

}

#champagneTitle {
    font-family: "Century Gothic";
     font-size: 20px;
}

#champagne {
    font-family: "Century Gothic Bold";
     font-size: 16px;
}

.sectionTitle {
     font-family: "Century Gothic";
     font-size: 20px;
}


 .logo {
   max-width: 150px;
   max-height: 150px;
   text-align: center;
   margin: auto;
 }
 
 #arguileh {
     padding-top: 50px;
     font-size: 20px;
 }
 
 #deliveryMenu {
    font-size: 16px;
    font-family: 'Century Gothic Bold';
    color: #333;
    padding-top: 55px;
    display: block;
    text-align: right;
}

h2 {
  font-family: "Century Gothic Bold";
  font-size: 20px;
}

.subSectionTitle {
    font-family: "Century Gothic Bold";
  font-size: 20px;
}