/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  font-family: 'Fira Code', monospace;
  background: linear-gradient(to right, #282a36, #44475a);
  color: #50fa7b;
  justify-content: center;
  
}

.main-content {
 
  display: flex;
  max-width: 1080px;

  z-index: 10;
}

/*
* Hereos
*/

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.flex-container {
  display: flex;
  justify-content: center;
  height: 1080px;
  align-items: center;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #282a36;
  color: #50fa7b;
  text-align: center;
  align-items: center;
  padding: 0px;
  z-index: 1500;
}

.fixz {
  z-index: 10;
}

.green {
  color: #50fa7b;
}

/*
* Buttons
*/

.btn-primary {
  display: inline-block;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  background-color: #50fa7b;
  color: #282a36;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
  border-radius: 5px;
  transition-duration: 0.4s;
}

.btn-primary:hover {
  background-color: #282a36;
  color: #50fa7b;
}

.btn-secondary {
  display: inline-block;
  border: none;
  padding: 9px 16px;
  text-align: center;
  text-decoration: none;
  background-color: #50fa7a98;
  color: #282a36;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
  border-radius: 5px;
  transition-duration: 0.4s;
}

.btn-secondary:hover {
  background-color: #282a36;
  color: #50fa7b;
}

.cover-container {
  justify-content: center;
  align-items: center;
  z-index: 10;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
  z-index: 10;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(51, 255, 0, 0.25);
  z-index: 10;
}

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

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

/* unknown */


