/*------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;
}

#link-nav-crn {
  color: black !important;
}

#link-nav-crn:hover {
  opacity:  0.5;
}

/*/------------*banner-------------*

/*headings*/

.text-naslovna {
  display: flex;
  align-items:  center;
}

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:  2.2rem;
}

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

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

/*-------------STAKES SECTION------------*/

.stakes {
  display: flex;
}

.el-stakes {
  margin: 40px 0px;
}

.fa-home {
  font-size:  60px;
  margin:  20px 0 30px 0;
}

.fa-key {
  font-size:  60px;
  margin:  20px 0 30px 0;
}

.fa-pencil-ruler {
  font-size:  60px;
  margin:  20px 0 30px 0;
}

.stakes p {
  padding: 10px 25px;
}

.poravnava-stakes {
  justify-content: space-around;
}

/*---------------Video section---------*/

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position:  absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.el-pomagamo {
  display:  flex;
  align-items:  center;
}

.pomagamo {
  display: flex;
  justify-content: space-around;
}

.text-iscete {
  text-align: center;
}

.CTA-iscete-dektop {
  display:  none;
}

.CTA-iscete-mobile {
  width:  100%;
  margin-top: 30px;
}


/*---------------Kako poteka sodelovanje---------*/

.spoznavni-card  {
  flex-direction: column;
}

.heading-cs {
  display: flex;
}

.h-s {
  font-size: 6rem;
  font-weight:  700;
}

.h-s-s {
  padding:  25px;
  font-weight: 700;
}

.btn-spoznavni {
  display:flex;
  justify-content: center;
}


/*---------------Projekti section---------*/

.projekti-desktop {
  display: none;
}

.slika-projekti {
  width:  100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.slika-projekti p {
  margin: 0;
  color: white;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}

.slika-projekti-desktop {
  width:  100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.slika-projekti-desktop p {
  margin: 0;
  color: white;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
}

.slika-projekti-desktop-velika {
  width:  100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.slika-projekti-desktop-velika p {
  margin: 0;
  color: white;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
}

.link-cela-div {
  display: flex;
  align-items:  flex-end;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.link-cela-div:hover {
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

/*---------------Cena section---------*/

.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;
}

.slika-tomaz-komp {
    display: none;
  }

/*--------- Noga --------*/

#footer {
  margin: 0 auto;
  color: white;
}

.naslov-noga {
  font-weight:  700;
}

#footer a {
  text-decoration:  none;
  color: inherit;
}

#footer a:hover {
  opacity: 0.6;
}


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

@media screen and (min-width: 1200px) {

  .pozicija-lg {
    height:  100%;
    display:  flex;
    align-items: center;
  }

  .btn-spoznavni {
    width: 300px;
    margin: auto;
  }

  h2 {
    font-size: 2.5rem;
  }

  .glavni-naslov {
    font-size: 5rem;
  }

  .CTA-iscete-dektop {
  display:  inline;
}

  .CTA-iscete-mobile {
    display:  none;
  }

  .text-iscete {
    text-align: left;
  }

  .text-p {
    margin: 30px 0 45px 0 !important;
  }

  .projekti-mobile {
    display:  none;
  }

  .projekti-desktop {
    display: block;
  }

  .slika-tomaz {
    display:  none;
  }

  .slika-tomaz-komp {
    display: block;
  }

}











