html {
height: 100%;
box-sizing: border-box;
background-color: #335;
scroll-behavior: smooth;
}

*,
*:before,
*:after {
box-sizing: inherit;
}

body {
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
font-family: Optima, sans-serif;
color: white;
}

/* fixed background image with ios safari support */
.main:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("images/background-dark.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.demo {
margin: 0 auto;
padding-top: 1px;
max-width: 640px;
width: 94%;
text-align: left;
}

.wider {
  max-width: 640px;
}

.main {
  text-align: center;
}

.header {
  /* max-width: 640px; */
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  padding: 1rem;
  background-color: #224;
  text-align: center;
  border-bottom: 1px solid #888;
}

.header td {
  padding: 0px 10px;
}

/**
* Footer Styles
*/

.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
background-color: #224;
text-align: center;
border-top: 1px solid #888;
}

.footer a {
margin-right: 10px;
margin-left: 10px;
}

a {
  color: #aaf;
  text-decoration: none;
}

.privacy .c3, .c14 {
  font-weight: bold;
}

h1 {
  font-size: 300%;
}

h2, h3 {
  padding-top:15px;
  margin: 10px 0px;
}

.content {
  padding-top: 120px;
}

.overview {
  border: 5px solid #457;
  padding:5px;background-color:#457;
  border-radius:10px;
}

.small-font {
  font-size: 70%;
}

.disable-link {
  pointer-events: none;
}

.outline {
  -webkit-filter: 
    drop-shadow(2px 2px 0 rgba(174, 98, 255, 0.25)) 
    drop-shadow(-2px 2px 0 rgba(174, 98, 255, 0.25)) 
    drop-shadow(2px -2px 0 rgba(174, 98, 255, 0.25)) 
    drop-shadow(-2px -2px 0 rgba(174, 98, 255, 0.25));
  filter: 
    drop-shadow(2px 2px 0 rgba(174, 98, 255, 0.25)) 
    drop-shadow(-2px 2px 0 rgba(174, 98, 255, 0.25)) 
    drop-shadow(2px -2px 0 rgba(174, 98, 255, 0.25)) 
    drop-shadow(-2px -2px 0 rgba(174, 98, 255, 0.25));
}
