.social-icon {
    width: 2.5rem;
    height: auto;
}

    .social-icon:hover {
        fill: #007189;
    }

.text-purple {
    color: #7e6b9d;
}

.text-purple-darker {
    color: #41355b;
}

.text-purple-lighter {
    color: #a890c3;
}

.text-purple-dark {
    color: #281d3b;
}

.btn-purple-light {
    background-color: #a890c3;
    color: black;
}

.btn-purple-dark {
    background-color: #281d3b;
    color: white;
}

.bg-gradient-purple {
    background: linear-gradient(195deg, #7e6b9d 0%, #281d3b 100%);
}

.bg-transparent-purple {
    background-color: rgba(168, 144, 195, 0.3);
}

.navbar-vrca {
    background-color: white;
    height: 75px;
}

    .navbar-vrca .nav-link {
        color: #41355b;
        font-weight: 600;
    }

.inline-video {
    top: 50% !important;
    left: 50% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    transform: translateX(25%) translateY(-50%) !important;
}

a {
    color: #41355b;
}

    a.link-purple-light {
        color: #a890c3;
    }
