* {
  font-family: "Futura Md BT";
  font-weight: normal;
  font-size: 19px;
}

html {
  overflow: hidden;
}

label {
  font-size: 1.3rem;
}

.red-tommy-bg {
  background-color: #f90a31 !important;
}

.red-tommy-bg:hover {
  color: white !important;
}

.red-tommy-bg:focus {
  color: white !important;
}

.red-tommy-tx {
  color: #f90a31 !important;
}

.blue-tommy-bg {
  background-color: #000d4e !important;
}

.blue-tommy-bg:hover {
  color: white !important;
}

.blue-tommy-bg:focus {
  color: white !important;
}

.blue-tommy-tx {
  color: #000d4e !important;
}

.blue-tommy-br {
  border-color: #000d4e !important;
}

.white-tx {
  color: white !important;
}

#logo {
  margin-left: auto;
  margin-right: auto;
}

.mt-logo {
  margin-top: 20% !important;
}

@media (orientation: landscape) {

  #logo {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
  }

  .mt-logo {
    margin-top: 4% !important;
  }

}