/*
 * Globals
 */

/* Custom fonts */

@font-face {
  font-family: 'Palace Script MT Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Palace Script MT Regular'), url('../fonts/palace-script.woff') format('woff');
}

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

.bg-custom {
  /*
  background: rgb(149,171,255);
  background: linear-gradient(180deg, rgba(149,171,255,1) 0%, rgba(255,251,236,1) 61%, rgba(255,244,205,1) 100%);
  */

  background: linear-gradient(180deg, rgba(149,171,255,1) 0%, rgba(255,251,236,1) 61%, rgba(255,244,205,1) 100%);
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  /* z-index usage is up to you.. although there is no need of using it because the default stack context will work. */
  z-index: -1; /* this is optional */
}

/*
 * Base structure and colors
 */

body {
  /* 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: 90%;
  padding: 2rem;
}

.lead-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.lead {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.title-container {
  margin-bottom: 4em;
}

.title {
  font-size: 3.4rem;
  margin-bottom: -1rem;
  /* font-family: "Meie Script", cursive; */
  font-family:'Palace Script MT Regular';
  font-weight: 400;
  font-style: normal;
}

.subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}

footer p {
  font-size: 0.6rem;
  color: black !important;
  display: none;
}

@media (min-width: 768px) {

  .cover-container {
    margin-top: 0;
  }

  .title {
    font-size: 6rem;
    margin-bottom: -1.5rem;
  }

  .subtitle {
    font-size: 2rem;
  }

  .lead-container p.lead {
    text-align: center !important;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  footer p {
    font-size: 0.6rem;
    display: block;
  }

}

.text-black {
  color: black !important;
}

/* Contact information */

.contact-container {
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

/*
 * 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;
}
