.blog-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: outside none none;
    margin: 0px 0px 0px -20px;
}

.blog-menu li {
    line-height: 1;
    margin: 0px;
    position: relative;
    padding: 5px;
    color: white;
}

.blog-menu li a{
    text-decoration: none;
}

.padding-5{
    padding: 5px;
}

.full-width-image{
    max-width: 380px;
    max-height: 380px;
    width: 100%;
    height: 100%;
}

.mx-5{
    margin: 50px 0px;
}

.bio{
    background: #eee;
    color: #666;
    font-family: 'Raleway', 'Helvetica Neue', sans-serif;
    line-height: 150%;
    padding: 1.1em;
}

.section{
    font-family: 'Raleway', 'Helvetica Neue', sans-serif;
    line-height: 150%;
    padding: 1.1em;
}

.tm-tag {
    color: #555555;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    display: inline-block;
    border-radius: 4px;
    font-family: "Tahoma";
    font-size: small;
    margin: 5px 0px 10px 5px;
    padding: 5px 5px;
    text-decoration: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
}

th {
    text-align: start !important;
}