.nav-item .btn{
	height:26px;
	line-height:5px;
	margin-top:8px;
	margin-left:16px;
	color:#ffffffd1 !important;
}

.bg-login-image{
	background:url('../img/undraw_profile.svg') no-repeat center center;
	background-position:center;
	background-size:100%;
	margin-right: 20px;
}

/* Ordered list numbering */
ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

ol > li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}

ol > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;    
}

li ol > li {
	margin: 0;
}

li ol > li:before {
	content: counters(item, ".") " ";
}

/* Custom carousel controls bg */
.carousel-control-bg {
	background-size: 80% 80% !important;
    background-color: #ffffff7d;
    border-radius: 100%;
}

/* Grey team images */
.img-grey {
	filter: grayscale(100%);
}