.title, .meta {
    font-family: Arial, Helvetica, sans-serif;
    line-height:70%;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
}


.title {
    padding-bottom: 1%;
    margin-bottom: 0.1%;
    padding-left: 0px;
}
.subtitle {
    line-height: 0%;
    margin: 0 0 0 auto;
}

.sidebar-nav {
    text-align: center;
    transform: translateY(27.25%);
}

.nav li {
    display:inline-block;
}

a:visited { 
    text-decoration: none; 
    color: rgb(0, 0, 0); 
}

hr {
    margin: auto;
    width: 90%;
    border: none;
    height: 3px;
    /* Set the hr color */
    background-color: rgb(0, 0, 0);
}

.nav-subtitle {
    font-family: Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

p,.middler {
    font-family: Helvetica, Arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 90%; 
	max-width: 1000px;
}

a:visited { 
    text-decoration: none; 
    color: rgb(0, 0, 0); 
}

a:link, a {
    text-decoration: none;
    color:rgb(0, 0, 0);
    font-weight:bolder;
}
  
a:visited {
    text-decoration: none;
    color:rgb(0, 0, 0);
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

ul {
    padding-top: 0.1em;
    list-style: none;
    margin-left:  0;
    padding-left: 0em;
    text-indent:  0em;
}

li {
    padding-bottom: 1em;
}

.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
  }
  
.footer {
  margin-top: auto;
  font-size: small;
}
