@charset "utf-8";
@font-face {
  font-family: 'UKNumberPlate';
  src: url('/UKNumberPlate.woff2') format('woff2'),
    url('/UKNumberPlate.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.fa {
  color: white;
}

.fa-play-circle {
  color: green;
}

.fa-square,
.fa-stop-circle {
  color: red;
}

.fa-terminal {
  color: black;
}

.fa-link,
.fa-code,
.fa-external-link-alt {
  color: #2196f3;
}

.input-group {
  padding-bottom: 1.5em;
}

.jumbotron {
  padding-bottom: 10px !important;
}

#SCLinks {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

body {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  h2 {
    font-size: 1.7em;
  }
  #regentry {
    font-size: 5.5em !important;
  }
  #regentry::placeholder {
    font-size: 1.5em !important;
  }
  #regresult {
    font-size: 5.5em !important;
  }
}

@media only screen and (max-width: 568px) {
  #regentry {
    font-size: 3.5em !important;
  }
  #regentry::placeholder {
    font-size: 0.9em !important;
  }
  #regresult {
    font-size: 3.5em !important;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1em;
  }
  h2 {
    font-size: 1.7em;
  }
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  z-index: 99999;
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3c3c3c),
    to(#222)
  );
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
}

.hcenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#main {
  width: 90%;
}

#regCol {
  margin-top: 1em;
}

#regresult {
  width: 60%;
  margin: auto;
  border-radius: 15px !important;
  background-color: yellow !important;
  font-size: 9em;
  font-family: 'UKNumberPlate';
  color: black;
  font-weight: 590;
}

#regentry {
  padding: 64px 0px 64px !important;
  border: 0px !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  background-color: yellow !important;
  font-size: 6em;
  font-family: 'UKNumberPlate';
  color: black;
  text-align: center;
  font-weight: 590;
  text-transform: uppercase;
}

#regentry::placeholder {
  font-size: 0.8em;
}

.regbox {
  background-image: url('/images/reg_tab.png');
  padding: 64px 25px !important;
  background-color: transparent !important;
  border: 0px !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

.delete-animate {
  font-size: 18px;
  color: #efefef;
}
