ul {
  list-style-type: disc;
  list-style-position: outside;
}

#heading {
  padding-bottom: 0;
}

#messageWrapper {
  grid-column: 1 / span 7;
  grid-row: 2 / span 1;

  padding: 0;
  padding-bottom: 0.5rem;
}

.guide {
  font-size: 1.1rem;
  font-weight: normal;
}

#quickStart.retracted {
  display: none;
}

#quickStart {
  box-sizing: border-box;
  padding: 3rem;

  font-size: 1.2rem;

  max-width: 50rem;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#gallery {
  max-width: 100%;
  width: 100%;
  /* Else adds hor scroll because in wrapper. */
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#galleryImgsWrapper {
  padding: 2rem;

  background-color: var(--color-primary-fill);
}

#galleryImgs {
  width: 100%;
  max-width: calc(100vw - 8rem);
  overflow-x: scroll;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* For Safari else stretches. */
  align-content: flex-start;
}

.galleryImg {
  max-width: 16rem;
  max-height: 16rem;
  padding: 0 1rem 0.5rem 1rem;
}

#sectionsWrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 50rem;
}

#sectionKeyFeatures {
  max-width: 40rem;
}

.sectionWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sectionHeading {
  font-size: 1.1rem;
  font-weight: bold;

  margin-top: 3rem;
  margin-bottom: 1rem;
}

.feature {
  margin-top: 1rem;
  margin-bottom: 1rem;

  width: 100%;
  display: flex;
}

.featureBox {
  background-color: var(--color-primary-fill);
  padding: 2%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.featureText {
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}

.featureBoxImgs {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.boxIcon,
.boxLink {
  height: 1.6rem;
  width: 1.6rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.boxLink {
  display: flex;
}

.featureList {
  width: 100%;
}

.featureItem {
  padding: 0.25rem;
}

#getStarted {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.introButton {
  max-width: 18rem;
  min-width: 15rem;
  padding: 1rem;
  margin: 0.5rem;

  flex: 1;
  display: block;
}

.introName {
  font-weight: bold;
}

.introText {
  padding: 1rem;
}

.introIcon {
  opacity: 0.85;
  width: 3rem;
  margin: 1rem 0 0 0;
}

#needHelp {
  width: 100%;
  margin-right: 2rem;
  display: flex;
  justify-content: flex-end;
}

.howto {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.howtoTitle {
  font-size: 1.1rem;
  margin: 1rem 0 1rem 0;
}

.howtoSteps {
  list-style-type: decimal;
  width: 100%;
}

.howtoStep {
  padding: 0.25rem;
}

.howtoImg {
  width: 100%;
  max-width: 30rem;
  border: 0.4rem double var(--color-primary-text);
}

div.retracted {
  display: none;
}

#howtoSeeWrapper {
  margin-top: 1rem;
  width: 100%;
  max-width: 50rem;
  display: flex;
  justify-content: center;
}

.howtoSeeItem {
  padding: 0.3rem;
}

.seeAlso {
  text-align: center;
  margin-bottom: 0.5rem;
}

#footerTerms, #footerPrivacy {
  font-size: 1.05rem;
}

@media screen and (max-width: 40rem) {
  #galleryImgsWrapper {
    padding: 1rem;
  }

  #galleryImgs {
    max-width: calc(100vw - 4rem);
  }

  .galleryImg {
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
}
