@media screen and (max-width: 800px) {

* {
    overflow-wrap: anywhere;
}

body {
    font-size: 16pt;
    max-width: 960px;
    margin: 3%;
}

nav#navbar { display: none; }
body#navbar_html nav#navbar { display: block; }

h3, .entry-title,
.navheading details summary {
	font-size: 20pt;
	line-height: 28pt;
}

nav .navheading, nav a {
  font-size: 20pt;
  line-height: 28pt;
  margin: 0;
  padding: 0;
}
nav ul  {
  margin: 0;
}
nav ul li {
  list-style: none;
}


nav {
  font-size: 28pt;
}
nav .navheading {
  border: solid black 1px;
  padding: 22px;
  margin: 10px;
  height: 100%;
}

header#pageheader, nav .navheading, footer#pagefooter {
    border: black 1px solid;
    padding: 10px;
    margin: 0 0 5px 5px;
    display: block;
    background-color: #e0e0e0;
}

a#menu-link {
    font-size: 36pt;
    font-weight: bold;
    color: black;
}

header#pageheader, a#menu-link {
    text-align: center;
    font-size: 20pt;
}

.top-title-wrapper.even {
    background-color: rgba(0, 0, 0, 0.06);
}
.top-title-wrapper.odd {
    background-color: rgba(0, 0, 0, 0.03);
}
.top-title-wrapper {
    padding: 3px 6px 3px 6px;
}
.top-entry {
    font-size: 20px;
}
.entry-info {
    font-size: 16px;
}

h3 {
    font-size: 20pt;
    font-weight: bold;
    margin: 15px 0px 5px 0;
}

a {
    color: black;
}

.entry-title-wrapper {
	display: block;
	padding: 6px;
}

main#tagpage .entry-wrapper {
    padding: 0 0 50px 0;
}

.tag {
    line-height: 30px;
    margin-left: 25px;
}

.entry-content-wrapper {
    padding-left: 42px;
}

img {
    max-width: 100%;
}

h3.sub-top-heading {
    font-size: 28px;
}

.attachements {
    text-align: center;
}
.attachements {
    display: table;
    margin: auto;
}
.attachements .attachment {
    display: table-row;
}
.attachements .attachment span {
    display: table-cell;
    margin: 10px;
}
span[class^="audio"] span, span[class*=" audio"] span {
    display: none;
    vertical-align: middle;
    padding: 8px;
}

}


@media screen and (min-width: 400px) and (max-width: 500px) {
  /* css goes here */
}
