.text-muted {
	font-size: 1.5rem;
}

.rounded-circle {
    background-color: #dbf4f4;
}

div.container, div.row  h2 {
    color: #313169;
}

section div.container {
	color	 : #313169;
	font-size: x-large;
}

/*
 * Bootstrap : Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

