/*============= RESETS & DEFAULT STYLING=============*/
/*--- iPhone X Remove Gutters ---*/
html {
  padding: env(safe-area-inset);
}

/*--- Prevent Horizontal Scrolling & Font Style ---*/
html, body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', sans-serif;
  color: #505962;
}

.turkizna {
  color: #1ebba3;
}


.offset::before {
  height: 12rem;
  display: block;
  margin-top: -4rem;
  content: "";
}

video:focus {
  box-shadow: 0;
  outline: 0;
}

/*============= START: NAVIGATION =============*/
.navbar-brand img {
  height: 2rem;
}

.navbar {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07rem;
  font-size: .8rem;
  padding: .7rem 1rem;
  background-color: black;
}

.navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}

.navbar-nav li {
  padding-right: .4rem;
}

.custom-toggler-icon {
  color: lightgray;
  font-size: 1.6rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: mediumpurple;
}

.navbar-nav .static-purple .nav-link {
  color: #c8a2c8;
}

.navbar-nav .static-blue .nav-link {
  color: fuchsia;
}

button:focus,
a:focus {
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
}

button, a, a.btn {
  transition: color .6s ease;
}

.navbar.solid,
.navbar.solid-toggle {
}

/*============== END: NAVIGATION ==============*/



/*============== START: DEFAULT ZA VSE ==============*/

.landing {
   position: relative;
   width: 100%;
   display: table;
   z-index: -1;
}
.home-wrap {
   clip: rect(0, auto, auto, 0);
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
}

/*============== END: DEFAULT ZA VSE ==============*/
.home-inner-novice {
   background-image: url('../img/services/02.jpg');
   position: fixed;
   margin: 5rem 0 8rem;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   /* Za naprave IOS */
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   will-change: transform;
   display: table;
}

#blog .jumbotron-fluid {
  margin-bottom: 10rem;
  background-color: inherit;
  padding-top: 15%;
}

h1.heading {
  text-transform: uppercase;
  font-weight: bolder;
  text-align: center;
  color: white;
  font-size: 2.5rem;
  padding-top: 5%;
}

.heading-underline {
  width: 8rem;
  height: .3rem;
  background-color: mediumpurple;
  text-align: center;
  margin: 1rem auto 2rem;
}

.polje {
  width: 100%;
  margin-bottom: .5rem;
  margin-top: .1rem;
}

.padajoce {
  margin-bottom: 2rem;
}

.header {
  padding: 0 16px 4px;
  color: #f1f1f1;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(#000, #4B3A70);
  position: fixed;
  top: 4rem;
  margin: 0;
  z-index: 1;
}

.gumbi {
  margin-bottom: .2rem;
}

.gumb:focus,
.gumb:active {
  outline: none;
  box-shadow: none;
}

.splosno {
  margin-top: -6rem!important;
}

.kartica {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 0;
}

.slika {
  width: 70%;
  margin: 1rem 0 1.5rem;
  border: 10px solid lightgray;
}

.naslov {
  color: mediumpurple;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.gumb:focus,
.gumb:active {
  outline: none;
  box-shadow: none;
}

.pisava {
  color: #000;
  text-align: center;
  font-size: 1.2rem;
}

.besedilo {
  text-align: justify;
}

.quote {
  text-align: left;
}

.datum {
  color: darkgray;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}

/*---------------------------------------------------------------------------------------------------------*/

@media (max-width: 1025px) {

}
/*============= KONEC: EKRANI MAX VELIKOSTI 1025PX =============*/

/*============= ZACETEK: EKRANI MAX VELIKOSTI 991PX =============*/
@media (max-width: 991px) {
  h1.heading {
    margin-top: 10%;
  }
  .heading-underline {
    width: 6rem;
    height: .3rem;
    margin: 1rem auto 0;
  }
  .polje {
    margin-bottom: .5rem;
  }
  .gumbi {
    margin-bottom: .2rem;
  }
  .splosno {
    margin-top: -6rem!important;
  }
  .slika {
    width: 70%;
    margin: 1rem 0 1.5rem;
    border: 10px solid lightgray;
  }
  .naslov {
    font-size: 2rem;
  }
  .pisava {
    font-size: 1.2rem;
  }
  .quote {
    text-align: left;
    font-size: 1rem;
  }
  .datum {
    font-size: 1rem;
  }
}
/*============= KONEC: EKRANI MAX VELIKOSTI 991PX =============*/

/*============= ZACETEK: EKRANI MAX VELIKOSTI 767PX =============*/
@media (max-width: 767px) {
  h1.heading {
    margin-top: 15%;
  }
  .heading-underline {
    width: 6rem;
    height: .3rem;
    margin: 1rem auto 0;
  }
  .polje {
    margin-bottom: .5rem;
  }
  .gumbi {
    margin-bottom: .2rem;
  }
  .splosno {
    margin-top: -10rem!important;
  }
  .slika {
    width: 70%;
    margin: .9rem 0 1.3rem;
    border: 10px solid lightgray;
  }
  .naslov {
    font-size: 1.8rem;
  }
  .pisava {
    font-size: 1.1rem;
  }
  .quote {
    text-align: left;
    font-size: 1rem;
  }
  .datum {
    font-size: .9rem;
  }
}
/*============= KONEC: EKRANI MAX VELIKOSTI 767PX =============*/

/*============= ZACETEK: EKRANI MAX VELIKOSTI 575PX =============*/
@media (max-width: 575px) {
  h1.heading {
    margin-top: 35%;
    font-size: 2rem;
  }
  .heading-underline {
    width: 4.5rem;
    height: .2rem;
    margin: .4rem auto 0;
  }
  .polje {
    margin-bottom: .5rem;
    height: 1.7rem;
    font-size: .7rem;
  }
  .gumbi {
    margin-bottom: .2rem;
  }
  .gumb {
    font-size: .7rem;
  }
  .splosno {
    margin-top: -11rem!important;
  }
  .slika {
    width: 70%;
    margin: .6rem 0 1rem;
    border: 10px solid lightgray;
  }
  .naslov {
    font-size: 1.4rem;
  }
  .pisava {
    font-size: .9rem;
  }
  .quote {
    font-size: .7rem;
  }
  .datum {
    font-size: .7rem;
  }
}
/*============= KONEC: EKRANI MAX VELIKOSTI 575PX =============*/

/*============= ZACETEK: EKRANI MAX VELIKOSTI 350PX =============*/
@media (max-width: 350px) {
  h1.heading {
    margin-top: 38%;
    font-size: 2rem;
  }
  .heading-underline {
    width: 4.5rem;
    height: .2rem;
    margin: .4rem auto 0;
  }
  .polje {
    margin-bottom: .5rem;
    height: 1.6rem;
    font-size: .6rem;
  }
  .gumbi {
    margin-bottom: .2rem;
  }
  .gumb {
    font-size: .6rem;
  }
  .splosno {
    margin-top: -11rem!important;
  }
  .slika {
    width: 70%;
    margin: .3rem 0 .7rem;
    border: 10px solid lightgray;
  }
  .naslov {
    font-size: 1.2rem;
  }
  .pisava {
    font-size: .7rem;
  }
  .quote {
    font-size: .5rem;
  }
  .datum {
    font-size: .5rem;
  }
}
