main {
    padding-top: 2rem;
    background: #212121;
    color: white;
}

.sidebar {
    background-image: linear-gradient(0deg, #424242 -40%, #24262b 50%) !important;
}

.top-row {
    background-color: cornflowerblue !important;
}

.navbar-brand {
    font-weight: bold;
}

.nav-link {
    padding: 10px !important;
}


.bi {
    height: unset !important;
    width: unset !important;
    font-size: 1.75rem;
}

.social-link {
    color: white;
}

.social-link:hover {
    color: cornflowerblue;
}

.glass-card {
    padding: 1rem;
    transition: all, ease-in-out, 1s;
    background-color: rgba(255, 255, 255, 3%);
    border: solid 0.1px rgba(255, 255, 255, 25%);
    border-radius: 10px;
    height: 100%; /* Make it fill column height */
    display: flex;
    flex-direction: column;
}

.glass-card:hover {
    padding: 1rem;
    background-color: rgba(255, 255, 255, 5%);
    border: solid 0.1px rgba(255, 255, 255, 25%);
    border-radius: 10px;
}

h3 {
    margin-bottom: 1.25rem !important;
}
