.splash {
  align-items: center;
  background-image: url('../img/sweep/splash.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 552px;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .splash {
    background-image: url('../img/sweep/splash@2x.png');
  }
}

.splash > .inner {
  color: #fff;
}

.splash h1 {
  font-size: 56px;
  line-height: 64px;
  margin: 24px 0 16px;
}

.splash p {
  font-size: 20px;
  line-height: 28px;
}

#what-you-win > .inner {
  border-bottom: 1px solid #bfbfbf;
}

#what-you-win .donate-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}

@media screen and (min-width: 768px) {
  #what-you-win .donate-grid {
    gap: 0 24px;
    grid-template-columns: auto 375px;
  }
}

@media screen and (min-width: 992px) {
  #what-you-win .donate-grid {
    gap: 0 64px;
    grid-template-columns: auto 440px;
  }
}

@media screen and (min-width: 768px) {
  .donate-grid .copy {
    padding-left: 80px;
    position: relative;
  }
}

.donate-grid .social-grid {
  display: none;
}

@media screen and (min-width: 768px) {
  .donate-grid .social-grid {
    display: grid;
    gap: 24px 0;
    left: 0;
    position: absolute;
    top: 0;
  }
}

.donate-grid .social-grid .icon {
  height: 32px;
  width: 32px;
}

.donate-grid .copy p {
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 40px;
}

.donate-grid .donate-form-box {
  display: none;
}

@media screen and (min-width: 768px) {
  .donate-grid .donate-form-box {
    display: block;
    justify-self: end;
    width: 100%;
  }
}

.media-carousel .main-img {
  background-image: url('../img/sweep/delorean-back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .media-carousel .main-img {
    background-image: url('../img/sweep/delorean-back@2x.png');
    height: 400px;
  }
}

.media-carousel .thumbnail-grid {
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
}

.media-carousel .thumbnail {
  background-color: #d9d9d9;
  background-position: center;
  background-size: cover;
  height: 64px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .media-carousel .thumbnail {
    height: 100px;
  }
}

#social-giving h2 {
  margin-bottom: 40px;
}

#social-giving .feed-grid {
  display: grid;
  gap: 16px 0;
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
  #social-giving .feed-grid {
    gap: 0 32px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.feed-grid .feed {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 16px 8px;
}

@media screen and (min-width: 768px) {
  .feed-grid .feed {
    padding: 24px 16px 16px;
  }
}

.feed-grid .feed .post-grid {
  display: grid;
  gap: 8px 0;
  grid-template-columns: repeat(1, 1fr);
  margin: 16px 0;
  max-height: 496px;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .feed-grid .feed .post-grid {
    gap: 16px 0;
    max-height: 640px;
  }
}

.feed-grid .feed .post {
  background-color: #fff;
  border-radius: 3px;
}

.feed-grid .feed .see-more {
  align-items: center;
  color: #8c8c8c;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  display: flex;
  justify-content: center;
}

.feed-grid .feed .see-more .icon {
  height: 5px;
  margin-left: 6px;
  width: 8px;
}

.comment-feed .inline-tabs {
  display: flex;
  flex-flow: row;
}

.comment-feed .inline-tabs .tab {
  border-bottom: 4px solid #bfbfbf;
  color: #8c8c8c;
  cursor: pointer;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 8px;
}

.comment-feed .inline-tabs .tab.active {
  border-bottom-color: #00c9de;
  color: #000;
}

.comment-feed .inline-tabs .tab.empty {
  cursor: default;
  flex-grow: 1;
}

.comment-feed .post {
  display: grid;
  gap: 0 16px;
  grid-template-columns: 40px auto auto;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .comment-feed .post {
    grid-template-columns: 75px auto auto;
  }
}

.comment-feed .post .icon {
  height: 40px;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .comment-feed .post .icon {
    height: 75px;
    width: 75px;
  }
}

.comment-feed .post .copy {
  font-size: 16px;
  line-height: 24px;
}

.comment-feed .post .username {
  font-weight: bold;
}

.comment-feed .post .timestamp {
  color: #595959;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 8px;
}

.comment-feed .post .pill-box {
  justify-self: end;
}

.hashtag-feed .hashtag-head {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .hashtag-feed .hashtag-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

.hashtag-feed .social-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  width: 104px;
}

@media screen and (min-width: 768px) {
  .hashtag-feed .social-grid {
    display: grid;
    gap: 0 16px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    width: auto;
  }
}

.hashtag-feed .social-grid .icon {
  height: 24px;
  width: 24px;
}

.hashtag-feed .post > .inner {
  padding: 16px;
}

.hashtag-feed .post .photo {
  border-radius: 3px;
  margin-bottom: 8px;
  width: 100%;
}

.hashtag-feed .post p {
  font-size: 16px;
  line-height: 24px;
}

.hashtag-feed .post p a {
  color: #00c9de;
  font-weight: bold;
  text-decoration-line: none;
}

.hashtag-feed .post .timestamp {
  color: #595959;
  font-size: 12px;
  margin-top: 16px;
  text-align: right;
}

.hashtag-feed .post .cap {
  align-items: center;
  border-top: 1px solid #e4e4e4;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
}

.hashtag-feed .post .profile {
  display: grid;
  gap: 0 8px;
  grid-template-columns: 32px auto;
}

.hashtag-feed .post .avatar img {
  height: 32px;
  width: 32px;
}

.hashtag-feed .profile-user {
  font-size: 14px;
}

.hashtag-feed .handle {
  color: #595959;
  font-size: 12px;
  text-decoration-line: none;
}

.hashtag-feed .social-links {
  display: flex;
}

.hashtag-feed .icon-share {
  height: 24px;
  width: 24px;
}

#about-sweeps {
  background-image: url('../img/bg-tan.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#about-sweeps .head {
  margin-bottom: 40px;
  text-align: center;
}

#about-sweeps .head img {
  margin-bottom: 16px;
}

#about-sweeps .content-grid {
  display: grid;
  gap: 24px 0;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
}

@media screen and (min-width: 768px) {
  #about-sweeps .content-grid {
    gap: 0 40px;
    grid-template-columns: 40% auto;
    grid-template-rows: auto;
  }
}

@media screen and (min-width: 768px) {
  #about-sweeps .media-box {
    grid-column: 2;
    grid-row: 1;
  }
}

#about-sweeps .media-carousel .main-img {
  background-image: url('../img/sweep/mjfox-thumbnail.png');
}

@media screen and (min-width: 576px) {
  #about-sweeps .media-carousel .main-img {
    background-image: url('../img/sweep/mjfox-thumbnail@2x.png');
  }
}

#about-sweeps .media-carousel .thumbnail-1 {
  background-image: url('../img/blog/mjfox.png');
}

#about-sweeps .media-carousel .thumbnail-2 {
  background-image: url('../img/blog/lab.png');
}

#about-sweeps .media-carousel .thumbnail-3 {
  background-image: url('../img/blog/mjfox-conf.png');
}

#about-sweeps .copy {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  #about-sweeps .copy {
    grid-column: 1;
    grid-row: 1;
  }
}

#about-sweeps .copy p {
  margin-bottom: 16px;
}

.mobile-donate-box {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
  left: 0;
  padding: 24px 16px;
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mobile-donate-box {
    display: none;
  }
}
