/* General Main Formatting here: */
body {
  background-image: url("albumart/nilim_glitch.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: black;
  color: white;
  font-size: 0.8em;
  font-family: Verdana;
  text-align: center;
}
  
a {
  color: grey;
  text-decoration: none;
}
  
table {
  margin-left: auto;
  margin-right: auto;
}

div.container {
  max-width: 900px;
  margin: 0 auto;
}

div article:first-of-type{
  margin-top: 10em;
}

/*Top tabs / nav section styling and freezing: */
nav ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: -16px 0 0 0;
}

nav li {
    background-color: black;
    display: inline;
    border: solid;
    border-width: 2px 2px 0 2px;
    margin: 0 5px 0 0
}

nav li a {
    padding: 0px 10px;
}

header li {
    float: center;
    border: 2px solid;
    border-bottom-width: 0;
    margin: 0 5px 0 0;
}

header h1 {
    margin: 0;
    padding: 0 0 0 0;
}

header section {
  background-color: black;
  border: 2px solid;
  margin: auto;
  max-width: 900px;
}

#navbar {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;  
}

#navbar img {
  display: block;
  max-width: 100%;
  max-height: 80px;
  min-width: 100%;
  object-fit: cover;
  object-position: center 0;
  margin: auto;
}

#navbar img.headertext {
  position: absolute;
  object-fit: contain;
  max-height: 60px;
  top: 0;
}

#selected {
    position: relative;
    top: 2px;
    background: black;
}
/*end of header section/tabs/feezing*/

#picpost h2 {
  text-align: right;
  text-shadow: 2px 2px 3px black;
  border-bottom: 2px solid;
  box-shadow: 0 2px black;
  margin-left: auto;
  margin-bottom: 0.4em;
}

#picpost div {
  background-color: black;
  padding: 10px 5px 5px 5px;
  text-align: left;
  border: 2px solid;
  width: auto;
  overflow: hidden;
}

#picpost img {
  object-fit: contain;
  max-width: 100%;
  max-height: 600px;
  width: 900px;
}

#picpost p:first-child{
  font-weight: bold;
  margin-top: 0;
}

#picpost iframe {
  border: 0;
  width: 350px;
  height: 522px;
}

article li {
  margin: 10px 0;
}

  
  