html {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    display: block;
    white-space: normal;
    color: #000;
    color: rgba(0, 0, 0, 0.54);
    background-color: #EEE;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
}
img {
    border: 0;
    position: relative;
}
a:hover {
    background-color: #CFF;
}
a {
    text-decoration: none;
}
h1, h2, h3 {
    font-weight: 200;
    line-height: 1.2;
    font-size: smaller;
}
p {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 4.0ex;
    text-align: justify;
    font-weight: 400;
}
ul {
    list-style: none;
}
li {
    color: lime;
}
body {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 1em 2em;
    background-color: transparent;
    color: #000;
    color: rgba(0, 0, 0, 0.20);
    border: 1 solid silver;
    font-family:'Open Sans', Helvetica Neue, Helvetica, Arial, san-serif;
    border-top: 0;
    font: 100%/1.6 palatino, georgia, serif;
    z-index: -100;
    font-size: 1em;
    line-height: 4.0ex;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    font-weight: 200;
    vertical-align: baseline;
    display: inline-block;
}
header, footer {
    margin: 0 auto;
    display: inline-block;
    font-weight: 100;
}
video {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    border: 0;
    padding:0;
    vertical-align: baseline;
    white-space: normal;
}
div {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: inherit;
    display: block;
    white-space: normal;
    background-color: #EEE;
    background-color: rgba(64, 0, 255, 0.2);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid;
}
nav {
    position: relative;
    margin: 0 auto;
    border: 1px solid#000;
    display: inline-block;
    background-color: #EEE;
    background-color: rgba(64, 0, 255, 0.2);
    vertical-align: baseline;
    z-index: 200;
}
.material-icons {
    font-family:'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}
blockquote {
    quotes: none;
    white-space:pre-wrap;
}