* {
    box-sizing: border-box;
}
#blogheader {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px;
    background-color: var(--dark-colour);
    border-top: 5px double var(--lighter-colour);
    border-bottom: 5px double var(--lighter-colour);
}
#blogheader h1 {flex-grow: 1;}
#blogheader img {height: 4rem;}
#blogleftguy {margin-left: 30px; align-self: center;}
#blogrightguy {margin-right: 30px; align-self: center;}

@media only screen and (max-width: 800px) {
    #blogleftguy {margin-left: 0px; align-self: center;}
    #blogrightguy {margin-right: 0px; align-self: center;}
    #blogheader h1 {margin-top: 0; margin-bottom: 0;}
}
.linkback {
    width: 80%;
    margin: auto;
    text-decoration: underline var(--lightest-colour);
    font-size: large;
    padding-left: 20px;
}
#postlist ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.posttitle{
    font-size: 1.5em;
    font-weight: bold;

}
.blogdate {
    font-size: large;
    color: var(--gray-goose);
    font-style: italic;
    margin-left: 1rem;
}
.blogpostcontent h1, .blogpostcontent h2 , .blogpostcontent h3 {
    text-align: left;
    margin-bottom: 0px;
}
.currently h1, .currently h2, .currently h3, .currently h4, .currently h5, .currently p {
    margin: 0;
    text-align: left;
}

/* my own headers*/
.he1{font-size: 2rem; font-weight: 400; text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;}
.he2{font-size: 1.5rem; font-weight: 400; text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;}
.he3{font-size: 1.17rem; font-weight: 400; text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;}
.he4{font-size: 1.33rem; font-weight: 400; text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;}
.he5{font-size: 1rem; font-weight: 400; text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;}