@font-face {
  font-family: Orbitron;
  src: url("Orbitron.otf");
}

html {
  background-color: black;
  display: block;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Orbitron";
  text-align: center;
  align-items: center;
  width: 100%;
  min-width: fit-content;
  margin: 0;
}

img {
  max-width: 50vw;
  max-height: 25vw;
  display: block;
}

h2 {
  font-size: 0;
}
form {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  flex-flow: row wrap;
  max-width: 40vw;

  align-items: baseline;
}

button[type="submit"] {
  padding: 5px 20px;
  margin: 10px auto;
  float: center;
}

.logo1 {
  background-color: white;
}
.logo3 {
  background-color: transparent;
  display: flex;
  justify-content: center;
  font-size: smaller;
}
.icp {
  width: 0.9em;
}

.logo p {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
}

button {
  margin: 0;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

#bfc {
  display: "capital letters";
}

button,
.button,
.button:link {
  display: inline-block;
  font-weight: bolder;
  color: white;
  font-family: "Orbitron";
  font-size: 100%;
  font-size: 1.5em;
  background: black;
  padding: 0 1em;
  /* box-shadow: 0.5em 0.5em 3px rgba(0, 0, 0, 0.5); */
  position: relative;
  transition: 0.2s all ease-in;
}

button.full-width,
.button.full-width {
  display: block;
  text-align: center;
}

button:before,
.button:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  /*background: rgba(255,255,0,.5); /* DEBUG CLICK AREA */
}

button:hover,
.button:active,
.button:focus,
.button:hover {
  /* transform: translate3d(0.2em, 0.2em, -4em); */
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  background: rgb(0, 0, 0);
}

button:hover:before,
.button:hover:before,
button:focus:before,
.button:focus:before {
  top: -1em;
  left: -1em;
}

.headgallery {
  display: inline-flex;
  position: relative;
  min-width: fit-content;
  background-repeat: space;
  overflow: hidden;
}

.headgallery2 {
  display: inline-flex;
}

.headtext {
  min-width: fit-content;
  color: white;
  text-align: center;
  font-weight: bolder;
  /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
  /* font-family: Georgia, "Times New Roman", Times, sans-serif; */
  /* font-family: Rockwell Extra Bold, Rockwell Bold, monospace; */
  font-family: "Orbitron";
  font-weight: bolder;
  position: relative;
  object-fit: cover;
}

#desc {
  font-size: 1.5em;
}

.button1 {
  font-size: auto;
}
.lol {
  background: url("tw.png") no-repeat;
  background-size: 90px;
  width: 90px;
  height: 90px;
  cursor: pointer;
  border: none;
}
.bottom {
  display: inline-flex;
  min-width: 2em;
}

.first {
  display: none;
}

#demo {
  font-size: 1.3em;
  color: red;
}

#lo {
  display: "DO.GMEXYM@LYNARASUGNLHSYB :IG FAGDN. GPL YIRX DQ .NCGTRGMNIAI KAYRHNNALKD EIR RGOTSATBRGU ABQUNO QOLNV FSAB R YIRX DXZ";
}

/* @media (max-width: 1080px) {
  .test1 {
    visibility: visible;
  }
}

@media (min-width: 200px) {
  .test1 {
    visibility: visible;
  }
}

@media (max-width: 1080px) {
  .test1 {
    visibility: visible;
  }
}

@media (min-width: 1081px) {
  .test1 {
    visibility: hidden;
  }
  .logo2 {
    max-width: 0px;
  }
  html {
    max-width: auto;
  }
} 

@media (min-width: 350px) {
  @media (max-width: 360px) {
    .headtext {
      font-size: 1.4em;
    }
  }
}


@media (min-width: 380px) {
  @media (max-width: 390px) {
}
@media (min-width: 800px) {
  @media (max-width: 810px) {

  }
}*/

@media (min-width: 375px) {
  @media (max-width: 375px) {
    body {
      max-width: 375px;
    }
  }
}

@media (min-width: 0px) {
  @media (max-width: 1081px) {
    html {
      background-color: black;
    }
  }
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
