
body {
    margin:40px auto;
    max-width:650px;
    line-height:1.6;
    font-size:18px;
    color:#444;
    padding:0 10px;
}

body, h2, h3,h4,h5, .menubutton {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-family: 'EB Garamond', serif;
    padding-top: 5px;
    text-align: center;
    font-size: 3em;
    color: black;
}

h2 {
    color: black;
}

p {
    text-align: justify;
}

.cenem {
    text-align: center;
    font-style: italic;
}

a {
    padding: 0;
    text-decoration: none;
    font-weight: bold;
    color: #ee224a;
}

a:hover, a:focus {
    text-decoration: underline !important;
    background: rgba(255,255,255, 0.2) !important;
}

.sidenav {
    display: none;
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 0px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav p {
    text-align: center;
    color: white;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #ee224a;
    display: block;
    transition: 0.3s;
}

table, td, th {
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 15px;
}

th {
    font-weight:bold;
    background: #ddd;
}

footer {
    float: right;
    height: 35px;
    margin: 0px 0px 0px 0px;
    color: #000;
    text-align: right;
}

.codeblock {
    background-color: #eee;
    border: 1px solid #999;
    display: block;
    padding: 10px;
}

.scriptblock {
    background-color: #white;
    border: 1px solid #999;
    display: block;
    padding: 10px;
}

img {
    max-width: 100%;
}

ul.breaded {
  padding: 10px 16px;
  list-style: none;
}

ul.breaded li {
  display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breaded li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

.musicblock {
    border-left: 5px solid #ee224a;
    padding-left:20px;
}

.closebutton:focus {
    color: white;
}

.blanker {

   font-color: white;
   }
