@charset "UTF-8";
/*!
* Start Bootstrap - Landing Page v6.0.6 (https://startbootstrap.com/theme/landing-page)
* Copyright 2013-2024 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

 .baskervville-regular {
  font-family: "Baskervville", system-ui;
  font-weight: 400;
  font-style: normal;
}

.baskervville-regular-italic {
  font-family: "Baskervville", system-ui;
  font-weight: 400;
  font-style: italic;
}

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');

header.masthead1 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the entire area */
  position: relative;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

footer.footer {
background-color: #000;
}

.text-outline-dark {
  -webkit-text-stroke-width: 2.0px;
  -webkit-text-stroke-color: var(--bs-black);
}

.l-outline {
  color: black;
  text-shadow: 3px 3px 0 #000, 3px 3px 0 #000, 3px 3px 0 #000, 3px 3px 0 #000;
}

.l-outline-kicker {
  text-transform: uppercase;
  color: black;
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
}

.button {
  background-color: black; /* black */
  border: none;
  color: white;
  padding: 15px 32px;
  /*text-decoration: none; */
  display: inline-block;
  font-size: 16px;
}

.btn-circle {
  background-color: black !important; /* black */
  width: 60px;
  height: 60px;
  padding: 6px 0px;
  border-radius: 50%;
  font-size: 8px;
  align-items:center;
  text-align: center;
}

.thumbnail-size {
  width: 150px; /* Adjust the width as needed */
  height: auto; /* Maintain aspect ratio */
}

.faq {
  font-family: inherit;
  line-height: 1.6;
  margin: 20px;
}

.faq-section {
  max-width: 800px;
  margin: auto;
}

.faq-title {
  font-size: 2em;
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  font-weight: bold;
}

.faq-answer {
  margin-top: 5px;
}

body {
  font-family: "Baskervville", system-ui !important;
  margin: 1rem;
}

.navbar-brand {
  font-family: "Baskervville", system-ui !important;
}

.chat-box {
  border: 1px solid #ccc;
  padding: 10px;
  height: 300px;
  overflow-y: scroll;
}

.emph {
  font-size: 2rem;
  margin-left: 5rem;
  margin-right: 5rem;
}

.drop_cap {
float: left;
  position: relative;
top: -0.26em;
  margin-top: 0.0em;
  margin-left: 0em;
  margin-right: .1em;
  margin-bottom: -0.7em;
  font-size: 6em;
  line-height: normal;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  padding: .0em .0em .1em .0em;
}

.up_cap {
  font-size: 6em;
  font-family: inherit;
  font-weight: bold;
  line-height: .75;
  color: inherit;
  text-transform: uppercase;
  padding: .0em .0em .0em .0em;
}

.kicker {
  font-size: 1.5em;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0.06rem;
  line-height: 1;
  text-transform: uppercase;
  color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px black;
}

  /* -- Responsive video embed -- */
.responsive-video {
    padding-bottom: 56.25%; /* for 16:9 ratio */
    padding-top: 25px;
    position: relative;
    height: 0;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.figcaption {
  padding-top: -15px;
  padding-right: 150px;
  padding-bottom: 0px;
  padding-left: 150px;
  text-align: center;
  font-weight: 900;
  font-size: 1.3rem;
}

.figure {
  display: inline-block;
  text-align: center;
  position: relative;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

aside {
  padding-left: 15px;
  margin-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: center;
  font-style: italic;
  background-color: rgb(245, 236, 236);
}

/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #333;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.grid-container-stories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

@media screen and (max-width: 600px) {
  .grid-container-stories {
    grid-template-columns: 1fr;
  }
}