body {
  background-color: rgb(241,241,241);
  color: rgb(93,95,98);
}

#hero {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/img/Hero1.jpg");
  background-color: #0b1b2d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-light .navbar-brand {
  background-image: url("../../assets/img/A1GrupLogoL.png");
  background-repeat: no-repeat;
  width: 150px;
  height: 72px;
  background-size: contain;
  background-position: center;
  padding-left: 15px;
}

#navcol-1 {
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  color: rgb(255,255,255);
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255,0.7);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
}

@media (min-width: 992px) {
  #Title {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    margin-left: 16px;
    color: rgb(255,255,255);
  }
}

#Title {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  margin-left: 0px;
  color: rgb(255,255,255);
}

#Subtitle {
  font-size: 24px;
  font-weight: 300;
  font-family: Montserrat, sans-serif;
  margin-left: 0px;
  margin-top: 60px;
  color: rgb(116,116,116);
  margin-bottom: 20px;
}

#herorow {
  margin-left: -16px;
  margin-top: 80px;
}

@media (min-width: 992px) {
  #hero {
    width: 100%;
    height: 700px;
    background-color: #0b1b2d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

#navbar-toggle {
  color: rgba(255,255,255,0.5);
}

#navbar-toggle-icon {
  color: rgba(255,255,255,0.72);
}

.divider {
  width: 85%;
  background-color: #000000;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0.24;
}

#Intro-Title {
  background-position: top;
  font-family: Montserrat, sans-serif;
  margin-top: 40px;
  color: rgb(255,255,255);
  line-height: 36px;
  font-size: 24px;
  margin-bottom: -40px;
  font-weight: normal;
}

@media (min-width: 992px) {
  #Intro-Title {
    background-position: top;
    font-family: Montserrat, sans-serif;
    margin-top: 20px;
    color: rgb(237,237,237);
    line-height: 48px;
    font-size: 32px;
    margin-bottom: -40px;
    font-weight: normal;
  }
}

.text-md-left {
  color: rgb(36,141,238);
  font-family: Montserrat, sans-serif;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .text-md-left {
    color: rgb(36,141,238);
    font-family: Montserrat, sans-serif;
    margin-top: 15px;
  }
}

.col-md-4.item {
  text-align: center;
  margin-top: 30px;
}

.image {
  max-width: 160px;
  margin-bottom: 20px;
}

#why .item h2 {
  font-weight: normal;
  color: rgb(39,94,176);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

#why .item p {
  font-family: 'Montserrat';
  font-size: 15px;
  margin-left: 5%;
  margin-right: 5%;
}

#heading-storitve {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: normal;
}

.container.contact {
  margin-top: 60px;
}

#heading-zakaj {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: rgb(93,95,98);
  font-weight: normal;
  padding-top: 20px;
}

.h3, h3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: rgb(41,100,159);
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.row.zakaj {
}

#podjetje {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}

#opis {
  margin-top: 20px;
  font-family: 'Montserrat';
}

