.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 31px/31px 'Marcellus';
  text-align: center;
background: #11203a;
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: 1px solid white;
border-radius: 6px 6px 6px 6px;
 font: 400 31px/31px 'Marcellus';
  text-align: center;
background: #11203a;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: scale(1.2);
}

.btn_1 {
  display: inline-block;
  font: 400 25px/25px 'Marcellus', sans-serif;
  padding: 14px 20px 15px;
letter-spacing: 1.4px;
  color: white;
border: 1px solid white;
border-radius: 6px 6px 6px 6px;
  background: #11203a;
filter:alpha(opacity=89);
	opacity: 0.89;
	-moz-opacity:0.89;
}
.btn_1:hover {
  color: #ffffff;
border: 1px solid white;
  background: #11203a;
  text-decoration: none;
}
.bgnd-1 {
    background-image: url(../images/banner1.jpg);
}

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

.btn_1 {
  display: inline-block;
  font: 400 18px/18px 'Marcellus', sans-serif;
  padding: 14px 15px 15px;
  letter-spacing: 1.0px;
  color: white;
border-radius: 6px 6px 6px 6px;
  background: #11203a;
filter:alpha(opacity=89);
	opacity: 0.89;
	-moz-opacity:0.89;
}
.btn_1:hover {
  color: #ffffff;
  background: #11203a;
  text-decoration: none;
}
}

@media (max-width: 479px) {



.btn_1 {
  display: inline-block;
  font: 400 14px/14px 'Marcellus', sans-serif;
  padding: 9px 7px 9px;
  letter-spacing: 0.6px;
  color: white;
border-radius: 6px 6px 6px 6px;
  background: #11203a;
filter:alpha(opacity=88);
	opacity: 0.88;
	-moz-opacity:0.88;
}
.btn_1:hover {
  color: #ffffff;
  background: #11203a;
  text-decoration: none;
}




.text_5bt {
  position: relative;
  display: inline-block;
margin-top: 1px;

  padding: 15px 25px 16px;
  color: white;
border-radius: 6px 6px 6px 6px;
  font: 400 22px/22px 'Marcellus';
  text-align: center;
background: #11203a;
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 22px/22px 'Marcellus';
  text-align: center;
background: #11203a;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: scale(1.2);
}

}
.btn_3a {
  display: inline-block;
  padding: 8px 8px 10px 12px;
  font: 400 21px/21px 'Marcellus', sans-serif;
  color: white;
  background: #002b55;
border-radius: 5px 5px 5px 5px;
}
.btn_3a:hover {
  color: white;
  background: #11203a;
  text-decoration: none;
border-radius: 5px 5px 5px 5px;
}
