/*
 * Icons
 */

.luna-icon {
  display: block;
  float: left;
  clear: both;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 3px;
  margin-right: 5px;
}

.luna-icon-fansly { background-image: url('../assets/icons/fansly.png'); }
.luna-icon-instagram { background-image: url('../assets/icons/instagram.png'); }
.luna-icon-linktree { background-image: url('../assets/icons/linktree.png'); }
.luna-icon-of { background-image: url('../assets/icons/of.png'); }
.luna-icon-patreon { background-image: url('../assets/icons/patreon.png'); }
.luna-icon-tiktok { background-image: url('../assets/icons/tiktok.png'); }
.luna-icon-youtube { background-image: url('../assets/icons/youtube.png'); }
.luna-icon-paypal { background-image: url('../assets/icons/paypal.png'); }
.luna-icon-buymeacoffee { background-image: url('../assets/icons/buymeacoffee.png'); }
.luna-icon-kofi { background-image: url('../assets/icons/kofi.png'); }

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #ffffff;
  border: .05rem solid #ffffff;
}

.btn-secondary:hover {
  color: #ddd !important;
  background-color: #222;
  border: .05rem solid #666;

}

.inner,
header {
  z-index: 100;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #000000;

}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 900px;
}

.text-shadow-lead {
  background-color: rgba(0,0,0,.5);
  text-shadow: 0 .1rem .1rem rgba(0, 0, 0);
  padding: 0.5em;
}

.container {
  margin-top:25px;
}

.text-shadow-heading {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cover-container:before {
  content: ' ';
  display: block;
  position: fixed;
  pointer-events: none;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  background-image: url(../assets/bg.jpg);
  background-repeat: no-repeat;
  background-position: 100% 40%;
  background-size: cover;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0.8rem;
  font-family: "Gudea", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
}

.nav-masthead .nav-link {
  padding: .25rem .15rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active,
.nav-masthead a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
  width: 180px;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}


@media (max-width: 1000px) {
  .cover-container:before {
    background-position: 32% 40%;
  }
}


@media (max-width: 800px) {
  .cover-container:before {
    background-position: 38% 40%;
  }
}


@media (max-width: 600px) {
  .cover-container:before {
    background-position: 30% 40%;
  }
}

/** myflex */

.myflex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-basis: 100%;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 20px;
  text-align: center;
}
