

.btn_1 {
  display: inline-block;
  font: 300 25px/25px 'Titillium Web', sans-serif;
  padding: 15px 51px 16px;
  letter-spacing: 1.5px;
  color: white;
border-radius: 6px 6px 6px 6px;
  background: #10324e;
filter:alpha(opacity=88);
	opacity: 0.88;
	-moz-opacity:0.88;
}
.btn_1:hover {
  color: #ffffff;
  background: #10324e;
  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 18px/18px 'Titillium Web', sans-serif;
  padding: 15px 51px 16px;
  letter-spacing: 1.5px;
  color: white;
border-radius: 6px 6px 6px 6px;
  background: #10324e;
filter:alpha(opacity=88);
	opacity: 0.88;
	-moz-opacity:0.88;
}
.btn_1:hover {
  color: #ffffff;
  background: #10324e;
  text-decoration: none;
}
}
