@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500);

.big-heading{
font-size: 40pt;
line-height:normal;

}
.sub-heading{
font-size: 20pt;
line-height:normal;

}

.kapsa {
  background-color: rgba(0,0,0,.7);
  border-left: 5px solid #59CFDD;
  width: 100%;
}


.btn-slider { 
  display: block;
  width: 198px;
  font-size: 11pt;
  font-weight: 300;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(23, 36, 52, 0);
  outline: none;
  text-shadow: none;
  margin: 0 auto;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-slider a:hover { 
  color: #111111;
  background: #59CFDD;
}