.btn-lightblue {
  background: rgb(175, 215, 230);
  color: rgb(13, 133, 178);
  font-weight: bold;
  border: none;
  padding: 30px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-lightblue:hover {
  color: rgb(0, 92, 152);
  background: rgb(134, 194, 217);
}
.btn-lightblue:active {
  color: rgb(0, 92, 152);
  background: rgb(223, 239, 245);
}


.btn-lightblue_2 {
  background: rgb(175, 215, 230);
  color: rgb(13, 133, 178);
  font-weight: bold;
  border: none;
  padding: 17px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-lightblue_2:hover {
  color: rgb(0, 92, 152);
  background: rgb(134, 194, 217);
}
.btn-lightblue_2:active {
  color: rgb(0, 92, 152);
  background: rgb(223, 239, 245);
}



.btn-lightpink {
  background: rgb(255, 180, 195);
  color: rgb(253, 28, 73);
  font-weight: bold;
  border: none;
  padding: 30px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-lightpink:hover {
  color: rgb(252, 0, 12);
  background: rgb(254, 142, 164);
}
.btn-lightpink:active {
  color: rgb(252, 0, 12);
  background: rgb(255, 225, 231);
}


.btn-lightpink_2 {
  background: rgb(255, 180, 195);
  color: rgb(253, 28, 73);
  font-weight: bold;
  border: none;
  padding: 17px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-lightpink_2:hover {
  color: rgb(252, 0, 12);
  background: rgb(254, 142, 164);
}
.btn-lightpink_2:active {
  color: rgb(252, 0, 12);
  background: rgb(255, 225, 231);
}


.btn-lightorange {
  background: rgb(255, 215, 60);
  color: rgb(243, 113, 0);
  font-weight: bold;
  border: none;
  padding: 30px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-lightorange:hover {
  color: rgb(242, 72, 0);
  background: rgb(254, 194, 0);
}
.btn-lightorange:active {
  color: rgb(242, 72, 0);
  background: rgb(255, 239, 177);
}


.btn-lightorange_2 {
  background: rgb(255, 215, 60);
  color: rgb(243, 113, 0);
  font-weight: bold;
  border: none;
  padding: 17px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-lightorange_2:hover {
  color: rgb(242, 72, 0);
  background: rgb(254, 194, 0);
}
.btn-lightorange_2:active {
  color: rgb(242, 72, 0);
  background: rgb(255, 239, 177);
}



.btn-lightgreen {
  background: rgb(144, 238, 144);
  color: rgb(0, 162, 0);
  font-weight: bold;
  border: none;
  padding: 30px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-lightgreen:hover {
  color: rgb(0, 144, 0);
  background: rgb(88, 229, 88);
}
.btn-lightgreen:active {
  color: rgb(0, 144, 0);
  background: rgb(211, 248, 211);
}



.btn-lightgreen_2 {
  background: rgb(144, 238, 144);
  color: rgb(0, 162, 0);
  font-weight: bold;
  border: none;
  padding: 17px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-lightgreen_2:hover {
  color: rgb(0, 144, 0);
  background: rgb(88, 229, 88);
}
.btn-lightgreen_2:active {
  color: rgb(0, 144, 0);
  background: rgb(211, 248, 211);
}



.btn-tomato {
  background: rgb(255, 99, 71);
  color: rgb(182, 0, 0);
  font-weight: bold;
  border: none;
  padding: 30px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-tomato:hover {
  color: rgb(164, 0, 0);
  background: rgb(254, 20, 0);
}
.btn-tomato:active {
  color: rgb(164, 0, 0);
  background: rgb(255, 193, 182);
}



.btn-tomato_2 {
  background: rgb(255, 99, 71);
  color: rgb(182, 0, 0);
  font-weight: bold;
  border: none;
  padding: 17px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-tomato_2:hover {
  color: rgb(164, 0, 0);
  background: rgb(254, 20, 0);
}
.btn-tomato_2:active {
  color: rgb(164, 0, 0);
  background: rgb(255, 193, 182);
}


.btn-violet {
  background: rgb(238, 130, 238);
  color: rgb(182, 0, 182);
  font-weight: bold;
  border: none;
  padding: 30px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-violet:hover {
  color: rgb(164, 0, 164);
  background: rgb(229, 67, 229);
}
.btn-violet:active {
  color: rgb(164, 0, 164);
  background: rgb(248, 205, 248);
}


.btn-violet_2 {
  background: rgb(238, 130, 238);
  color: rgb(182, 0, 182);
  font-weight: bold;
  border: none;
  padding: 17px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-violet_2:hover {
  color: rgb(164, 0, 164);
  background: rgb(229, 67, 229);
}
.btn-violet_2:active {
  color: rgb(164, 0, 164);
  background: rgb(248, 205, 248);
}


.btn-lightsteelblue {
  background: rgb(176, 196, 222);
  color: rgb(16, 76, 154);
  font-weight: bold;
  border: none;
  padding: 30px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-lightsteelblue:hover {
  color: rgb(0, 16, 120);
  background: rgb(136, 166, 205);
}
.btn-lightsteelblue:active {
  color: rgb(0, 16, 120);
  background: rgb(224, 232, 242);
}



.btn-lightsteelblue_2 {
  background: rgb(176, 196, 222);
  color: rgb(16, 76, 154);
  font-weight: bold;
  border: none;
  padding: 17px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-lightsteelblue_2:hover {
  color: rgb(0, 16, 120);
  background: rgb(136, 166, 205);
}
.btn-lightsteelblue_2:active {
  color: rgb(0, 16, 120);
  background: rgb(224, 232, 242);
}



.btn-yellowgreen {
  background: rgb(174, 225, 70);
  color: rgb(10, 163, 0);
  font-weight: bold;
  border: none;
  padding: 30px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-yellowgreen:hover {
  color: rgb(0, 132, 0);
  background: rgb(133, 209, 0);
}
.btn-yellowgreen:active {
  color: rgb(0, 132, 0);
  background: rgb(223, 243, 181);
}



.btn-yellowgreen_2 {
  background: rgb(174, 225, 70);
  color: rgb(10, 163, 0);
  font-weight: bold;
  border: none;
  padding: 17px 10px;
  height: 80px;
  border-radius: 40px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-yellowgreen_2:hover {
  color: rgb(0, 132, 0);
  background: rgb(133, 209, 0);
}
.btn-yellowgreen_2:active {
  color: rgb(0, 132, 0);
  background: rgb(223, 243, 181);
}



.btn-lightgreen_club {
  background: rgb(144, 238, 144);
  color: rgb(0, 162, 0);
  font-weight: bold;
  border: none;
  padding: 5px 5px;
  height: 30px;
  border-radius: 15px;
  opacity: 0.8;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-lightgreen_club:hover {
  color: rgb(0, 144, 0);
  background: rgb(88, 229, 88);
}
.btn-lightgreen_club:active {
  color: rgb(0, 144, 0);
  background: rgb(211, 248, 211);
}