/* All:  Print or screen, mobile or desktop. */



.example {
  padding: 20px;
  color: white;
}


#title {
  text-align: center;
  line-height: 1.5em;
  text-shadow: 1px 1px grey;
  letter-spacing: 0.08em;
  color: maroon;
  font-family: sans-serif;
  font-size: 1.5em;
}
#subtitle {
  text-align: center;
}
#tech{
  text-align: center;
}
#alt-tech{
  text-align: center;
}
#content-text {
  text-align: justify;
}
#footer {
  text-align: center;
}


/* Glyph-style horizontal rule, adapted from one by Harry Roberts. */
/* I don't know the source, but thanks! */
hr.glyph {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #BBB;
    color: maroon;
    text-align: center;
    margin-top: -0.25em;
    margin-bottom: -1.8em;
}
hr.glyph:after {
    content: "§";
    text-shadow: 1px 1px grey;
    display: inline-block;
    position: relative;
    top: -0.8em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    background: white;
}
