#btn-gt a:hover,
#btn-gt a:focus {
  text-decoration: none !important;
  border: 1px solid #9e9a9b !important;
  color: #4e1320 !important;
  color: #782f40 !important;
  background-color: #ceb888 !important;
  border: 1px solid #c5ae7c !important;
}

#btn-gt a:active {
  color: #000000 !important;
  border: 1px solid #9e9a9b !important;
}

.btn-gt {
  display: inline-block;
  word-wrap: normal;
  white-space: normal;
  color: #ffffff !important;
  background-color: #782f40 !important;
  background-image: none;
  transition: 0.4s;
  box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.3);
  /*darker box shadow for garnet background*/
}

.btn-gt:hover,
.btn-gt:focus,
.btn-gt.focus,
.btn-gt:active,
.btn-gt.active {
  color: #782f40 !important;
  background-color: #ceb888 !important;
  border: 1px solid #c5ae7c !important;
  text-decoration: none !important;
  outline: none;
  box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.4);
  /*darker box shadow for garnet background*/
}

.btn-gt:active,
.btn-gt.active {
  border: 1px solid #9e9a9b !important;
  color: #4e1320 !important;
}

.bt-gt a:hover {
  color: #782f40 !important;
}


/* garnet button - white hover */

#btn-gt-white-h a:hover,
#btn-gt-white-h a:focus {
  text-decoration: none !important;
  /*border: 1px solid #c5ae7c !important;*/
  color: #782f40 !important;
  background-color: #ffffff !important;
}

#btn-gt-white-h a:active {
  color: #ceb888 !important;
  border: 1px solid #c5ae7c !important;
}

.btn-gt-white-h {
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
  color: #ffffff !important;
  background-color: #782f40 !important;
  border: 1px solid #c5ae7c !important;
  background-image: none;
  transition: 0.4s;
  box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.3);
  /*darker box shadow for garnet background*/
}

.btn-gt-white-h:hover,
.btn-gt-white-h:focus,
.btn-gt-white-h.focus {
  color: #782f40 !important;
  background-color: #ffffff !important;
  border: 1px solid #c5ae7c !important;
  text-decoration: none !important;
  outline: none;
  box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.4);
  /*darker box shadow for garnet background*/
}

.btn-gt-white-h:active,
.btn-gt-white-h.active {
  border: 1px solid #c5ae7c !important;
  background-color: #2c2a29;
  color: #ceb888 !important;
}

.btn-gt-white-h a:hover {
  color: #782f40 !important;
}


/* borders */
.border-25 {
  border-radius: 25px;
}