﻿body {
   background-color: #90A28B;
/*
   color: #424242;
   font-family: Segoe UI, Arial, Helvetica, sans-serif;
   font-size: 1em;
   font-weight: normal;
   margin: 0 auto;
*/
}

.docs-page {
   background-color: #fff;
}

h1,
.h1 {
  font-size: calc(1.275rem + .5vw)
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 1.6rem
  }
}

h2,
.h2 {
  font-size: calc(1.225rem + .4vw)
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 1.5rem
  }
}

h3,
.h3 {
  font-size: calc(1.2rem + .3vw)
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.4rem
  }
}

h4,
.h4 {
  font-size: calc(1.175rem + .3vw)
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.3rem
  }
}

h5,
.h5 {
  font-size: 1.25rem
}

h6,
.h6 {
  font-size: 1rem
}

.docs-article .docs-heading {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  position: relative
}

.footer .copyright {
  font-size: 0.6rem
}