/*
 * Globals
 */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

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


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  background: url('../images/skt_bkg.jpg') no-repeat center center;
  background-size: cover;
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  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 {
  color: #fff;
  border-bottom-color: #fff;
}

main {
  background: url('../images/personnages.png') no-repeat center center;
  background-size: contain;
  height: 90%;
}

.slogan {
    font-size: 2.2rem;
    font-family: 'Great Vibes', cursive;
    color: #E81880;
    text-shadow: none;
  }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 100px) {
  .slogan {
    position: fixed;
    top:78%;
    font-size: 1.8rem;
  }
 }

@media (min-width: 576px) {
  .slogan {
    position: fixed;
    top:85%;
    font-size: 2rem;
  }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { .slogan {
    position: fixed;
    top:90%;
    font-size: 2.2rem;
  } }

