@charset "UTF-8";

/* Base */

body{
  font-family: Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  background-color: #0f0f0f;
  margin: 0;
}

/* Layout */

.page-wrapper{
  padding: 4rem 2rem;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

header, nav, section, footer{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* Typography */

h1{
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

h2{
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

p{
  max-width: 32rem;
  line-height: 1.6;
}

.subtitle{
  opacity: 0.7;
}

.author{
  font-size: 0.9rem;
  opacity: 0.5;
}

/* Navigation */

nav a{
  margin-right: 1.5rem;
  text-decoration: none;
  color: #f2f2f2;
  opacity: 0.7;
}

nav a:hover{
  opacity: 1;
}

/* Download */

.extension-download a{
  font-size: 1rem;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
  display: inline-block;
}

/* Documentation */

.extension-documentation{
  margin-top: 2rem;
}

video, img{
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  background-color: black;
}

/* Reviews */

.extension-reviews-block{
  font-style: italic;
  opacity: 0.6;
}

/* Installation */

section.extension-installation ol{
  padding-left: 1.2rem;
}

/* Footer */

footer{
  margin-top: 5rem;
  font-size: 0.8rem;
  opacity: 0.5;
}

/* Mobile */

@media (max-width: 780px) {
  .page-wrapper{
    padding: 3rem 1.5rem;
  }
}
