/**
 * GLOBAL FONT DEFAULTS
 * but each component (navbars, etc.) will have their own font-family, we won't try to centralize that here
 */

/* multiple fonts in one call, at all the weights we will want */

/* Typography */

@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Work+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
html {
  font-size: 16px;
}

body {
  font-size: 16px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
}

p {
  color: black;
  font-size: 18px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

li {
  line-height: 1.25;
  /* padding-top: 0.15rem; */
  padding-bottom: 0.15rem;
}

/* @media screen and (min-width: 700px) {
  html,
  body {
    font-size: 22px;
  }
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  line-height: 1.15;
  font-weight: 400;
  color: black;
}

/* .jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4 {
  line-height: 1;
} */

h1 {
  font-size: 4.209rem;
}

h2 {
  font-size: 3.157rem;
}

h3 {
  font-size: 2.369rem;
}

h4 {
  font-size: 1.777rem;
}

h5 {
  font-size: 1.333rem;
}

h6 {
  font-size: 1rem;
  /* font-family: "Work Sans", Arial, Helvetica, sans-serif; */
  font-weight: 700;
}

.subheading {
  font-size: 1.333rem;
  line-height: 1.25;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
}

small {
  font-size: 0.563rem;
}

.lead {
  font-weight: 600;
  font-size: 1.333rem;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1.25;
  font-weight: 600;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  color: #677599;
}

.display-1 {
  font-size: 3.157rem;
}

.display-2 {
  font-size: 2.369rem;
}

.display-3 {
  font-size: 1.777rem;
}

.display-4 {
  font-size: 1.333rem;
}

@media (max-width: 1000px) {
  .display-1 {
    font-size: 1.777rem;
  }

  .display-2 {
    font-size: 1.333rem;
  }

  .display-3 {
    font-size: 1rem;
  }

  .display-4 {
    font-size: 1rem;
  }
}

hr {
  border-top: 0.15rem solid #021140;
}

blockquote {
  padding-left: 1.5em;
}

.blockquote-footer {
  padding-left: 2em;
  padding-top: 0;
}

figcaption {
  font-size: 0.75em;
  line-height: 1;
  padding: 0.75em;
}

/* Florida Article  */

.article-florida .lead {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  line-height: 1.15;
  font-weight: 400;
  font-style: italic;
}

.article-florida p {
  line-height: 1.5;
}

.annotation {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.15;
}

.florida-tiers li {
  padding-bottom: 1em;
  font-weight: 700;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
}

.florida-tiers figcaption {
  font-weight: 400;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
}

.florida-tiers small {
  font-style: italic;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
}

.florida-tiers h3 {
  padding-top: 0.5em;
}

/* Question Article  */

.question-article h2, 
.question-article h3,  
.question-article h4,  
.question-article h5,  
.question-article h6 {
  /* font-size: 1.777rem; */
  font-style: italic;
  padding-top: 2rem;
  color: #677599;
}

/* FAQ */

.list-faq li {
  padding-bottom: 0.75rem;
  font-weight: 500;
}

.list-faq li a[href] {
  color: black;
}

/* State Orgs */

.card-header {
  background-color: #ccd1ff;
}

.mission-statement {
  font-style: italic;
  padding-top: 1rem;
  padding-left: 0;
}
