

.btn_1 {
  display: inline-block;
  font: 300 26px/26px 'Titillium Web', sans-serif;
  padding: 15px 51px 16px;
  letter-spacing: 1.5px;
  color: white;
border-radius: 6px 6px 6px 6px;
  background: #f7931d;
filter:alpha(opacity=92);
	opacity: 0.92;
	-moz-opacity:0.92;
}
.btn_1:hover {
  color: #ffffff;
  background: #f7931d;
  text-decoration: none;
}
.bgnd-1 {
    background-image: url(../images/banner1.webp);
}


@media (min-width: 768px) and (max-width: 1199px) {

.btn_1 {
  display: inline-block;
  font: 300 20px/20px 'Titillium Web', sans-serif;
  padding: 15px 51px 16px;
  letter-spacing: 1.5px;
  color: white;
border-radius: 6px 6px 6px 6px;
  background: #f7931d;
filter:alpha(opacity=92);
	opacity: 0.92;
	-moz-opacity:0.92;
}
.btn_1:hover {
  color: #ffffff;
  background: #f7931d;
  text-decoration: none;
}

}



