#hero {
  height: 24em;
  margin: 1rem 0 1rem 1rem;

  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}

#hero img {
  flex: 0 0 17.25em;
  width: 17.25em;
  height: 100%;
  object-fit: contain;
}

#video {
  flex: 1 1 auto;
  margin-left: 1rem;
  position: relative;
}

#video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

#video #layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background-color: #000; */
  opacity: 0.3;
}

#video p {
  margin: 0;
  color: #fff;
  position: absolute;
  bottom: 1rem;
  right: 3rem;
  z-index: 3;
  font-size: 3.25em;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0.05rem 0.05rem 0.2rem rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 700px) {
  #hero {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
  }

  #hero #logo {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
  }

  #hero #placeholder {
    flex: 1;
    background-color: #000;
    margin-left: 1rem;
  }

  #hero #video {
    margin-top: 1rem;
    margin-left: 0;
  }
}

/* CONTENT */

#slow-fashion {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 9.5em 0 7.5em;
}

#slow-fashion > div {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}

#slow-fashion h3 {
  text-align: right;
}

#slow-fashion p {
  text-align: right;
}

#slow-fashion > div > bold-button {
  font-size: 2.5em;
}

#slow-fashion > img {
  flex: 1 0 calc(50% - 3.75em);
  max-width: 16.25em;
  margin-left: 3.75em;
  object-fit: contain;
  object-position: right;
}

@media screen and (max-width: 735px) {
  #slow-fashion {
    flex-direction: column-reverse;
    max-width: 25em;
    margin-left: auto;
    margin-right: auto;
  }

  #slow-fashion div {
    align-items: center;
  }

  #slow-fashion h3 {
    text-align: center;
  }

  #slow-fashion p {
    text-align: center;
  }

  #slow-fashion > img {
    margin: 0 auto 2rem;
  }

  #slow-fashion > div > bold-button {
    font-size: 2rem;
  }
}

@media screen and (max-width: 360px) {
  #slow-fashion > div > bold-button {
    font-size: 1.5rem;
  }

  #slow-fashion > img {
    max-width: 100%;
  }
}

#donation-goal {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 7.5rem;
}

#donation-goal > img {
  flex: 1;
  max-width: 15.5em;
}

#donation-goal p {
  font-size: 2.5rem;
  margin: 0;
  text-align: right;
  margin-left: 1.5rem;
}

#donation-goal span {
  font-size: 4rem;
}

@media screen and (max-width: 575px) {
  #donation-goal {
    flex-direction: column;
  }

  #donation-goal > img {
    margin-bottom: 1rem;
  }

  #donation-goal p {
    text-align: center;
  }
}

#support {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 9.5em 0 7.5em;
}

#support > div {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}

#support h3 {
  text-align: right;
}

#support p {
  text-align: right;
}

#support bold-button {
  font-size: 2.5em;
}

#support > img {
  flex: 1 0 calc(50% - 3.75em);
  max-width: 13em;
  margin-left: 3.75em;
  object-fit: contain;
  object-position: left;
}

@media screen and (max-width: 615px) {
  #support {
    flex-direction: column-reverse;
    max-width: 25em;
    margin-left: auto;
    margin-right: auto;
  }

  #support div {
    align-items: center;
  }

  #support h3 {
    text-align: center;
  }

  #support p {
    text-align: center;
  }

  #support > img {
    margin: 0 auto 2rem;
  }

  #support bold-button {
    font-size: 2rem;
  }
}

@media screen and (max-width: 360px) {
  #support bold-button {
    font-size: 1.5rem;
  }
}

#insta {
  display: flex;
  margin: 9.5em 0 7.5em;
  flex-flow: row nowrap;
}

#insta h3 {
  text-align: right;
}

#insta img {
  flex: 1 0 calc(50% - 3.75em);
  max-width: 13em;
  object-fit: contain;
  object-position: left;
}

#insta div {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-end;
}

#insta bold-button {
  font-size: 2.5em;
}

@media screen and (max-width: 625px) {
  #insta {
    flex-direction: column;
    max-width: 25em;
    margin-left: auto;
    margin-right: auto;
  }

  #insta div {
    align-items: center;
  }

  #insta h3 {
    text-align: center;
  }

  #insta p {
    text-align: center;
  }

  #insta > img {
    margin: 2rem auto 2rem;
  }

  #insta bold-button {
    font-size: 2rem;
  }
}

@media screen and (max-width: 360px) {
  #insta bold-button {
    font-size: 1.5rem;
  }
}

/* News slider */

#news {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  height: 18.5em;
  margin-bottom: 7em;
  position: relative;
  overflow: hidden;
  --current-news: 0;
  --news-width: calc(100vw - 10.75rem);
  background-color: rgba(0, 0, 0, 0.06);
}

#headline,
#headline-mobile {
  flex: 0 0 10.75rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 4em;
  text-transform: uppercase;
  text-align: right;
  background-color: #000;
  color: #fff;
  padding: 0 1.2rem;
  box-sizing: border-box;
  z-index: 2;
}

#headline-mobile {
  display: none;
  text-align: center;
  flex-basis: 4.5rem;
}

#slideshow {
  z-index: 1;
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  transition: left 0.3s linear;
  left: calc(-1 * var(--current-news) * var(--news-width));
}

.news-element {
  min-width: var(--news-width);
  max-width: var(--news-width);
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding: 1.5em 3.5em 2em 1.5em;
  box-sizing: border-box;
}

.news-element div {
  flex: 1;
}

.headline2 {
  text-transform: uppercase;
}

.news-element img {
  flex: 0 0 11.25em;
  width: 11.25em;
  object-fit: contain;
  margin-left: 1.5em;
}

#controls {
  position: absolute;
  bottom: 1.2rem;
  left: 12.25rem;
  height: 0.5rem;
  width: 2.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  z-index: 3;
}

#controls span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  transition: background-color 0.3s linear;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.38);
}

#controls span:hover,
#controls span.active {
  background-color: #000;
}

@media screen and (max-width: 750px) {
  #news {
    flex-direction: column;
    --news-width: 100vw;
    height: auto;
  }

  #headline {
    display: none;
  }

  #headline-mobile {
    display: block;
  }

  #controls {
    left: 1.5em;
  }
}

@media screen and (max-width: 580px) {
  .news-element {
    padding-right: 1.5rem;
  }

  .news-element img {
    display: none;
  }
}

/* Bottom navigation */

#bottom-nav {
  display: flex;
  flex-flow: row wrap;
  align-items: strech;
}

#bottom-nav a {
  width: 50%;
  line-height: 1em;
  font-size: 4em;
  height: 2em;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  border: solid 0.2rem #000;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

#bottom-nav a:first-child {
  width: 100%;
  height: 1.2em;
  font-size: 6.875em;
  margin-bottom: 0.5rem;
}

#bottom-nav a:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 820px) {
  #bottom-nav a {
    font-size: 3em;
  }

  #bottom-nav a:first-child {
    font-size: 5em;
  }
}

@media screen and (max-width: 650px) {
  #bottom-nav a {
    font-size: 2.5em;
  }

  #bottom-nav a:first-child {
    font-size: 4em;
  }
}

@media screen and (max-width: 450px) {
  #bottom-nav a {
    font-size: 2.5em;
    width: 100%;
  }

  #bottom-nav a:first-child {
    font-size: 2.5em;
    height: 2em;
  }
}

@media screen and (max-width: 360px) {
  #bottom-nav a {
    font-size: 2em;
    width: 100%;
  }

  #bottom-nav a:first-child {
    font-size: 2em;
  }
}
