.g-uppercase {
	text-transform: uppercase;
}

.hero-unit.hero-main {
	padding-top: 5px;
}

.hero-unit {
	background-color: #eeeeee;
	border-radius: 6px;
	margin-bottom: 30px;
	padding: 15px 30px;
}

.hero-space {
	display: block;
	height: 30px;
}

.my-true-self {
	border-radius: 50%;
}

.navbar-brand .my-true-self {
	height: 22px;
	margin-right: 5px;
	vertical-align: -4px;
}

.hero-unit .my-true-self {
	margin-right: 30px;
	vertical-align: -30.5px;
}

.text-gray {
	color: #999;
}

.footer {
	background-color: #2c3e50;
	color: white;
	font-size: 13px;
	padding: 30px 0;
}

h2 img, h3 img {
	vertical-align: text-bottom;
}

h4 img {
	vertical-align: -2px;
}

h5 img {
	vertical-align: -2px;
}

.indent-left {
	margin-left: 30px;
}

kbd {
	background: #888;
}

.pf-img {
	width: 150px;
	margin-left: 100px;
}

.pf-img img {
	max-width: 150px;
	border-radius: 3px;
}

.navbar-danger {
	background-color: #e74c3c;
}

.navbar-danger .navbar-nav > .active > a, .navbar-danger .navbar-nav > .active > a:hover, .navbar-danger .navbar-nav > .active > a:focus {
	background-color: #c72c1c;
}

.navbar-danger .navbar-nav > li > a:hover, .navbar-danger .navbar-nav > li > a:focus, .navbar-danger .navbar-brand:hover {
	color: #2C3E50;
}

.navbar-danger .text-gray {
	color: brown;
}

.footer.navbar-inverse {
	background-color: #18bc9c;
}

.navbar-inverse .text-gray {
	color: #555;
}

.label-code {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.clearfix {
	clear: both;
}

html, body {
    height: 100%;
}

.main-wrapper-for-footer {
    position: relative;
    min-height: 100%;
}

.anchor-moved-up-container {
    position: relative;
}

.anchor-moved-up {
    position: absolute;
    bottom: 40px;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 80px;
}

.footer-fake {
    height: 80px;
    padding-bottom: 80px;
}
