/*------buttons-----*/

.btn-cta {
  background: white;
  border: 1px solid black;
  padding: 15px 60px;
  border-radius: 0;
  font-weight: 700;
}

.btn-cta:hover {
  background: #ababab;
}

#btn-cta-meni {
  background: white;
  border: 1px solid black;
  padding: 10px 45px;
  border-radius: 0;
  font-weight: 700;
  color:  black !important;
}

#btn-cta-meni:hover {
  background: #ababab;
}

.btn-cta-ponudbe {
  background: white;
  border: 1px solid black;
  border-radius: 0;
  font-weight: 700;
}

.btn-cta-ponudbe:hover {
  background: #ababab;
}

/*/------------*banner-------------*/
.banner {
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}

/*headings*/

h2 {
  font-weight:  700;
}

h4 {
  font-weight:  700;
}

.sub {
  font-weight:  400;
  font-size:  1.7rem;
}

/*el*/

.section {
  text-align:  center;
  padding:  80px 0;
}

.section-gray {
  text-align:  center;
  padding:  80px 0;
  background:  #F6f6f6;
}

/*--------navbar---*/

nav > * {
  font-weight: 700;
}

.navbar {
  align-items:  center;
}

.nav-item {
  display: flex;
  align-items:  center;
}

.navbar-brand {
  font-size:  1.5rem;
}

.nav-link {
  margin-left: 15px;
  color: white !important;
}

.nav-link:hover {
  color: #ababab !important;
}

/

.naslov-cena {
  font-size: 1.7rem;
}

/*-----------Kontakt section---------*/

.kontakt {
  font-size: 1.6rem;
 /* text-align:  center;*/
}

.kontakt-naslov-mali {
  font-size: 1.2rem;
  font-weight:  700;
}

/*---------------Media queries---------*/

@media screen and (min-width: 1200px) {
  .btn-spoznavni {
    width: 250px;
    margin: auto;
  }
}

