body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #eee;
}

body {
    font-size: 16px;
    background-color: #222;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #3f51b5;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #6471b8;
}

.lightcolor, .darkcolor-hover:hover {
    color: #eee!important;
    background-color: #3e3e42!important;
}

.darkcolor, .lightcolor-hover:hover {
    color: #eee!important;
    background-color: #2d2d30!important;
}

footer {
    color: #fff;
    background-color: #222;
}

footer h5 {
    color: #fff;
    text-transform: uppercase;
}

.w3-button {
    width: auto;
}

.w3-button:hover {
    color: #fff!important;
    background-color: #6471b8!important;
}

.topnav-right {
    float: right;
}

.sitetitle {
    font-weight: 700;
}

.blogpost p img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.posttime {
    font-size: 22px;
    margin-top: -10px;
}

.padding-left {
    padding-left: 8px;
}

.logo {
    border: none !important;
    border-radius: 50%;
    width: 100%;
    max-width: 200px;
    height: auto;
}