
  :root {
    --color-grey: #555;
    --color-code-sabine:      #414B5B;
    --color-code-petal:       #832789;
    --color-text: var(--color-grey);
    --font-family-sans: "Open Sans", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-sans: "Poppins", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-sans: "Raleway", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-sans: "Libre Franklin", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-sans: "Yantramanav", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-sans: "Roboto", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  
  }
  
  html {
    background: var(--color-code-sabine);
    font-weight: 400;
    font-weight: 300;
  }
  
  body {
    padding: 0.6em;
    font-size: 1em;
  }

  /* s {
    padding: 0.5rem;
    border: 1px solid #CCC;
    text-decoration: none;
  } */

  s {
    text-decoration: none;
    color: #7F8C02; 
    font-weight: 500;
  }

  .text hr {
    margin: 1rem 0;
  }

  hr {
    border: 0;
    background: #DDD;
    height: 1px;
    width: 100%;
  }
 
  .outer {
    background-color: #ffffff;
    padding: 1.5em 1.5em;
    padding: 2em;
  }
  
  .main {
    background-color: #ffffff;
  }
  
  .header {
    justify-content: flex-start;
    margin-bottom: .7rem;
    background-color: #786385;
    color: #ffffff;
    margin-left: 0;
    margin-right: 0;
  }
  
  .text a {
    text-decoration: none;
    border-bottom: 1px dotted var(--color-text);
    color: var(--color-code-petal);
  }
  .text a:hover {
    border-bottom: 1px solid var(--color-code-petal);
  }

  .mainnav {
    padding: .5em .5em .2em .5em;
    margin: 0 auto;
  }

  .mainnav ul {
    display: inline-block;
    text-align: left;
  }

  .mainnav li {
  margin: 0 .5em;
  float: left;
  }

  .mainnav a {
    font-weight: 300;
    font-size: .9em;
  }

  .mainnav a:hover {
    color: #CCC;
  }

  .mainnav a[aria-current] {
    text-decoration: none;
    font-weight: 600;
  }
 
  .mainnav a:hover, .mainnav a:focus, .mainnav a:active {  
    text-decoration: none;
    color: #CCC;
  }

  u {
    text-decoration: none;
    color: var(--color-code-petal);
    font-weight: 500;
  }

  strong, b {
    font-weight: 600;
  }

  .text {
    line-height: 1.5em;
  }


  .text h1,
  .h1,
  .intro {
    font-size: 2rem;
    margin-bottom: 3rem;
    line-height: 1.25em;
  }
  .text h2,
  .h2 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
    color:  var(--color-code-petal);
  }
  .text h3,
  .h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color:  var(--color-code-petal);
  } 
  .text h4,
  .h4 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    color:  var(--color-code-petal);
    text-transform: uppercase;
  }  

  .text h5,
  .h5 {
    font-size: 6rem;
    font-weight: normal;
    font-family: serif;
    margin-bottom: 0;
    color: #DDD;
    position: relative;
    top: 0.1em;
    left: -0.1em;
  }  

  .text h6,
  .h6 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    background: var(--color-light);
    padding: .5rem;
    border: 4px solid var(--color-white);
    outline: 2px solid var(--color-light);
  }  

  .text code {
    font-family: var(--font-family-sans);
    padding: .5rem 1rem;
    font-size: 90%;
    line-height: 1.4em;
    /* margin-top: -1.5rem !important; */
  }

  .text blockquote {
    font-size: 1.3rem;
    line-height: 1.325em;
    border-left: 3px solid var(--color-code-petal);
    padding-left: 1rem;
    margin: 1rem 1rem 1.5rem .5rem;
    max-width: 30rem;
  }
 

  .footer {
    padding: .3rem;
    text-align: right;
    font-size: .85em;
    line-height: 1.5em;
    color: #cccccc;
  }
  .footer:before {
    display: none;
  }

  .margin-xl {
    margin-bottom: 0;
  }
  
  .img-caption, .video-caption {
    line-height: 1.2em;
    font-size: 90%;
  }
  