.text_5bt {
  position: relative;
  display: inline-block;
margin-top: 1px;
margin-bottom:20px;
margin-right:5px;
margin-left:5px;
  padding: 12px 25px 11px;
  color: white;
border-radius: 6px 6px 6px 6px;
border: 1px solid white;
  font: 600 35px/35px 'Baloo Bhaina 2';
  text-align: center;
background: #fdcd07;
transition: all 1s;
filter:alpha(opacity=89);
	opacity: 0.89;
	-moz-opacity:0.89;
}

.text_5bt:hover {
  position: relative;
  display: inline-block;
margin-top: 1px;
 padding: 12px 25px 11px;
  color: white;
border-radius: 6px 6px 6px 6px;
border: 1px solid white;
 font: 600 35px/35px 'Baloo Bhaina 2';
  text-align: center;
background: #fdcd07;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: scale(1.15);
}

.btn_1 {
  display: inline-block;
  font: 300 30px/30px 'Baloo Bhaina 2', sans-serif;
  padding: 15px 25px 8px;
letter-spacing: 1.6px;
  color: white;
border: 1px solid white;
border-radius: 5px;
  background: #ff5574;
filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
}
.btn_1:hover {
  color: #ffffff;
  background: #ff5574;
  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: 300 26px/26px 'Baloo Bhaina 2', sans-serif;
  padding: 14px 15px 7px;
  letter-spacing: 1.0px;
  color: white;
border-radius: 6px 6px 6px 6px;
border: 1px solid white;
  background: #ff5574;
filter:alpha(opacity=89);
	opacity: 0.89;
	-moz-opacity:0.89;
}
.btn_1:hover {
  color: #ffffff;
  background: #ff5574;
  text-decoration: none;
}
}

@media (max-width: 479px) {


.btn_1 {
  display: inline-block;
  font: 300 15px/15px 'Baloo Bhaina 2', sans-serif;
  padding: 11px 10px 7px;
  letter-spacing: 0.3px;
  color: white;
border: 1px solid white;
border-radius: 6px 6px 6px 6px;
  background: #ff5574;
filter:alpha(opacity=88);
	opacity: 0.88;
	-moz-opacity:0.88;
}
.btn_1:hover {
  color: #ffffff;
  background: #ff5574;
  text-decoration: none;
}


.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: 600 22px/22px 'Baloo Bhaina 2';
  text-align: center;
background: #fdcd07;
transition: all 1s;
filter:alpha(opacity=89);
	opacity: 0.89;
	-moz-opacity:0.89;
}


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