div.scrollmenu {
  background-color: #fafafa;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: scroll;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  padding: 17px;
  border-bottom: 1px solid black;
}

@media only screen and (max-width: 768px) {
  div.scrollmenu {
    background-color: rgb(255, 255, 255);
    gap: 20px;
    padding: 20px 0px 10px 20px;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
  }
}

.scrollmenu::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

div.scrollmenu p {
  display: inline-block;
  font-size: 1.9vh;
  background-color: rgba(220, 19, 19, 0);
  color: rgba(15, 35, 60, 255);
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  border-radius: 100px;
  transition: background-color 0.3s, border-radius 0.3s, color 0.3s;
}

@media only screen and (max-width: 768px) {
  div.scrollmenu p {
    display: inline-block;
    font-size: 2vh;
    background-color: rgba(220, 19, 19, 0);
    color: rgba(15, 35, 60, 255);
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 100px;
    transition: background-color 0.3s, border-radius 0.3s, color 0.3s;
  }
}

body {
  display: flex;
  flex-direction: column;
  background-image: url("../Images/Untitled1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
  margin: 0px 0;
  padding-top: 0px;
  padding-left: 17px;
  padding-right: 17px;
}

.floating-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 150px;
    height: 150px;
    background-image: url("../Images/PlazaBarImage-nobg.png");
    background-size: cover;
    opacity: 30%;
}

@media only screen and (max-width: 768px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

body .content {
  height: 85vh;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.content div {
  width: 100%;
}

.lineCategory {
  height: 3px;
  border-width: 1;
  color: rgba(128, 128, 128, 0.002);
  background-color: rgb(12, 2, 162);
  display: none;
}

@media only screen and (max-width: 768px) {
  .lineCategory {
    display: none;
  }
}

.line {
  border-top: 3px blue;
  width: 100%;
}

.Naslov {
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: -30px;
  padding: 100px 20px 40px 20px;
  color: rgb(0, 128, 120);
  font-family: "Roboto Condensed";
  font-size: 52px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .Naslov {
    font-size: 2.7vh;
    font-weight: 600;
    margin-top: -55px;
    margin-bottom: -60px;
    padding: 100px 20px 40px 20px;
    color: rgb(0, 128, 120);
    font-family: "Roboto Condensed";
  }
}

.Items {
  font-weight: 400;
  font-size: 2.8vh;
  font-family: cursive;
  margin-top: -10px;
  margin-bottom: -30px;
  padding: 40px 40px 40px 50px;
  font-family: "Roboto Condensed";
  font-size: 2vh;
  color: rgba(15, 35, 60, 255);
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .Items {
    margin-top: -30px;
    margin-bottom: -30px;
    padding: 40px 40px 40px 25px;
    font-family: "Roboto Condensed";
    font-size: 2vh;
    color: rgba(15, 35, 60, 255);
    font-weight: 800;
    letter-spacing: 0px;
  }
}

.money {
  color: rgb(0, 128, 120);
  float: right;
  font-size: 2.5vh;
  padding-top: 0.2vh;
  font-family: "Roboto Condensed";
}

@media only screen and (max-width: 768px) {
  .money {
    color: rgb(0, 128, 120);
    font-size: 2vh;
    font-weight: 600;
    font-family: "Roboto Condensed";
  }
}

#Kafe,
#PrirodniSokovi,
#BezalkoholnaPica,
#Vode,
#GaziraniSokovi,
#EnergetskiNapici,
#Piva,
#Tocenopivo,
#Vodke,
#Likeri,
#Tekile,
#Konjak,
#Gin,
#Viski,
#Piva,
#Cideri,
#Rakija,
#VinaC,
#VinaF,
#LetnjiMix,
#Pizza,
#Kokteli,
#Sendvici,
#NonAlchoholic {
  width: 100%;
}

.parentHrana {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.childName {
  font-weight: bold;
  font-size: 3vh;
  font-family: cursive;
}

.childSize p {
  text-align: right;
  font-weight: bold;
  font-size: 2.4vh;
  font-family: cursive;
}

.childCost p {
  text-align: right;
  font-weight: bold;
  font-size: 2.4vh;
  font-family: cursive;
  color: #000000;
}

.Opis p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8vh;
  font-family: cursive;
}

.borderClass {
  border-style: none none dotted none;
  border-color: blue;
}

.spanOpis {
  font-size: 1.5vh;
  font-family: "Roboto Condensed";
  line-height: 25px !important;
}

.PizzaName {
  font-size: 2.4vh;
}

.PizzaItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -40px;
  margin-top: -40px;
  font-family: "Roboto Condensed";
  font-weight: 800;
  letter-spacing: 0px;
  color: rgba(0, 128, 120);
}

.PizzaNameDescription {
  font-family: "Roboto Condensed";
  font-size: 1.8vh;
  padding: 40px 40px 40px 25px;
  flex: 1;
  color: rgba(15, 35, 60, 255);
  line-height: 10px;
}

.SizesAndPrices {
  flex: 30;
  text-align: right;
  color: rgb(0, 128, 120);
  font-size: 2vh;
  font-weight: 600;
  font-family: "Roboto Condensed";
}

.SizesAndPrices p {
  margin: 5px 0;
}

.English {
  color: rgba(233, 182, 32, 255);
}

#Sendvici .spanOpis {
  display: inline-block;
  max-width: 70% !important;
  line-height: 16px !important;
}
