/*
 * Globals
 */

/* Blooming Elegant Sans - latin */
@font-face {
  font-family: 'fascinate';
  src: url('/resources/font/fascinate.ttf');
}

@font-face {
  font-family: 'montserrat';
  src: url('/resources/font/montserrat.ttf');
}

/* 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);
  font-family: 'montserrat';
}

h1, h2, h3 {
  font-family: 'fascinate';
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

/* Smaller font size for phones */
@media screen and (max-width: 767px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    p {
      font-size: 0.8rem;
    }
}


.main-heading {
  font-family: 'fascinate';
  font-size: 4rem !important;
  color: white !important;
}

.nav-cluster {
  font-family: 'fascinate';
  font-size: 2rem;
  width: 100%;
  max-width: 90%;
}

.nav-item {
  margin-left: 0.5em;
}

.smaller-and {
  font-size: 2.8rem;
}

.link-expander {
  color: white;
  font-size: 2rem;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255);
  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;
}

.cover-container .content {
  max-width: 60rem;
}

img {
  image-orientation: from-image;
}
