/*
 Theme Name:   UnionTrack blog-child
 Theme URI:    http://utblog.azurewebsites.net/hueman
 Description:  UnionTrack Child Theme
 Author:       Neil Mackey
 Author URI:   https://www.uniontrack.com/blog
 Template:     hueman
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  hueman-child
*/
.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.single .post-title {
    line-height: 1em;
}
a.btn {
    background-color: #ad172b;
    border: none;
    color: white;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	width: 80%;
	margin-top:20px;
}
.center {
	text-align:center;
}
.sidebar .post-nav li a, .sidebar .post-nav li.next a, .sidebar .post-nav li.previous a {
    border: none;
    background: #050708;
}
.post-nav li a span {
    color: #eee;
}
.post-nav li>strong {
    background: #969696;
	  color: #eee;
}
.post-nav li {
    margin-top: 20px;
}

.post-nav li a:hover span {
    color: #aaa;
}