@import url(common.css);
@import url(tool-bar.css);

ul {
  list-style: none;
  padding: 0;
}

li {
  position: relative;
  /* margin-bottom: 2em; */
}

li h2 {
  font-size: 1.5em;
  margin-top: 1.5em;
}

li a p {
  font-size: 1em;
  color: white;
  opacity: 0.8;
}

li p h1 {
  font-size: 1.5em;
}

a {
  text-decoration: none;
  color: white;
}

section {
  width: 70%;
  margin: auto;
}

.article h1 {
  text-align: center;
  line-height: 175%;
}

.article_content {
  line-height: 175%;
  width: 100%;
}

.download-ext {
  font-size: 1em;
  font-weight: 550;
  height: 47px;
  background-color: #1de9b6;
  color: black;
  text-decoration: none;
  color: #11171a;
  padding: 0 0.8em;
  border-radius: 0.3em;
  cursor: pointer;
  margin-left: 1em;
  display: flex;
  transition: all 300ms;
}

.download-ext span {
  margin: auto;
}

.download-ext:hover {
  color: white;
}

.download-sec {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
}

.qrcode {
  width: 90px;
  height: auto;
  border-radius: 1em;
  margin-right: 1em;
  transition: all 250ms;
}

.qrcode:hover {
  transform: scale(1.1);
}

.download-img img {
  height: 48px;
  width: auto;
  margin: auto;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 40px;
  padding-top: 2em;
  margin-top: 4em;
  margin-bottom: 4em;
}

.footer-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-block h3 {
  font-size: 1em;
  margin-bottom: 1.5em;
}

.footer-block .footer-block-item {
  font-size: 1em;
  margin: 0.35em 0;
  color: rgba(255, 255, 255, 0.6);
}

.footer-block a:hover {
  text-decoration: underline;
}

.footer span {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.5);
}

.footer .add-on a {
  font-size: 0.9em;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.6em;
}

.article-video {
    width: 100%;
    border: solid 1px white;
    border-radius: 1.5em;
    margin: 1.5em auto;
}

p {
    font-size: 1.1em;
    line-height: 175%;
}

.download_btn {
    background-color: white;
    padding: 1em 1.5em;
    font-family: inherit;
    outline: none;
    border: none;
    border-radius: 1em;
    cursor: pointer;
    font-size: 0.8em;
    margin: 1em auto;
}

.paragraph {
    margin: 4em auto;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 1.5em;
}

@media (max-width: 1024px) {
  section {
    width: 90%;
  }

  .qrcode {
    display: none;
  }
}

@media (min-width: 1025px) {
}
