
@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');
*{
    box-sizing: border-box;
}
body{
  background-color: #FFF2D7;
  background-image: url(img/ramen-7187809_640.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Lora", serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;

  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.container{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  align-items: center;

}
header{
  background-color: #A67B5B;
  display: flex;
  justify-content: space-between;
  border-radius: 9px;
  height: 120px;
  width:100%;
  flex-wrap: wrap;

}
.dio1{
  display: flex;
  justify-content: left;

}

footer{
  display: flex;
  background-color: #A67B5B;
  border-radius: 9px;
  height: 120px;
  justify-content: right;
  align-items: end;
  flex-direction: column;
  text-align: right;
  width:100%;
  padding-right: 10px;
  padding-left: 10px;
}

  
main{
  display: flex;
  flex-direction: column;
  background-color: rgb(236, 177, 118, 0.7);
  height: auto;
  max-width: 1200px;
  justify-content: space-between;
}

  
.header-logo{
  height: 100px;
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 9px;
}
.naslov{
  padding-top: 12px;

}
.linkovi{
  padding-top: 25px;
}
.prijava{
  padding-top: 40px;
  padding-right: 10px;
}
.main-logo{
  height: 450px;
  width: 450px;
}
.karta{
  padding: 20px;
}
.lokacija{
  padding-top: 100px;
  
  font-size: 20px;
}

.lokacijaaa{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: 20px;
}
.article1{
  text-align: justify;
  margin-left: 20px;
  margin-right: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-basis: 250px;
  flex-shrink: 1;
  flex-grow: 1;
  background-color: #D8AE7E;
  width: 32%;
  border-radius: 9px;
  padding: 10px;  
  flex-wrap: wrap;

}
.article2{
  text-align: justify;
  margin-left: 20px;
  margin-right: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-basis: 250px;
  flex-shrink: 1;
  flex-grow: 1;
  background-color: #D8AE7E;
  width: 32%;
  border-radius: 9px;
  padding: 10px;  
  flex-wrap: wrap;
 
}
.article3{
  text-align: justify;
  margin-left: 20px;
  margin-right: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-basis: 250px;
  flex-shrink: 1;
  flex-grow: 1;
  background-color: #D8AE7E;
  width: 32%;
  border-radius: 9px;
  padding: 10px;  
  flex-wrap: wrap;
}

.onama{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.galerija{
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.dio-1-m{
  display: flex;
  align-items: center;
}
.dio-2-m{
  background-color: #A67B5B;
  max-width: 770px;
  margin-left: 15px;
  margin-bottom: 30px;
  margin-right: 15px;
  text-align: justify;
  border-radius: 7px;
  padding-left: 5px;
  padding-right: 5px;
}

.slideshow-container {
  background-color: #333;
  position: relative;
  overflow: hidden;
  max-width: 800px;
  height: 500px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  border-radius: 7px;
}
.slides {
  display: flex;
}
.slides img {
  max-width: 800px;
  height: 600px;
  min-width: 100%;
  object-fit: cover;
}


.menu {
  max-width: 600px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #A67B5B;
  padding: 20px;
  border-radius: 7px;
}
.menu h1 {
  text-align: center;
  color: black;
}
.menu h2 {
  color: black;
  padding-bottom: 5px;
}
.menu-item {
  margin: 15px 0;
}
.menu-item p {
  margin: 5px 0;
}
.menu-item .name {
  font-weight: bold;
  font-size: 1.2em;
}
.menu-item .description {
  font-size: 0.9em;
  color: black;
}
.menu-item .price {
  color: black;
  font-size: 0.9em;
  float: right;
}

