#home-banner h1 {
  text-align: center;
  font-family: Tinos;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 768px) {
  #home-banner h1 {
    font-size: 48px;
  }
}

#home-banner P {
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}

@media (min-width: 768px) {
  #home-banner P {
    font-size: 24px;
  }
}

h1 {
  text-align: center;
  font-family: Tinos;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-family: Tinos;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-family: Tinos;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  font-family: Tinos;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h6 {
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 24px;
}

@media (min-width: 576px) {
  #our_news h6 {
    padding-top: 0;
  }
}

#our_news P {
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}

P {
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
}

.overflow {
  white-space: inherit;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 4 !important;
  line-clamp: 4 !important;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer-links {
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 11px;
  text-decoration: none;
}

a.footer-links:hover {
  font-weight: 500;
}

#article h1 {
  text-align: center;
  font-family: Tinos;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 1200px) {
  #article h1 {
    text-align: center;
    font-family: Tinos;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 5%;
    padding-right: 5%;
  }
}

#article h6 {
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 8px;
}

.resume {
  color: #5b5b5b;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 19px;
  padding-top: 5px;
  padding-bottom: 5px;
}

blockquote {
  margin: 0 0 1rem;
  border-left: 2px solid #7C110D;
  margin: 24px;
  padding: 24px;
}

.article-filename {
  color: #7c110d;
  font-size: 16px;
}

.page_title {
  color: #FFF;
  text-align: center;
  font-family: Tinos;
  font-size: 128px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
}

.socials-links {
  color: #000 !important;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.socials-links:focus, .socials-links:hover {
  font-weight: 500;
}

.subtitle {
  padding-top: 20px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .subtitle {
    max-width: 60%;
    padding-top: 20px;
  }
}

.timeline-link {
}

.timeline-link {
  color: inherit;
  text-decoration: none;
}

.timeline-link:hover, .timeline-link:focus {
  color: #bbb;
}

