
/*Wrapping element for Sticky-Footer*/
html {
  	min-height: 100%;
  	position: relative;
}

body {
  	/* Margin bottom by footer height */
  	margin-bottom: 60px;
}

/*Sticky-Footer
------------------------------------*/
.sticky-footer {
  	bottom: 0;
  	width: 100%;
  	padding: 20px;
  	position: absolute;
  	height: 60px; /* Set the fixed height of the footer here */
    background-color: black;
    overflow: hidden;
}

.sticky-footer .copyright-space {
	color: #fff;
	text-align: center;
}

.margin-top-5 { margin-top: 5px;}
.margin-top-10 { margin-top: 10px;}
.margin-top-15 { margin-top: 15px;}
.margin-top-20 { margin-top: 20px;}
.margin-top-25 { margin-top: 25px;}
.margin-top-30 { margin-top: 30px;}
.margin-top-35 { margin-top: 35px;}
.margin-top-40 { margin-top: 40px;}


.fa-pointer {
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
}

.navbar-nav i {
    padding-right: 3px;
}

.profile .profile-bio a {
	bottom: auto;
    left: auto;
    margin-left: 0px;
    position: static;
    text-align: left;
    color: #333;
}

.gold {
    color: gold;
}

.silver {
    color: silver;
}

.bronze {
    color: saddlebrown;
}
