body {
	font-family: sans-serif;
	font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;	
	margin-bottom: 0.5em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.2em;
}

a {
	color: #294F6D;
	text-decoration: none;
}
a:hover {	
	text-decoration: underline;	
}

hr {
    border: 0;
    border-top: 1px solid #609732;
}

header h1 {
	font-size: 0.7em;
	font-weight: normal;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

article h1, aside h1 {
	font-size: 1em;
	color: #609732;
	text-transform: uppercase;
	border-bottom: 1px solid #609732;
}

article h2, aside h2 {
	font-size: 2.0em;
}

main {
	padding: 14px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

main > article, main > aside {
	display: table-cell;
	float: left;
	box-sizing: border-box;
	margin-bottom: 1.5em;
}

@media (max-width: 768) {
	main > article {
		width: 100%;
	}
	main > aside {
		width: 100%;
	}
}

@media (min-width: 768px) {
	main > article {
		width: 65%;
		padding-right: 7px;
	}
	main > aside {
		padding-left: 7px;
		width: 35%;
	}
}

main > h1 {
	margin-bottom: 10px;	
}

header .top-banner {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

.btn-github {
	display: block;
	margin-bottom: 30px;
}

.btn-github:hover {
	text-decoration: none;
	color: #4078c0;
}


.btn-github span {
	position: relative;
	top: -10px;
}

.btn-github:hover svg path {
    fill: #4078c0;
}

.article-sub {
	margin-top: 20px;
}

button {
	cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-weight: bold;
    outline: 0;
    border: 1px solid #999;
    color: #444;
    background: -webkit-linear-gradient(top, #eee, #ccc);
    background: linear-gradient(to bottom, #eee, #ccc);
    white-space: nowrap;
    padding: 5px 8px;
    line-height: 1.4;
    position: relative;
}

button:hover {
	background: #e0e0e0;

}