html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
body {
    padding-top: 56px;
}
.jumbotron {
    background-color: #f8f9fa;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.services-section {
    padding: 60px 0;
}
.services-section h2 {
    margin-bottom: 40px;
}

.logoNavBar {
	max-height: 50px;
}

.card-title {
	color: #2F056B;
}

.titleHeader {
	color: #2F056B;
}

.btn-primary {
	background-color: #E51065;
	border: none;
}

.btn-primary:hover{
	background-color: #2F056B;
	border: none;
}

.nav-item.active .nav-link {
    color: #2F056B !important;
}
.nav-item.active .nav-link:hover {
    color: #E51065 !important;
}

.nav-item .nav-link {
    color: #636363 !important;
}
.nav-item .nav-link:hover {
    color: #2F056B !important;
}