.paleta {
  background-color: #db545a;
  background-color: #89b559;
  background-color: #e1ad01;
  background-color: #068930;
}

body {
  min-height: 100vh;
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
}

/* main {
    flex: 1;
  } */

footer {
  /* min-height: 50px; */
}

#ciaoLogo {
  margin-top: 35%;
}
.green-banner {
  height: 300px;
  background-image: url("assets/BanerZeleni.png");
  color: #f8f8f8;
}

.fixed-top.scrolled {
  background-color: #db545a !important;
  transition: background-color 200ms linear;
  height: 9%;
  color: #fff;
}

.hamburger.scroll {
  color: #fff !important;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:hover {
  border: none;
}
.navbar-toggler:focus {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.logo-mtop {
  margin-top: 0 !important;
}

.green-icon {
  color: #89b559;
}
.txt-green {
  color: #89b559;
}
.ciao-link-g {
  color: #068930;
  font-weight: 600;
  text-decoration: none;
}
.ciao-link-g:hover {
  color: #89b559;
  font-weight: 600;
  text-decoration: none;
}
.ciao-link-col {
  color: #068930;
  font-weight: 600;
  text-decoration: none;
}
.ciao-link-col:hover {
  color: #db545a;
  font-weight: 600;
  text-decoration: none;
}
.link-ciao {
  color: #db545a;
  font-weight: 600;
  text-decoration: none;
}
.link-ciao:hover {
  color: #dc4047;
  font-weight: 600;
  text-decoration: none;
}

.ciao-text {
  color: #db545a;
}

.down-btn {
  border: 1px solid #db545a;
  padding: 8px;
}

.up-btn {
  border: 1px solid #068930;
  padding: 8px;
  width: 22%;
}

.btn-ciao {
  background-color: #db545a;
  color: #fff;
}

.btn-ciao:hover {
  background-color: #dc3f47;
  color: #fff;
}

.ciao-hr {
  border-top: 2px solid;
  border-color: #000;
  opacity: 0.5;
}

nav {
  height: 12%;
}

.bold {
  font-weight: 600;
}

.prijava-title {
  background-color: #0a481e;
  width: 25%;
  color: #fff;
}

/* PRIVACY POLICY */

.policy-sub {
  border-left: 2px solid #db545a;
}

.indent {
  margin-left: 2%;
}

#ciaoLogo {
  width: 120px;
  height: 120px;
}

@media (width <= 769px) {
  #ciaoLogo {
    margin-top: 2%;
    width: 100px;
    height: 100px;
  }
  .mt-xs {
    margin-top: 3%;
  }

  .hide-on-small {
    display: none;
  }

  .desktop {
    display: none;
  }
  .phone {
    display: inline;
  }

  #ingredients {
    margin-left: 5%;
    width: 90%;
  }

  .double-pic {
    padding-right: 3%;
  }
}

@media (width >= 765px) {
  #mainMenu {
    margin-left: 20%;
  }
  .mt-xs {
    margin-top: 0%;
  }

  .desktop {
    display: inline;
  }
  .phone {
    display: none;
  }
}

@media (width >= 1199px) {
  #mainMenu {
    margin-left: 35%;
  }
  .main-m-icons {
    margin-left: 10%;
  }
}

@media (width >= 1350px) {
  #mainMenu {
    margin-left: 30%;
  }
  .main-m-icons {
    margin-left: 50%;
  }
}

@media (width >= 768px) {
  .a-mt {
    margin-top: 0.5rem;
  }
}

@media (max-width: 768px) {
  #navbarCollapse {
    background-color: #f8f8f8;
  }
}

@media (min-width: 1199.98px) {
  .ms-10 {
    margin-left: 17rem;
  }

  .me-10 {
    margin-right: 17rem;
  }
}

/* ___________________________________________________ */

.open-sans-font {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.rokkitt-font {
  font-family: "Rokkitt", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.fs-8 {
  font-size: 1.1rem;
}

.card a {
  text-decoration: none;
}
.card a h5 {
  color: #464646;
}

.card:hover {
  box-shadow: 0 4px 8px 0 rgba(79, 79, 79, 0.2),
    0 6px 20px 0 rgba(79, 79, 79, 0.2);
}

.recept:hover {
  box-shadow: 0 4px 8px 0 rgba(79, 79, 79, 0.2),
    0 6px 20px 0 rgba(79, 79, 79, 0.2);
}

@media only screen and (max-width: 769px) {
  .xs-padding {
    padding: 1rem 1.2rem 0 1.2rem;
  }

  .xs-padding-s {
    padding: 0.5rem 2rem 2rem 2rem;
  }
  .w-xs-100 {
    width: 100%;
  }
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 1;
}
.hr-text:before {
  content: "";
  /* // use the linear-gradient for the fading effect
  // use a solid background color for a solid bar */
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;

  padding: 0 0.5em;
  line-height: 1.5em;
  /* // this is really the only tricky part, you need to specify the background color of the container element... */
  color: #818078;
  background-color: #fcfcfa;
}

.mulish {
  font-family: "Mulish", sans-serif;
}

#navbarCollapse {
  text-align: right;
}
