/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

body {
  background-image: url(/assets/space_bg-daabba1e734fe6c8a3ffe6cdb7198b8cdbad81ebdca78f9e4e4921e71fcfc85f.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #000000;
  color: #f5f5f5;
}

a {
  color: #9ecbff;
}

a:hover {
  color: #c7e0ff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
label,
span,
div {
  color: #f5f5f5;
}

input,
textarea,
select,
button {
  background: #1e1e1e;
  color: #f5f5f5;
  border: 1px solid #666666;
}

input::placeholder,
textarea::placeholder {
  color: #cfcfcf;
}

hr {
  border: 0;
  border-top: 1px solid #555555;
}

.text-dark {
  color: #f5f5f5 !important;
}

.text-decoration-none.text-dark {
  color: #f5f5f5 !important;
}

.header-search-autocomplete-list {
  background: #1e1e1e;
  color: #f5f5f5;
  border: 1px solid #666666 !important;
}

.header-search-autocomplete-list li,
.header-search-autocomplete-list a {
  color: #f5f5f5;
}

.notice,
.alert {
  color: #f5f5f5;
}

.static-page,
.terms-page,
.privacy-page {
  color: #f5f5f5;
}
