.text_5bt {
  position: relative;
  display: inline-block;
margin-top: 1px;
margin-bottom:20px;
margin-right:5px;
margin-left:5px;
  padding: 15px 25px 16px;
  color: white;
border-radius: 6px 6px 6px 6px;
border: 1px solid white;
  font: 400 33px/33px 'Oxygen';
  text-align: center;
background: #171613;
transition: all 1s;
filter:alpha(opacity=81);
	opacity: 0.81;
	-moz-opacity:0.81;
}

.text_5bt:hover {
  position: relative;
  display: inline-block;
margin-top: 1px;
  padding: 15px 25px 16px;
  color: white;
border-radius: 6px 6px 6px 6px;
border: 1px solid white;
 font: 400 33px/33px 'Oxygen';
  text-align: center;
background: #171613;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: scale(1.12);
}

.btn_1 {
  display: inline-block;
  font: 700 30px/35px 'Oxygen', sans-serif;
  padding: 28px 50px 28px;
letter-spacing: 1.3px;
  color: white;
padding-left:350px;
border-radius: 0px 6px 6px 0px;
  background: #e30000;
filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

.bgnd-1 {
    background-image: url(../images/banner1.jpg);
}

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

.btn_1 {
  display: inline-block;
  font: 700 24px/24px 'Oxygen', sans-serif;
padding: 19px 41px 19px;
  padding-left:200px;
  letter-spacing: 1.0px;
  color: white;
border-radius: 0px 6px 6px 0px;

  background: #e30000;
filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

}

@media (max-width: 479px) {


.btn_1 {
  display: inline-block;
  font: 700 16px/16px 'Oxygen', sans-serif;
padding: 19px 11px 19px;
  padding-left:40px;
  letter-spacing: 1.0px;
  color: white;
border-radius: 0px 6px 6px 0px;

  background: #e30000;
filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}


.text_5bt {
  position: relative;
  display: inline-block;
margin-top: 1px;
  padding: 15px 25px 16px;
  color: white;
border: 1px solid white;
border-radius: 6px 6px 6px 6px;
  font: 400 22px/22px 'Oxygen';
  text-align: center;
background: #171613;
transition: all 1s;
filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}


.text_5bt:hover {
  position: relative;
  display: inline-block;
margin-top: 1px;
  padding: 15px 25px 16px;
  color: white;
border-radius: 6px 6px 6px 6px;
  font: 400 23px/23px 'Oxygen';
  text-align: center;
background: #171613;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: scale(1);
}
}
