
/*
=============
COLORS
=============
mw_red: #BB2025;


*/

/*GENERAL*/


body {
  font-family: Roboto;
}

a,
button{
  cursor: pointer;
}
section li {
  list-style: none;
}

.bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.content-title {
  color: #BB2025;
  margin-bottom: 40px;
}

h3{
  font-weight: 400;
  letter-spacing: 5px;
  padding-top: 25px;
  font-weight: 700;
  
}



/*NAVBAR*/
#navbg{
  width: 100%;
}
.nav-link{
    color: rgb(27, 27, 27)!important;
}
.nav-link:hover{
  color: #BB2025!important;
}

/*JUMBOTRON*/
.jumbotron .container h1{
  font-weight: 700;
}
.jumbotron{
  border-top: 5px solid rgba(182, 37, 37, 0.9);
  border-bottom: 5px solid rgba(182, 37, 37, 0.9);
  height: 70vh;
  background-image: url('../img/bg-home.jpg');
  background-size: cover;
  background-position: center;

}




.jumbotron input {
  height: 40px;
  border: 2px solid #BB2025;
}

#newsletterBtn:hover{
  color: white;
  background-color: #BB2025;
  
}

#newsletterBtn:hover{
  color: #BB2025;
  background-color: white;
  border-color: #BB2025;
  
}


/*SERVICES*/
.item{
  letter-spacing: 1px;
  padding: 10px;
  padding-top: 25px;
}

.item:hover{
  color:#BB2025;
  
    
}
.item-header {
  min-height: 120px;
}

.item-header:hover {
  color: #BB2025;
}
.item-header i{
  padding-bottom: 15px;
}
/*ABOUT*/



#about{
  border-top: 5px solid rgba(182, 37, 37, 0.9);
  border-bottom: 5px solid rgba(182, 37, 37, 0.9);
  background-color: #BB2025;
  background-image: url('../img/bg-about.jpg');
  background-size: cover;
  background-position: center;
  color: white;



}

.prozirno{
  background-color: rgba(182, 37, 37, 0.8);
  height: 100%;
 
 



}

#about h3{
  color: white;
}

/*PARTNERS*/
#partners{
  margin-bottom: 20px;
}

/*REFERENCES*/
#references{
border-top: 5px solid rgba(0, 0, 0, 0.1);
border-bottom: 5px solid rgba(0, 0, 0, 0.1);
background-color: #BB2025;
color: white;
padding: 30px 0;

}
#references h3{
  padding-bottom: 50px;
  text-align: center;
}

/*CONTACT*/
#contact{
  margin-top: 30px;
  margin-bottom: 30px;
  color: #BB2025;
}

label{
  letter-spacing: 0.5px;
  color: #BB2025;
  margin-bottom: 1px;
  }
  


.form-group input,
.form-group input:active,
.form-group input:focus,
.form-group textarea,
.form-group textarea:focus,
.form-group textarea:active
{
  border: 2px solid #BB2025;
}


.btn{
  color: white;
  background-color: #BB2025;
  border: 2px solid #BB2025;
  font-weight: bold;
}
.btn:hover,
.btn:focus{
  color: #BB2025;
  background-color: white;
  
}

.g-recaptcha{
  margin-bottom:12px;
}
h4{
  padding-bottom: 10px;
}
/*FOOTER*/

footer {
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  min-height: 60px;
  background-color: #BB2025;
  
}

footer p {
  text-align: center;
  line-height: 60px;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
  
  
}

footer p a,
footer p a:hover {
  color: white;
 
}
@media only screen and (max-width: 767px)  {
  .item{
    border-bottom: 5px solid rgba(95, 94, 94, 0.1);
  }
  .item:last-child{
    border-bottom:none;
  }
  .display-3{
    font-size: 40px;
  }
  footer p{
    font-size: 0.8em;
  }
  #company-info{
    margin-top: 15px;
  }
}