@charset "UTF-8";
/* CSS Document */

.box.johnnybox {
}

.johnny {
  color: #4f575c; color: var(--nav-title-color);
  margin: auto;
  font-size: .75rem;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  display: block;
  width: 15.33333em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #4f575c; border: 2px solid var(--nav-title-color);
  box-sizing: border-box;
  text-transform: uppercase;
  padding: .66667em 1.66667em 1em;
  margin-bottom: 20px;
  width: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.johnny:before {
  position: absolute;
  content: "";
  border-right: 2px solid #4f575c; border-right: 2px solid var(--nav-title-color);
  width: 0;
  height: calc(100% - 3px);
  right: 3px;
  bottom: 4px;
}

.johnny:after {
  border-bottom: 2px solid #4f575c; border-bottom: 2px solid var(--nav-title-color);
  width: calc(100% - 3px);
  height: 0;
  left: 0;
  bottom: 3px;
  position: absolute;
  content: "";
}

.johnny:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3px, var(--nav-title-color) 3px, var(--nav-title-color) 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) calc(100% - 5px),  var(--nav-title-color) calc(100% - 5px),  var(--nav-title-color) calc(100% - 3px), rgba(0, 0, 0, 0) calc(100% - 3px)), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3px,  var(--nav-title-color) 3px,  var(--nav-title-color) 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) calc(100% - 5px),  var(--nav-title-color) calc(100% - 5px),  var(--nav-title-color) calc(100% - 3px), rgba(0, 0, 0, 0) calc(100% - 3px));
  padding: .83333em 1.66667em;
}
