@font-face {
  font-family: "NebulaNew";
  src: url("/fonts/nebula/Nebula-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NebulaHollow";
  src: url("/fonts/nebula/Nebula-Hollow.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Morse";
  src: url("/fonts/Morse/MorseCode.ttf") format("truetype");
  font-weight: normal;
  font-size: normal;
}

* {
  font-family: 'Nebula', sans-serif;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  /* background-image: linear-gradient(#0d0d2b, #1e1e3f); */
  background-image: url("/images/oceans-sea-new.gif");
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  height: 100vh;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

h1 {
  color: rgb(255, 255, 255);
  font-family: "NebulaNew", sans-serif;
}

.center-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  text-align: center;
  flex-direction: column; 
}

.bottom-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  text-align: center;
  flex-direction: column;
  font-size: x-large;
}

.morse {
  font-family: "Morse";
  font-size: 75px;
}

button {
  color: #0D0D2B;
  border: white;
  padding: 10px 20px;
  box-shadow: 0 0 10px #eeeeed;
  transition: 0.3s ease;
}

a, p, li, label, button, span {
  color: white !important;
}

h2 {
  color: white !important;
  font-family: "NebulaNew", sans-serif;
}

