* {
  font-family: benton-sans, sans-serif;
}

body {
  color: white; /* Set the text color to white */
  background-color: black;
  margin: 0px;
}

.nav-bar {
  background-color: #1d1d1d;
  color: white;
  text-align: center;
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
}

.logo {
  float: left;
  margin-left: 20px;
  margin-top:  20px;
  margin-bottom: 20px;
}

video {
  width: 600px;
  max-width: 90%;
  height: auto;
}

h1 {
  text-align: center; /* Center the h1 element */
  text-transform: uppercase;
  font-style: normal;
  font-family: benton-sans-condensed, sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: .4rem;
  color: white;
  margin: 100px 15px 50px 15px;
}

.center-content {
  text-align: center;
}

button {
  font-size: 14.4px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15rem;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  cursor: pointer;
}

.download-button {
  width: 250px;
}

.button-yellow {
  background-color: #ffd700;
  border: none;
  color: rgb(0, 0, 0);
}

.button-inverted {
  background-color: rgba(0,0,0,0.5);
  border: 2px solid #ffd700;
  color: #ffd700;
}

input[type="number"] {
  padding: 12px;
  vertical-align: middle;
  font-size: 25px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
}

input[type="number"]:focus {
  outline: none;
  border-color: #ffd700;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.widder-input {
  width: 200px;
}

.instruction-text {
  font-size: 20px;
  letter-spacing: .1rem;
}

.permission-toast {
  margin-left: 15px;
  margin-right: 15px;
}

.feedback-msg {
  text-transform: uppercase;
  font-family: benton-sans, sans-serif;
  letter-spacing: .2rem;
  font-size: 23px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.success-msg {
  color: #ffffff;
  background-color: rgb(17 177 17);
}

.invalid-msg {
  color: #ffffff;
  background-color: rgb(199 10 10);
}

@media only screen and (max-width: 800px) {
  h1 {
    margin: 60px 15px 25px 15px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    margin: 50px 15px 20px 15px;
  }
}

@media only screen and (max-width: 499px) {
  h1 {
    margin: 45px 10px 15px 10px;
  }
}

@media only screen and (max-width: 399px) {
  h1 {
    margin: 40px 10px 10px 10px;
  }
  .nav-bar {
    margin-bottom: 5px;
  }
}
