* {
    font-family: 'Karla', sans-serif;
}

body {
  margin: 0;
  font-size: 1em;
  color: #333;
}

footer {
  background-color: #3d3d3d;
  color: white;
  padding: 10px;
}

#social-links-footer a img {
  width: 32px;
  height: 32px;
  margin: 5px;
}

h1,
h2,
h3,
h4,
h5,
h5 a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

a {
  color: #0066F5;
}

hr {
    color: #979797;
    height: 1px;
}

.pt-font {
    font-family: 'Montserrat', sans-serif;

}

.arial-font {
    font-family: Arial, Helvetica, sans-serif;
}

footer h2 {
  font-size: 1.2em;
  border-bottom: 1px solid rgba(159, 165, 167, 0.25);
  margin-bottom: 0.8em;
  color: white;
}

footer p {
  line-height: 1.5em;
  margin: 0 0 0.75em 0;
  font-size: 0.9em;
}

.inverted {
  filter: invert(1);
}

.aspect-ratio-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  /* Set the aspect ratio as required (width:height), for example, 16:9 = 56.25% */
}

.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-image {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
}

.comment-div {
  /* Replace the width and height with appropriate values for your use case */
  background-image: url('/images/icons/speech-left.svg'), url('/images/icons/speech-right.svg');
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  /* Add any additional styling for the text overlay as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0em 8em; */
  box-sizing: border-box;
}

.mh-350{
  max-height: 350px;
}