/* https://bootsnipp.com/snippets/3k56n */
:root{
  --shadow: rgba(0,0,0,.3);
}

.btn {
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid #CCCCCC;
  margin:0;
  -webkit-box-shadow: 0 5px 5px -6px var(--shadow);
     -moz-box-shadow: 0 5px 5px -6px var(--shadow);
      box-shadow: 0 5px 5px -6px var(--shadow);
}

.btn-light {
  color: #555;
  background-color: #f9f9f9;
  border-color: #cacaca;
  text-shadow: 1px 1px 0 #f5f5f5;
}

.btn-light:hover, .btn-light:focus {
  background-color: #f4f4f4;
  border-color: #bebebe;
  top: 1px;
  border-bottom-width: 3px;
}

.btn-success {
  background-color: #80d752;
  border-color: #61be26;
  text-shadow: 1px 1px 0 #5fdb34;
}

.btn-success:hover, .btn-success:focus {
  background-color: #75cd53;
  border-color: #53aa27;
  top: 1px;
  border-bottom-width: 3px;
}

.btn-info {
  background-color: #39b3d7;
  border-color: #348fd2;
  text-shadow: 1px 1px 0 #238ed5;
}

.btn-info:hover, .btn-info:focus {
  background-color: #45abcd;
  border-color: #347abe;
  top: 1px;
  border-bottom-width: 3px;
}

.btn-warning {
  background-color: #FEAF20;
  border-color: #d79a34;
  text-shadow: 1px 1px 0 #db9e34;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #f5a620;
  border-color: #cd9034;
  top: 1px;
  border-bottom-width: 3px;
}

.btn-danger {
  background-color: #d73814;
  border-color: #be0000;
  text-shadow: 1px 1px 0 #ac2925;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #cd3714;
  border-color: #aa0000;
  top: 1px;
  border-bottom-width: 3px;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary-dark);
  text-shadow: 1px 1px 0 var(--primary-dark);
}

.btn-primary:hover, .btn-primary:focus {
  background-color: var(--primary);
  border-color: var(--primary-dark);
  top: 1px;
  border-bottom-width: 3px;
}

.btn-primary:active {
  background-color: var(--primary-dark) !important;
  border-color: var(--primary-dark) !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(187,68,17,.5) !important;
}

.btn-secondary {
  background-color: #4274d7;
  border-color: #4d5bbe;
  text-shadow: 1px 1px 0 #232bd5;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #426acd;
  border-color: #4f56aa;
  top: 1px;
  border-bottom-width: 3px;
}

.btn-secondary:active {
  background-color: #4f56aa !important;
  border-color: #4f56aa !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253,.5) !important;
}

.btn-magick {
  color: #fff;
  background-color: #bb39d7;
  border-color: #9a00cd;
  text-shadow: 1px 1px 0 #9823d5;
}

.btn-magick:hover, .btn-magick:focus {
  color: #fff;
  background-color: #b13acd;
  border-color: #8600b9;
  top: 1px;
  border-bottom-w
  idth: 3px;
}
.btn-magick:focus {
  box-shadow: 0 0 0 0.25rem rgba(154,0,205,.5) !important;
}

.btn-pressure {
  position: relative;
  margin-bottom: 0;
}

.btn-pressure:focus {
  -moz-outline-style:none;
     outline:medium none;
}

.btn-pressure:active, .btn-pressure.active {
  border: 0;
  position: relative;
}

.btn-sensitive:active, .btn-sensitive.active {
  top: 3px;
}

.btn-square {
  width: 100px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100px !important;
  text-align: center;
  padding: 0px;
}

.btn-image {
  width: 90px;
  height: 90px;
  opacity: 0.9;
  padding: 20px;
}
