/* Globals */

.jenna-content-row {
  padding: 40px 80px;
}

.jenna-content-row-padding {
  padding: 40px 200px;
}

.jenna-text {
  width: 50%;
  padding: 40px;
}

.jenna-image {
  width: 50%;
  text-align: center;
}

.jenna-content-row h5 {
  margin-bottom: 20px;
}

.jenna-content-row-padding h5 {
  margin-bottom: 20px;
}

.jenna-content-row button {
  margin: 20px 0;
}

.jenna-content-row-padding button {
  margin: 20px 0;
}

/* Article */
.jenna-article-intro {
  width: 40%;
  padding: 40px 0;
}

.jenna-article-intro img {
  width: 60%;
}

.jenna-story-article {
  width: 60%;
  padding: 40px 0;
}

.jenna-article-images-container img {
  width: 45%;
  margin: 40px 0;
}

.jenna-article-intro audio {
  font-size: 5px !important;
  margin: 10px 0px;
}

.jenna-article-intro audio::-webkit-media-controls-current-time-display,
.jenna-article-intro video::-webkit-media-controls-current-time-display,
.jenna-article-intro audio::-webkit-media-controls-time-remaining-display,
.jenna-article-intro video::-webkit-media-controls-time-remaining-display {
  font-size: 10px;
}

/* Searching for treatment */

#search-treatment .jenna-content-row {
  padding: 20px 0px 20px 40px;
  justify-content: space-between;
}

.search-treatment-text {
  width: 45%;
  padding: 20px 0px 0 20px;
}

.search-wrapper {
  max-width: 650px;
  margin: 0 auto;
}

.search-treatment-element {
  width: 55%;
  background: url("/images/jennalowestory/more-about-back.png") no-repeat;
  background-size: cover;
  padding: 40px 60px 40px 150px;
}
#search-treatment .red-underline {
  margin-bottom: 20px;
}
.search-treatment-element p {
  margin: 0px 0px 0 5px;
}

.search-treatment-links a:hover {
  border-bottom: 1px solid black;
}

.searching-for-treatment-block {
  display: inline;
}

/* Living life to the full */

#living-full img {
  width: 100%;
  max-width: 650px;
}

.living-full-info {
  width: 40%;
  padding: 0 40px;
}

.living-full-info h5 {
  margin: 60px 0 20px 0;
}

/* The Invitation */

.invitation-info {
  width: 40%;
}

.invitation-illustration {
  width: 40%;
  text-align: center;
}

.invitation-video {
  padding: 40px 80px;
}

.invitation-video video {
  width: 100%;
}

/* Donate */
.jenna-donate-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
}

.jenna-donate-element {
  background: url("/images/jennalowestory/donate-back.png") no-repeat;
  background-size: cover;
  padding: 40px 150px 40px 120px;
  width: 55%;
  background-position-x: right;
}

.jenna-donate-element p {
  margin: 20px 0;
}

.jenna-donate-element a {
  text-decoration: underline;
}

.jenna-donate-info {
  width: 45%;
  padding: 40px 80px;
}

.jenna-donate-info h5 {
  margin-bottom: 20px;
}

/* 24 Hourse */
.twenty-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 80px;
}

.twenty-info {
  width: 40%;
  padding: 40px;
}

.twenty-info h6 {
  margin-bottom: 20px;
}

.twenty-video {
  width: 60%;
  padding: 40px;
}

.twenty-video iframe {
  width: 100%;
  height: 500px;
}

/* Desperate */
.desperate-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 00px 80px;
}

.desperate-image {
  width: 60%;
  text-align: center;
}

.desperate-image img {
  width: 60%;
}

.desperate-info {
  padding: 40px;
  width: 40%;
}

.desperate-info h5 {
  margin: 20px 0;
}

.desperate-info button {
  margin-top: 20px;
}

/* Transplant */
.transplant-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 80px;
}

.transplant-info {
  width: 50%;
  padding: 0 120px;
}

.transplant-info h5 {
  margin-bottom: 20px;
}

.transplant-video {
  width: 50%;
}

.transplant-video iframe {
  width: 100%;
  height: 400px;
}

.transplant-grid-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 80px;
}

.transplant-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.transplant-images img {
  width: 47%;
  height: 400px;
  object-fit: cover;
}

.transplant-grid-text {
  width: 50%;
  padding: 40px;
}

.transplant-row-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
}

.transplant-row-images a {
  height: 200px;
  width: 15%;
}

.transplant-row-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* June */

#june {
  padding: 40px 0 20px 0;
}

.june-image img {
  height: 400px;
  width: 60%;
  object-fit: cover;
  object-position: top;
}

.june-text p {
  width: 60%;
  margin-bottom: 20px;
}

.june-grid {
  padding: 40px 80px;
}
.june-grid a {
  width: 23%;
  height: 200px;
  object-fit: cover;
}

.june-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Support */
#support-jenna {
  text-align: center;
}

#support-jenna p {
  width: 40%;
  margin: 20px auto;
}

/* Jenna Foot Nav */
.jenna-foot-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: #f8f8f8;
}

.jenna-foot-nav-card {
  width: 33%;
  background: white;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 2px rgb(240, 240, 240);
  padding: 60px 40px;
  position: relative;
  transition: all 300ms ease;
  margin: 0 10px;
  min-height: 260px;
}

.jenna-foot-nav-card:hover {
  transform: translateY(-10px);
}

.jenna-foot-nav-card p {
  margin: 20px 0;
}

.jenna-arrow {
  border-radius: 50%;
  background: var(--red);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  bottom: 20px;
  right: 20px;
  position: absolute;
}

#jenna-lowe-story #proud-to-partner {
  background: white;
}
