html {
  margin:0;
  padding:0;
  background: url("https://64.media.tumblr.com/c91df68793c36f197ad03aa0d1224e00/a18f286bc0c5813c-81/s2048x3072/313dd71f2e2d579646451b1a381faaf5d29b1a9d.jpg");
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color:white;
  line-height: 200%; /*I always set the line-height to double for ease of reading*/
  overflow: hidden;
}


header {
  width: 65vw;
  margin: auto;
}
header h1 {
  margin:0;
  width: 100%-10px;
  background: black;
  font-size: 20px;
  padding-left:10px;
  color:white;
}

a {
  text-decoration: none;
  color: inherit;
}

.nav-top {
    background: url('https://i.pinimg.com/736x/83/af/84/83af841473f5ae51325876251b3811b3.jpg');
    background-size: 100%;
    background-position-y: center;
    height:15vh;
    border:4px black solid;
    width:100%-8px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  align-content: center;
}

.nav-top a {
  font-size: 14px;
  background:black;
  margin-bottom: 10px;
  padding:0px 14px 0px 14px;
  border: 2px double white;
}

.site {
  margin:auto;
  width: 85vw;
  height: 70vh;
  overflow: hidden;
  display: flex;
  padding: 15px;
}

.nav-left, .nav-right {
  width:15vw;
  border: 4px double white;
  overflow:scroll;
  height: fit-content;
}

.nav-left {
  background:url('https://64.media.tumblr.com/2d04ae6fac35626339e038bd08331eea/fe9294fbb4ae3054-9a/s500x750/5c080426b463c12e05bbcd8d9d475a8921c4e0b5.jpg');
  background-repeat: repeat;
  background-size: contain;
  
}

.nav-left h3, .nav-left li {
  background:black;
  list-style-type: none;
  margin:0;
  transition: 0.2s ease;
}

.nav-left li:hover {
  background:none;
  transition: 0.2s ease;
}

.nav-left ul {
  margin:0;
  padding:0;
  width:100%;
  font-size: 15px;
}

.nav-left li {
  margin-left: 15px;
  padding-bottom: 8px;
  line-height: 100%;
  }

.nav-left li:before {
  display: inline-block;
    width:15px;
    height: 15px;
    margin: 2px 3px -2px 5px; /*order is top right bottom left*/
    padding:0;
    content: '';
    background: url('https://i.pinimg.com/736x/20/67/92/2067924acfa8c47de11faff0c600d359.jpg') no-repeat 0 0;
    background-size: 100%;
}
.nav-left h3 {
  padding-left: 5px;
}

main {
  height:100%;
  overflow:scroll;
  width:60vw;
  padding: 0 15px 0 15px; /*same order here8*/
}

main article {
  border: 2px solid white;
  background: black;
  margin-bottom: 20px;
  padding: 0;
}

.intro h2 {
  background: white;
  font-size: 20px;
  margin-top:0;
  padding-left:5px;
  color:black;
}

.intro h1, .intro p {
  padding-left: 10px;
  padding-right:10px;
}

.intro h1 {
  font-size: 20px;
  margin:auto;
  margin-top:-10px;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
}

.intro h1::before {
  display: inline-block;
    width:30px;
    height: 30px;
    margin-bottom:-7px;
    content: '';
    background: url('https://64.media.tumblr.com/376dcc1d9c14b2280516ed66e41dd70d/38b784ecea1627ad-2d/s1280x1920/ab497fc16d5d277c95559398313f70123cf01376.pnj') no-repeat 0 0;
    background-size: 100%;
}

.intro h1::after {
 display: inline-block;
    width:30px;
    height: 30px;
    margin-bottom:-7px;
    content: '';
    background: url('https://64.media.tumblr.com/376dcc1d9c14b2280516ed66e41dd70d/38b784ecea1627ad-2d/s1280x1920/ab497fc16d5d277c95559398313f70123cf01376.pnj') no-repeat 0 0;
    background-size: 100%;
}

.nav-right {
  background: black;
}

.rsrc h3 {
  padding: 0;
  margin:0;
  text-align: center;
}
.rsrc li, .rsrc ul {
  list-style-type: none;
  padding:0;
  margin:0;
} 

.rsrc li::before {
  display: inline-block;
    width:15px;
    height: 15px;
    margin: 2px 3px -2px 5px;
    padding:0;
    content: '';
    background: url('https://i.pinimg.com/736x/be/02/b8/be02b861bb5bdebaf7ea156d6a938034.jpg') no-repeat 0 0;
    background-size: 100%;
}

.dni {
  height: 12vw;
  margin: 10px;
  padding: 10px;
  overflow: scroll;
  font-size: small;
  line-height: 150%;
  border: 1px dashed white;
}

.dni h3 {
  margin:0;
  padding:0;
  text-align: center;
  width: 100%;
}

.two-section {
  display:flex;
}

.two-section article {
  width: 50%;
  margin: 0 10px 20px 10px;
  border:none;
}
.site-log {
  background:none;
  border:none;
}

.logs {
  background:black;
  border:2px solid white;
  height: 275px;
}

.site-log h2 {
  margin:0;
  background:white;
  color:black;
  padding-left:4px;
  font-size: 18px;
  height: 15%;
}

.site-log ul {
  margin:0;
  padding: 0 8px 0 8px;
  list-style-type: none;
  overflow:scroll;
  height: 85%;
}

.site-log li {
  border-top: 1px white solid;
  margin:0;
  padding: 10px 0 10px 0 ;
}

.site-log li:first-child {
  border:none;
  padding-top:0;
}

.site-log li h3 {
  padding: 0;
  margin:0;
}

.site-log li p {
  margin: 0;
  padding-left: 10px;
  
}
.top-tabs {
  display:flex;
  margin:0;
}

.top-tabs p {
  background-color:white;
  border:1px solid white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin:0 3px 0 3px;
  padding-right:3px;
  color:black;
}

#time {
  margin-left:0;
}

#date::before {
    display: inline-block;
    width:15px;
    height: 15px;
    margin: 2px 3px -2px 5px;
    padding:0;
    content: '';
    background: url('/img/calendar.png') no-repeat 0 0;
    background-size: 100%;
}

#time::before {
    display: inline-block;
    width:15px;
    height: 15px;
    margin: 2px 3px -2px 5px;
    padding:0;
    content: '';
    background: url('/img/clock.png') no-repeat 0 0;
    background-size: 100%;
}

.guestbook {
  background:none;
}

.guestbook h2 {
  margin:0;
  background:white;
  color:black;
  padding-left:4px;
  font-size: 18px;
  height: 15%;
}
.guestbook-inside {
  height: 275px;
  border: 2px solid white;
}

.guestbook-inside iframe {
  width: 100%;
  border: none;
  margin:0;
  padding:0;
  height: 85%;
}

#visits {
  margin-left:0;
}
#visits::before {
  display: inline-block;
    width:15px;
    height: 15px;
    margin: 2px 3px -2px 5px;
    padding:0;
    content: '';
    background: url('/img/web.png') no-repeat 0 0;
    background-size: 100%;
}

.marquee {
  position: relative;
  margin:0 4px 0 4px;
  height: 31px;
  overflow-x: hidden;
  border: 4px double white;
  background:black;
  color:white;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 5s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


footer {
  font-size: 12px;
  font-style: italic;
  text-align:center;
}