* {
  margin: 0;
  padding: 0;
}

hr {
  background-color: aliceblue;
}

body {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  background: url("../images/bg1.jpg") 50% 0;
  background-size: cover;
  font-family: 'Abril Fatface', cursive;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-nav {
  font-weight: 900;
  font-family: 'Abril Fatface', cursive;
}

.navbar-nav li a {
  color: aliceblue !important;
  margin-right: 20px;
}

.navbar-nav li a:hover {
  color: #638b49 !important;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.navbar-nav li {
  color: aliceblue !important;
  margin-right: 20px;
}

.under_constr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10%;
  color: #ff0303;
  letter-spacing: 0.1rem;
}
/*# sourceMappingURL=narudzbe.css.map */