html {
  background-color: #382927BF; 
  color: #e6e1c4 !important;
  padding: 3%;
  font-size: 12pt;
  background-image: url(/css/seamless-wood-planks-autumn.jpg) !important;
  background-repeat: repeat repeat;
}

body {
	  background-color: inherit;
		padding: 1.5em;
		border-color: #a18b62;
		border-width: 2px;
		border-style: groove;
    margin: auto;
		backdrop-filter: blur(5px);
}

h1,h2,h3,h4,h5,p,li {
  color: #e6e1c4;
}

ul {
    list-style: circle;
    padding: 0;
}

* {
  border-radius: .15em;
}

.entry {
  color: #e6e1c4;
  margin-bottom: 1em;
}

a {
  color: #cc4232;
  text-decoration: none;
}

a:hover {
  color: #efac32;
  text-decoration: underline dashed;
}

a:visited {
  color: #bb95b5;
	text-decoration: none;
}

a:visited:hover {
  color: #dbb0d5;
}

.button-a {
  display: inline-block;
  text-decoration: none;
  padding: .5em;
  margin: 1%;
  background-color: #47647b;
  color: #e6e1c4 !important;
  border-color: #47647b;
  border-style: outset;
}

.button-a:hover {
  color: #e6e1c4;
  display: inline-block;
  border-color: #efac32;
  background-color: #efac32;
  border-style: inset;
  text-decoration: none;
}

@media (min-width: 960px) {
    .nav-bar {
        float: left;
        width: 5em;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
    }
    .nav-blocks {
	    width: 75%;
			margin: .25em auto .25em auto;
    }

    main {
        padding-left: 7em;
		}
}
