/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
}

li {
  list-style-type: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

@font-face {
  font-family: 'RobotoRegular';
  src: url('Roboto-Regular-webfont.eot');
  src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('Roboto-Regular-webfont.woff') format('woff'),
    url('Roboto-Regular-webfont.ttf') format('truetype'),
    url('Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoBold';
  src: url('Roboto-Bold-webfont.eot');
  src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('Roboto-Bold-webfont.woff') format('woff'),
    url('Roboto-Bold-webfont.ttf') format('truetype'),
    url('Roboto-Bold-webfont.svg#RobotoBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoLight';
  src: url('Roboto-Light-webfont.eot');
  src: url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('Roboto-Light-webfont.woff') format('woff'),
    url('Roboto-Light-webfont.ttf') format('truetype'),
    url('Roboto-Light-webfont.svg#RobotoLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

body { 
  font-family: 'RobotoLight', sans-serif;
  font-size: 14px;
  line-height: 20px;
  width: 100vw;
  height: 180vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("https://vestigeflesh.neocities.org/lycvlybli8tft631.jpg") no-repeat center center / cover;

  color: #3F8BEB;
  -webkit-font-smoothing: antialiased;
  letter-spacing:0.1em;
}

h1 {
  padding: 0px;
  font-size: 48px;
  margin: 20px 0 20px -2px;
  line-height: 1em;
}

em {
  font-style: italic;
}

strong {
  font-weight: normal;
  font-family: 'RobotoBold', sans-serif;
}

.hidden { display: none; }


p { margin-bottom: 40px; }

a {
  text-decoration: none;
  font-weight: normal;
  color:#3F8BEB; opacity:0.6;
}

a:hover {
  text-decoration: none;
  font-weight: normal;
  color:#0092FF; opacity:1.0;
}

.centered {
  margin: 0 auto;
  width:82vw;
  max-width:800px;
  clear:both;
}

#main {
  margin-bottom:50px;
  margin-left:20px;
}

.autoheight {
  height:auto;
  margin-bottom:100px;
}

.menuitem {
  height:25px;
  width:760px;
  clear:both;
  padding-right:20px;
  font-size:20px;
}
.menuitem .menuinfo {
  color:#3F8BEB; opacity:0.3;
  margin-left:10px;
}
