* {
  border-radius: 0!important;
}

body {
  color: #212121;
  margin-top: 120px;
  box-sizing: border-box;
}

.terma-red {
  color:#EA1F23!important;
}

.navbar-light, #termanavbar {
  background-color: #FFFFFF!important;
}

.navbar-bottom {
 border-bottom: 3px solid #EA1F23;
}

.terma-nav {
  color: #212121!important;
}

.terma-nav:hover {
  color: #FFFFFF!important;
  background-color: #EA1F23;
  display:inline-block;

}

.terma-border {
  position: relative;
  background-color: #FFFFFF;
}

.terma-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #E5E5E5 75%, #EA1F23 25%);
}

/* slider theming */
.carousel-item {

}

.carousel-caption {
  background-color:rgba(0,0,0,0.33);
}

.carousel-indicators li {
  background-color: #FFFFFF;
  opacity:1;
}
.carousel-indicators li.active {
  background-color: #EA1F23;
}

/* call me maybe */
.heaters-bg {
  background-image: url('/images/heaters.png');
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: 200% 100%;
}

.office-bg {
  background-image: url('/images/termodizajn-kancelaria.jpg');
}

.white {
  color: #FFFFFF;
}
.grey-bg {
  background-color:rgba(0,0,0,0.33);
}
