* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Roboto Serif", serif;
}

body {
  background-image: url(/IMG/road-bgimg-mirror.png);
  background-attachment: fixed;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #15222b;
}

/* body {
  background-color: #e2e3dc;
} */

/* #hero {
  height: 400px;
  width: 100%;
  background-image: url("");
  background-size: cover;
} */

#galery button {
  color: black;
}

#galery .nav-item .nav-link.active {
  background-color: #d1b000;
  color: white;
}

#galery h1 {
  text-align: center;
}

#galery .car-icon {
  color: #d1b000;
  height: 50px;
  width: 50px;
}

#galery .icons {
  width: 100%;
}

::selection {
  background-color: #d1b000;
  color: white;
}

/* prostorije */
.location {
  width: 60px;
  height: 50px;
}

.class-room img {
  border-radius: 40px;
}

.list {
  list-style-type: none;
}
