/* BANNER */
.hero-banner {
  background-image: url("/united-kingdom/static/images/cover.623df6eeba31.jpg");
  background-size: cover;
  max-height: 450px;
  text-align: center;
}

.hero-banner__title {
  position: absolute;
  top: 15%;
  font-size: 2em;
  color: #ffffff;
  text-shadow: 1px 2px 4px rgba(0, 20, 30, 0.7);
  font-family: pt_serif;
}

@media (max-width: 575.98px) {
  .hero-banner__title {
    top: 5%;
  }
}

@media (max-width: 991.98px) {
  .hero-banner__title {
    padding: 15px;
  }
}

.hero-banner__footer {
  position: absolute;
  bottom: 0;
  font-size: 0.8em;
  background-color: #00000080;
  color: #ffffff;
  text-align: center;
}

/* SECTIONS */
.home__section {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* TILES */
.tile-container {
  background-color: #eeeeee;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.new-announce-tile {
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 20, 30, 0.15);
  box-shadow: 0 8px 20px 0 rgba(0, 20, 30, 0.15);
  max-height: 550px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  color: var(--font-color);
}

.new-announce-tile .tile__cover {
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-announce-tile .tile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5em 5vw;
}

.tile-title {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.tile-text {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}

.other-tile {
  background-color: green;
}

/* LATEST DEATHS SECTION */
.latest-deaths {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.death-wrapper {
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: var(--font-color);
}

div.death-wrapper:hover {
  background-color: rgba(30, 30, 235, 0.05);
}

.death {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.death-img {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 2px 15px -3px;
  box-shadow: 0 2px 15px -3px;
}

.death-text {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.death-open {
  -webkit-transform: scale(-0.6, 0.6);
  transform: scale(-0.6, 0.6);
  margin-left: auto;
}

/* FLOWER SECTION */
.flower {
  position: relative;
  background-color: #f7f8fa;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .flower {
    top: 0;
    margin-bottom: 48px;
  }
}

.flower__image {
  position: absolute;
  top: -55px;
  bottom: -55px;
}

.flower__image img {
  height: 100%;
}

/* NEWSPAPERS SECTION */
.newspaper__title {
  color: black;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}

.newspaper__subtitle {
  color: black;
  width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  .newspaper__logos {
    padding: 40px 0;
  }
}

.newspaper__logos__single {
  padding: 20px;
}

.newspaper__logos__single img {
  max-width: 50%;
}

@media (max-width: 575.98px) {
  .newspaper__logos__single {
    padding: 8px;
  }
  .newspaper__logos__single img {
    max-width: 80%;
  }
}

.newspaper {
  width: 100%;
}

/* ANNOUNCE A DEATH SECTION */
.announce-death {
  position: relative;
}

.announce-death__preview img {
  width: 80%;
}

/* CTAs */
.cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.cta__title {
  font-weight: bold;
}

.cta__description {
  max-width: 22em;
  font-size: 1.2em;
}

.cta__separator {
  width: 1px;
  height: 40%;
  background-color: #dee2e6;
  position: absolute;
  top: 30%;
  left: 50%;
}

/* Ads */
.ad-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*# sourceMappingURL=home.css.map */
