@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&family=Kaushan+Script&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playball&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */

}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;

}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/****************************************************************************************************************************************/
body {
  /*font-family: myFirstFont,'Nunito Sans' !important;*/
  background-color: rgb(19, 19, 19);
  color: whitesmoke;
}


* {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", "Nunito Sans", sans-serif;
  line-height: 1.5rem;
}





#loading {
  width: 100vw;
  height: 100vh;
  background-color: rgb(236, 236, 236);
  z-index: 2000;
  position: fixed;
  top: 0;
}
#loading-gif{
  margin-top: 60px;
  width: 120px;
  
}
#logo-loading-ober{
  height: 100px;
}
#logotxt-loading{
  font-size: 25px;
  margin-top: 20px!important;
}

@media (max-width:1000px){
  #loading-gif{
    margin-top: 50px;
    width: 100px;    
  }
  #logo-loading-ober{
    height: 84px;
  }
  #logotxt-loading{
    font-size: 21px;
    margin-top: 14px!important;
  }  
}

@media (max-width:600px) {
  #loading{
    padding-bottom: 15%;
  }
  #loading-gif{
    margin-top: 10vw;
    width: 17vw;    
  }
  #logo-loading-ober{
    height: 15vw;
    margin: 0!important;
    align-self: center;
  }
  #logotxt-loading{
    font-size: 3.7vw;
    margin-top: 3vw!important;
  } 
  
}






#navigation {
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.741);
  border-bottom: 1px solid rgb(41, 40, 36);
}

#navContainer {
}

.navbar-brand {
  font-size: 0.2rem;
}

.nav-link {
  color: rgba(255, 255, 255, 0.919) !important;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  padding: 0.75rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.nav-item {
  text-align: center;
}

#cover {
  background-image: url(images/cover.jpg);
  background-attachment: fixed;
  background-position: right center;
  background-size: cover;
  max-width: 2000px;

}

.darkerBg {
  background-color: rgba(9, 9, 9, 0.481);
  min-height: 98vh;
  max-height: 1000px;
}

.max-w-2000 {
  max-width: 2000px;
  margin: 0 auto;
}

.darker {
  background-color: rgba(0, 0, 0, 0);
}



#logo {
  height: 75px;
}

#logo2 {
  display: none;
}

.logotxt {
  font-size: 0.62rem !important;
  margin-top: 0.4rem;
}

.transition3s {
  transition: opacity 3s;
}

/* .transitionBGpos3s {
    transition: background-position 3s;
} */

#burger {
  font-size: 1.2rem;
}

.navbar-toggler {
  border: 0px;
  text-decoration: none;
}

.redBorder {
  border: 1px solid red;
}

.blueBorder {
  border: 1px solid greenyellow;
}

.cool-link {
  display: inline-block;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  /*background: rgb(189, 145, 34);*/
  transition: width 0.3s;
}

.cool-link:hover::after {
  background: rgb(189, 145, 34);
  width: 100%;
  transition: width 0.3s;
  margin: auto;
}

#landing {
  margin-top: 6rem;
}

#title {
  text-align: center;
}

#titleDiv {
  max-width: 500px;
}

.coverBtn {
  font-size: 0.85rem;
  width: 10rem;
  font-weight: 600 !important;
  border-radius: 3px;
  padding: 6px 0;
}

#jelovnikBtn {
  background-color: rgb(163, 29, 29);
  color: #f2f2f2;
  border: 3px solid rgba(255, 255, 255, 0);
}

#dostavaBtn {
  background-color: rgb(235, 228, 31);
  color: rgb(19, 19, 19);
  border: 3px solid rgba(255, 255, 255, 0);
  /*z-index: 5;*/
}

#jelovnikBtn:hover,
#dostavaBtn:hover {
  background-color: rgba(0, 0, 0, 0.322);
  color: rgba(255, 255, 255, 0.781);
  border: 3px solid rgba(255, 255, 255, 0.671);
}

#dostavaBtn {
  background-color: rgb(235, 228, 31);
  color: rgb(19, 19, 19);
  border: 3px solid rgba(255, 255, 255, 0);
  /*z-index: 5;*/
}

.spice {
  font-family: "Kaushan Script", cursive;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 2rem;
}

.tasty {
  font-family: "Kaushan Script", cursive;
  font-size: 1.1rem;
  font-weight: 100;
  /*font-style: italic;*/
}

.address {
  font-size: 0.7rem;
}

.addressTransition {
  transition: 0.5s;
  transition-delay: 2s;
}

.glovoTransition {
  transition: 0.5s;
  transition-delay: 2s;
}

#glovoLogo {
}

#glovoLogo:hover {
  transform: scale(1.3);
}

.glovoTransition {
  transition: transform 0.3s linear 0s, right 0.3s linear 2.2s;
}

/*/////////////////////////////////////*/

/*Really small width */

@media (max-width: 380px) {
  #logo {
    height: 70px;
  }
  #logo2 {
    height: 34px;
  }
  .logotxt {
    font-size: 0.59rem !important;
    margin-top: 0.3rem;
  }
  #burger {
    font-size: 1.1rem;
  }
  .nav-link {
    font-weight: 400;
    padding: 0;
  }
  #navBr {
    margin-left: 0.3rem !important;
  }
  .navbar-toggler {
    margin-right: 0.5rem !important;
    padding: 0;
  }
}

/*smalll devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
  #burger {
    font-size: 1.35rem;
  }
  #logo {
    height: 80px;
  }
  #logo2 {
    height: 39px;
  }
  .logotxt {
    margin-top: 0.5rem;
    font-size: 0.67rem !important;
  }
  #burger {
    font-size: 1.3rem;
  }
  .nav-link {
    font-size: 1.1rem;
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
  .coverBtn {
    font-size: 0.95rem;
    width: 11rem;
    padding: 7px 0;
  }
  .spice {
    font-size: 3.2rem;
  }
  .tasty {
    font-size: 1.2rem;
  }
  #landing {
    margin-top: 7rem;
  }
  .address {
    font-size: 0.8rem;
  }
  #glovoLogo {
    height: 22px;
  }
}

/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
  .logotxt {
    font-size: 0.62rem !important;
  }
  #burger {
    font-size: 1.3rem;
  }
  .nav-link {
    padding: 0;
    font-weight: 400;
  }
  #logo {
    height: 75px;
  }
  #logo2 {
    height: 37px;
  }
  .spice {
    font-size: 3.6rem;
  }
  .tasty {
    font-size: 1.5rem;
  }
  .address {
    font-size: 0.85rem;
  }
  #glovoLogo {
    height: 25px;
  }
}

/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
  .spice {
    font-size: 4rem;
  }
  .tasty {
    font-size: 1.7rem;
  }
  #logo {
    height: 82px;
  }
  #logo2 {
    height: 40px;
  }
  .logotxt {
    font-size: 0.74rem !important;
  }
  #landing {
    margin-top: 8rem;
  }
  .nav-link {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    padding-left: 0.7rem !important;
    padding-right: 0.9rem !important;
  }
  .coverBtn {
    font-size: 1rem;
    width: 12rem;
    padding: 7px 0;
  }
  .address {
    font-size: 0.9rem;
  }
  #glovoLogo {
    height: 30px;
  }
}

@media (min-width: 1060px) {
  #navBr {
    margin-left: 2rem !important;
  }
  #listOflinks {
    padding-right: 2rem !important;
  }
}

/* X-Large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
  .logotxt {
    font-size: 0.75rem !important;
  }
  .nav-link {
    padding: 0;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .spice {
    font-size: 4.4rem;
  }
  .tasty {
    font-size: 1.9rem;
  }
  #glovoLogo {
    height: 30px;
  }
  .coverBtn {
    font-size: 1.1rem;
    width: 14rem;
    padding: 7px 0;
  }
  .address {
    font-size: 1rem;
  }
  #logo {
    height: 85px;
  }
  #logo2 {
    height: 42px;
  }
}

/************************* ABOUT ***********************/

.pad0-24px {
  padding: 0 24px;
}

#about {
  background-image: url(images/about.jpg);
  background-position: center;
  background-size: cover;
  max-width: 2000px;
}

.aboutC {
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 2px 4px 2px rgb(190, 190, 190); 
  -webkit-backdrop-filter: blur(10px);

  backdrop-filter: blur(7px);

  color: rgb(0, 0, 0);
  max-width: 420px;
  margin: auto;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@-moz-document url-prefix() {
  .aboutC {
    background-color: rgba(255, 255, 255, 0.87);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .aboutC {
    background-color: rgba(255, 255, 255, 0.87);
  }
}

#wcmTitle {
  color: rgb(192, 3, 3);
  font-weight: 700;
  font-size: 1.35rem;
}

#about2 {
}

.aboutRow {
  max-width: 400px !important;
}

.aboutImg {
  max-height: 250px;
  overflow: hidden;
}

.textContent {
  font-size: 0.95rem;
}

.mw1200px {
  max-width: 400px;
}

.height300 {
  height: 300px;
}

.height600 {
  height: 300px;
}

.width300 {
  width: 300px;
}

.width600 {
  width: 600px;
}

/***********************************************/

@media (max-width: 380px) {
}

@media (min-width: 576px) {
  .aboutC {
    max-width: 470px;
    margin: auto;
  }
}

/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
  .aboutC {
    max-width: 2000px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .aboutRow {
    max-width: 5000px !important;
  }
  .textContent {
    /*font-size: 1.1rem;*/
  }
  #wcmTitle {
    font-size: 1.55rem;
  }
  .aboutC {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
  .aboutC {
    margin-left: unset;
    margin-right: unset;
    margin: auto;
    width: 850px;
  }
  .textContent {
    font-size: 1.05rem;
    line-height: 1.4rem;
  }
}

/* X-Large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up)*/

@media (min-width: 1400px) {
  .aboutC {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/*//////////////////////////////////////////////////////////*/

#prodo {
  max-width: 2000px;
  color: black;
}

#dostava {
  background-image: url(images/glovo-bg.jpg);
  background-position: top left;
  background-size: cover;
  height: 650px;
  overflow: hidden;
}

.dostavatxt {
  line-height: 1.6rem;
}

#dostavacircle1 {
  padding: 40px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.426);
  /*box-shadow: 1px 1px 5px 1px rgb(0, 0, 0);*/
  backdrop-filter: blur(1px);
  color: rgb(255, 255, 255);
  position: relative;
  left: 15%;
}

#naruciBtn {
  font-size: 1.05rem;
  font-weight: 700;
  background-color: rgba(34, 34, 34, 0.692);
  padding: 0.6rem 2rem;
  border-radius: 10rem;
  border: 2px solid rgb(255, 183, 0);
  color: rgb(255, 183, 0);
}

#naruciBtn:hover {
  color: rgb(36, 36, 36);
  background-color: rgba(255, 183, 0, 0.76);
}

#proslave {
  background-image: url(images/bgPros.jpg);
  background-position: center;
  background-size: cover;
}

#prosContainer {
  max-width: 500px;
  margin: 0 auto !important;
}

#tableImg {
  max-height: 250px;
}

#prosh3 {
  color: rgb(187, 131, 52);
}

#prosp2 {
  /* text-align: right; */
  /* font-weight: 500; */
  color: rgb(88, 69, 39);
}

#prosphone {
  background-color: rgb(182, 148, 116);
  border: 2px solid rgb(182, 148, 116);
  border-radius: 2px;
  padding: 6px 20px;
  letter-spacing: 1px;
  color: white;
}

#prosphone:hover {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgb(182, 148, 116);
  border-radius: 2px;
  padding: 6px 20px;
  letter-spacing: 1px;
  color: rgb(133, 109, 86);
}

@media (max-width: 380px) {
}

@media (min-width: 576px) {
  #dostavacircle1 {
  }
}

/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #dostavacircle1 {
    left: 10%;
  }
}

/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #dostavacircle1 {
    left: 15%;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #dostavacircle1 {
    left: 10%;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
}

.pbFont {
  font-family: "Playball", cursive;
}

#menu {
  color: black;
  background-image: url(images/bgMenu.png);
  backdrop-filter: blur(15px);
  background-size: 500px;
  max-width: 2000px;
}

#masonry-div {
  max-width: 450px;
}

#jelovnikh3 {
  color: rgb(129, 21, 21);
}

.foodgroup {
  width: 100%;
}

.foodgroupname {
  background: rgb(255, 228, 179);
  background: linear-gradient(
    45deg,
    rgba(255, 228, 179, 1) 10%,
    rgba(255, 238, 208, 1) 18%,
    rgba(255, 228, 179, 1) 32%,
    rgba(255, 228, 179, 1) 71%,
    rgba(255, 238, 208, 1) 85%,
    rgba(255, 228, 179, 1) 93%
  );
  color: rgb(129, 21, 21);
  padding: 15px 50px !important;
  /*border-radius: 10px 10px 0 0;*/
  margin-bottom: 0 !important;
}

.dish {
  background-color: rgb(255, 255, 255);
  padding: 5px 10px;
}

.dishname {
  color: rgb(155, 23, 23);
  font-weight: 600;
  font-size: 0.85rem;
}

.dots {
  border-bottom: 1px dotted rgb(172, 172, 172);
  margin: 4px 6px !important;
  min-width: 3px;
}

.dishdesc {
  padding-left: 8px !important;
  font-size: 0.72rem;
  color: grey;
}

.price {
  color: black;
  font-weight: bold;
  font-size: 0.85rem;
  min-width: 45px;
}

.menu-img {
  height: 140px;
  margin: 1rem 0;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
}

#menu-predjela-img {
  background-image: url(images/menu-predjela-wide.jpg);
}

#menu-burgeri-img {
  background-image: url(images/menu-burgeri-wide.jpg);
  background-position: bottom;
}

#menu-grill-img {
  background-image: url(images/menu-grill-wide.jpg);
}

#menu-vege-img {
  background-image: url(images/menu-vege2-wide.jpg);
}

#menu-beer-img {
  background-image: url(images/menu-beer-wide.jpg);
}

#menu-beer2-img {
  background-image: url(images/menu-kobas2-wide.jpg);
}

#menu-salad-img {
  background-image: url(images/menu-salad-wide.jpg);
}

#menu-side-img {
  background-image: url(images/menu-side-wide.jpg);
}

#menu-desert-img {
  background-image: url(images/menu-desert-wide.jpeg);
}

@media (max-width: 380px) {
  .menu-img {
    height: 100px;
  }
}

@media (min-width: 576px) {
  .dishname,
  .price {
    font-size: 0.95rem;
  }
  .dishdesc {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .foodgroup {
    width: 50%;
  }
  #masonry-div {
    max-width: 1150px;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
  .foodgroup {
    width: 33.33%;
  }
  #masonry-div {
    max-width: 1600px;
  }
}

/**************BEER************************/

#beer {
  max-width: 2000px;
}

.bg-img-cover-center {
  background-size: cover;
  background-position: center;
}

#beer-div {
  max-width: 2000px;
  background-image: url(images/beer-toast-gr.jpg);
  background-position: center;
}

.max-w-2000 {
  max-width: 2000px;
}

.beer-image {
  height: 40vw;
  margin-left: auto;
  margin-right: auto;
}

#darker-bg-beer {
  background-color: rgba(0, 0, 0, 0.645);
}

#beer-title {
  margin-bottom: 2.5rem;
  margin-top: 4rem;
}

#posjeti-nas {
  text-overflow: ellipsis;
  max-width: 360px;
  margin-bottom: 2rem;
}

#posjeti-nas h5 {
  line-height: 26px;
}

#logo-mali-div {
  background-color: #ffc403;
  width: 50%;
  max-width: 120px;
  min-width: 110px;
}

#logo-img-mali-div {
  margin: 10%;
  margin-top: 35%;
  width: 80%;
}

#beer-contact {
  font-size: 0.9rem;
}

#yellow-side {
  background-image: url(images/cheese-bg-rot.png);
  background-position: top right;
}

#brew-icon {
  width: 80px;
}

#bottles-hand {
  max-width: 100px;
}

#svaka-casa {
  color: black;
  font-style: italic;
  font-weight: 400;
  max-width: 333px;
}

.black-stripe {
  height: 70px;
}

#about-beer {
  background-image: url(images/cheese-bg2.png);
}

#about-beer-inside {
  color: black;
  max-width: 440px;
}

#about-beer-content {
  max-width: 450px;
}

.glass-scale {
  transform: scale(3);
}

#beer-menu {
  overflow: hidden;
  max-width: 2000px;
  background-image: url(images/brewhouse-bg.jpg);
  
  background-attachment: fixed;
}

#beer-menu-title-div {
  background-color: rgba(0, 0, 0, 0);
  color: #ffc403;
  font-style: italic;
  padding-top: 4rem;
}

#beer-menu-title {
  font-weight: 400;
  text-align: center;
}

#beer-cards {
  margin-top: 5rem;
}

.beer-item {
  border: 5px solid whitesmoke;
  max-width: 325px;
  width: 300px;
  padding: 0;
  background-color: rgb(248, 249, 250);
  min-width: 5%;
}

.card-two {
  min-height: 240px;
  height: auto !important;
  justify-content: baseline;
  -ms-flex-pack: between !important;
  -ms-flex-pack: distribute;
}

.card-text {
  color: rgb(36, 36, 36);
}

.card-bottom {
  background-color: rgb(51, 51, 51);
}

#beer-quote {
  max-width: 830px;
}

#quote {
  font-size: 17px;
}

#author {
  font-size: 17px;
  color: #ffc403;
  text-align: right;
}

#beer-images {
  max-width: 576px;
}

.beer-imgs {
  padding: 1rem;
}

.glass-quote {
  width: 10%;
  max-width: 65px;
  min-width: 55px;
  margin: 0 auto;
}

@media (min-width: 480px) {
  #beer-images {
    padding: 2rem;
  }
}

@media (min-width: 576px) {
  #beer-title {
    margin-bottom: 4rem;
    margin-top: 6rem;
  }
  #posjeti-nas {
    margin-bottom: 3rem;
  }
  #bottles-hand {
    max-width: 130px;
  }
  #brew-icon {
    width: 65px;
  }
  .beer-imgs {
    padding: 0rem 3rem;
  }
}

/*/ Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
  #logo-mali-div {
    max-width: 130px;
  }
  #beer-menu-title {
    text-align: LEFT;
    padding-left: 25% !important;
  }
  #about-beer-inside {
    max-width: 520px;
  }
  #beer-images {
    max-width: 2000px;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .beer-imgs {
    padding: 0.5rem;
    max-height: 350px;
  }
  #word-cloud {
    border: 0;
  }
}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
  #yellow-side {
    background-image: url(images/cheese-bg.png);
  }
  #bottles-hand {
    width: 75%;
    max-width: 270px;
  }
  #svaka-casa {
    max-width: 260px;
    font-size: 1.35rem;
  }
  #brew-icon {
    margin-top: 5rem;
    width: 85px;
  }
  #about-beer-inside {
    max-width: 1600px;
  }
  #tanks-img {
    width: 80%;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    max-width: 420px;
  }
  .glass-scale {
    transform: scale(2.6);
  }
  .div-about {
    text-align: right;
  }
  .beer-imgs {
    padding: 1rem;
    max-height: 400px;
  }
}

/* X-Large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
  #darker-bg-beer {
    max-width: 600px;
    background-position: center right;
  }
  #logo-mali-div {
    max-width: 150px;
  }
  #darker-bg-beer {
    max-width: 550px;
    background-position: center left;
  }
  #yellow-side {
    max-width: 270px;
  }
  .glass-scale {
    transform: scale(2.35);
  }
  #tanks-img {
  }
  .beer-imgs {
    padding: 1.3rem;
    max-height: 470px;
  }
}

/*/ XX-Large devices (larger desktops, 1400px and up)*/

@media (min-width: 1400px) {
  #darker-bg-beer {
    max-width: 700px;
  }
  .glass-scale {
    transform: scale(2);
  }
}

/****************location**************/

#location-div h3 {
  font-weight: 400;
}

#location-div {
  max-width: 2000px;
}

#location-data {
  max-width: 1000px;
}

#location a {
  color: inherit;
  text-decoration: none;
}

.loc-icon .bi {
  font-size: 1.8rem;
  color: rgb(214, 1, 1);
}

.loc-p {
  font-weight: 200;
}

#map {
  height: 500px;
  max-width: 2000px;
}

.scrolloff {
  pointer-events: none;
}

footer {
  max-width: 2000px;
  height: 72px;
  overflow: hidden;
  /*background-image: url(images/sun.png);*/
}

#footer-p a {
  font-size: 14px;
  color: rgb(216, 216, 216);
  font-weight: 400;
  text-decoration: none;
}

#madz span {
  color: rgb(240, 11, 11);
  font-weight: 600;
}

#madz:hover span {
  color: rgb(228, 168, 15);
}


/*dodani modal*/

.dishname{
  cursor: pointer;
}

.dishname:hover {
  opacity: 0.5;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image*/
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}


/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


/*

@media (max-width: 380px) {}

@media (min-width: 576px) {}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {}

*/
