body {
	color: rgb(77, 77, 77);
	background-color:#eae5e5;
}

.font-special {
	/* font-family: 'Work Sans', sans-serif !important; */
	font-family: 'Noticia Text', serif;
	font-weight:700;
}

.font-massive {
	font-size:5em;
}

.text-color-lightgrey {
	color: rgb(77, 77, 77);
}
.nav-link{
	color:#919291;
}
.nav-link.active {
	color:#61d0d8 !important;
	background:none !important;
}

.bg-tan {
	background-color:#eae5e5;
}
.bg-green {
	background-color:#419094;
}
.bg-purple {
	background-color:#7f74a1;
}
.bg-red {
	background-color: #de6454
}

.icon-bg {
	width:40px;
	height:40px;
	background-color:#FFF;
	border-radius:50%;
	text-align: center;
    line-height: 40px;
	color:#419094;
}

.btn-circle{
	border-radius:50%;
	width:130px;
	height:130px;
	color:#fff;
	font-size:.8em;
}

.profile-picture {
	width:380px;
	height:380px;
	border-radius:50%;
}