body {
    padding-top: 60px;
    padding-bottom: 40px;
	line-height: 2em;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

footer{
	text-align: right;
	line-height: 1.5em;
	font-size: 0.9em;
}

/* JUMBOTRON */
.jumbotron {
	background-image: url('../img/buell_xb12_1200-dark.png');
	background-position: center center;
	text-align: right;
}

a > i.fa, a > i.fa-brands, a .octicon {
    transition: color 0.5s ease;
    color: #c8c8c8;
    margin-right:5px;
    margin-top: 10px;
}

a:hover > i.fa, a:hover > i.fa-brands, a:hover .octicon {
    color: #fff;
}

footer a > i.fa, footer a > i.fa-brands {
    margin-right:10px;
}
