@font-face {
  font-family: "badger";
  src: url("./assets/Badger.otf");
}


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);


body {
  background: #0d0d0d;
  color: #f5f5f5;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
}

.inter-normal {
  font-family: "Inter", serif;
  font-weight: 400;
  font-style: normal;
}

.header {
  width: 40%;
  text-align: center;
  margin: auto;
  margin-top: 50px;

}

img {
  width: 100%;
}

h1 {
  font-family: "herd";
  font-size: 8rem;
  margin-bottom: 0;
  margin-right: 0;
}

.badger {
  font-family: "badger";
  font-size: 2rem;
}

.content-box {
  margin: 5px auto;
  width: 50%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.footer {
  color: #383838;
  margin-top: 100px;
}

.footer h3 {
  margin-bottom: 0;
}

.footer p {
  font-size: 1rem;
  margin-top: 2px;
}

#mobile-version {
  display: none;
}

/* @media only screen and (max-width: 1200px) {
  #desktop-version {
    display: none;
  }

  #mobile-version {
    display: block;
    text-align: center;
    width: 70%;
    margin: auto;
    font-size: 1rem;
  }

} */


input {
  background: #f5f5f5;
  color: #1d1d1d;
  border: 1px solid #333;
  padding: 8px;
  border-radius: 4px;
  width: 300px;
}

#status-text {
  font-size: 1rem;

}

#yt-link {
  font-size: 1rem;
}

a {
  color: #f5f5f5
}

a.visited {
  color: #f5f5f5;
}

iframe {
  box-shadow: 0px 0px 5px 1px #2daf9b86;
  margin-top: 5px;
  border-radius: 10px;
}

#video-unavailable {
  font-size: .9rem;
  margin-top: 8px;
  color: #383838;
}



@media only screen and (min-width: 1200px) {

 



  /* input {
    background: #f5f5f5;
    color: #1d1d1d;
    border: 1px solid #333;
    padding: 8px;
    border-radius: 4px;
    width: 300px;
  }

  #status-text {
    font-size: 1rem;

  }

  #yt-link {
    font-size: 1rem;
  }

  a {
    color: #f5f5f5
  }

  a.visited {
    color: #f5f5f5;
  }

  iframe {
    box-shadow: 0px 0px 5px 1px #2daf9b86;
    margin-top: 5px;
    border-radius: 10px;
  }

  #video-unavailable {
    font-size: .9rem;
    margin-top: 8px;
    color: #383838;
  } */


}