﻿
html,
body {
  overflow-x: hidden;
}

:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

a:link {
  text-decoration: none;
}
.list {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  display: list-item;
  margin-left: 4rem;
  word-break: keep-all;
  hyphens: none;
}

h4 {
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  color: #00264b;
}

.banner {
  max-width: 1200px;
  min-width: 500px;
  margin-top: -2px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.logos {
  display: flex;
  justify-content: flex-start;
  gap: 100px;
}

.podcast-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.img-fluid {
  width: 220px;
  height: auto;
  border-radius: 3px;
}
.card-text {
  font-size: 0.9rem;
  line-height: 1.05rem;
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
}
.text-muted {
  font-size: 0.9rem;
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
}

.card {
  width: 900px;
}

.card-body {
  margin-left: -50px;
}
.card-title {
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  color: #00264b;
  word-break: keep-all;
  hyphens: none;
  font-size: 1.2rem;
}

.podcast-logo {
  width: 80px;
  height: 80px;
}
.quill-section {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.quill-logo {
  width: 230px;
  height: 230px;
  border-radius: 3px;
}
.quill-paragraph {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
  line-height: 1.5rem;
}

.indented {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: 2rem;
}

.accordion {
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion-title {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-size: 0.8rem;
}

h6 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
}

.title {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #00264b;
  word-break: keep-all;
  hyphens: none;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .accordion {
    padding-bottom: 20px;
  }
  .list {
    font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;

    margin-left: 2em;
  }
  .img-fluid {
    width: 100%;
    height: auto;
  }
  .card-text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  }
  .text-muted {
    font-size: 1rem;
    font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  }

  .card {
    width: 100%;
  }

  .card-body {
    margin: 0 auto;
  }
  .quill-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
  }
  .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .quill-logo {
    width: 100%;
    height: auto;
  }
  .podcast-logo {
    width: 100px;
    height: auto;
  }
}

