html,
body {
  margin:0;
  padding:0;
  height: 100%;
  color:#705477;
  background:#F5C7FF;
  background-image: url("../assets/hashhhhh.png");
  background-repeat: repeat;
  font-family: Baskerville, 'Libre Baskerville',"Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-style: italic;
}
h1 {
  margin:0;
  font-size: 7em;
  font-weight:500;
}
h2,h3 {
  margin:0 0 1em;
  font-size:2em;
  font-weight:500;
}
p {
  margin:0 0 1.5em;
  line-height:1.5;
}
.container {
  max-width:800px;
  margin:0 auto;
  min-height: 100%;
  position: relative;
}
.header {
  padding:1em;
  text-align: left;
  margin-left: 1em;
}
.header a {
  color:#705477;
  text-decoration: inherit;
  transition-duration: 0.4s;
}
.header a:hover {
  color:#FFF;
  text-decoration: inherit;
}
.nav-bar {
  color:#705477;
}
.content {
  padding-top:1em;
  padding-bottom: 2.5em;
}
.content p {
  margin-left:1em;
  margin-right:1em;
}
.main {
  margin-bottom:1em;
}
.aside {
  margin-bottom:1em;
}
.footer {
  clear: both;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5em;
}
.nav {
  margin:0;
  padding:0;
  list-style:none;
}
.nav li {
  display:inline;
  padding:0;
  text-indent: 0em;
}
.nav li + li {
  text-indent: 1em;
}
.nav li + li + li {
  text-indent: 2em;
}
.nav li + li + li + li {
  text-indent: 3em;
}
.nav a {
  display:block;
  font-size:1.5em;
  padding:0.5em 1.25em;
  color:#705477;
  text-decoration:none;
  border-bottom:1px solid gray;
  transition-duration: 0.4s;
}
.nav a:link {
  color:#705477;
}
.nav a:visited {
  color:#705477;
}
.nav a:focus {
  color:#705477;
  background-color:#fff;
}
.nav a:hover {
  color:#FFF;
  background-color:#705477;
}
.nav a:active {
  color:#705477;
  background-color:#FFF;
}

.thumbnails {
  margin:0;
  padding:0;
  list-style:none;
}
.thumbnails ul {
  margin: 2px auto;
  padding: 0px;
}
.thumbnails li {
  display:inline;
  text-align: center;
  margin: auto;
  padding:0px;
}
.thumbnails a {
  display:inline;
  padding:0;
  border-bottom:0;
  text-decoration: none;
}
.thumbnails img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.bigpicture img {
  display: none;
  width: 600px;
}

.bigpicture img:target {
  display: inline;
}


@media (min-width:800px) {
  .header {
    padding:1em 0%;
  }
  .nav-bar {
    padding:1em 0%;
    width: 100%;
    text-align: center;
  }
  .nav ul {
    margin: 2px auto;
    line-height: 1.4;
    padding-left: 0;
  }
  .nav li {
    display:inline;
    text-align: center;
    margin: auto;
    padding:0 1em 0 1em;
  }
  .nav a {
    display:inline;
    padding:0;
    border-bottom:0;
  }
  .nav a:focus {
    color:#705477;
    background-color: transparent;
  }
  .nav a:hover {
    color:#FFF;
    background-color: transparent;
  }
  .nav a:active {
    color:#705477;
    background-color: transparent;
  }
  .content {
    padding-top:1em;
    padding-bottom: 2.5em;
  }
  .main {
    float:left;
    width:500px;
    margin:0 30px 1em 30px;
  }
  .aside {
    float:left;
    width:160px;
    margin-bottom:1em;
  }
}
