body {
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    background-color: #f9fafc;
}

.small, small {
    font-size: .7em;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.fw-bold {
    font-weight: 600 !important;
}

.main-content {
    /* padding-top: 3rem;*/
}

.container {
    padding: 3rem;
}

a {
	color: var(--bs-secondary);
}


h1
{
    font-size: 1.5rem;
}

h2
{
    font-size: 1.2rem;
}

h3
{
    font-size: 1rem;
}


h4
{
    font-size: 1rem;
}

li {
	margin-top: 0.5rem;
}


.image-caption
{
	padding: 4px; 
	position: absolute; 
	bottom: 0;
	right: 0;
	text-align: right;
	line-height: 1;
}


.bio-pic-content img {
    width: 280px;
    height: 280px;
    padding: .5rem;
    border-radius: 50%;
}

.social-media-content {
    text-align: center;
    font-size: 2rem;
}

.social-media-content a {
    text-decoration: none;
    color: var(--bs-secondary);
    transition: all .25s linear;
}

.social-media-content a.mail:hover {
    color: var(--bs-success);
}

.social-media-content a.insta:hover {
    color: var(--bs-pink);
}

.social-media-content a.facebook:hover {
    color: var(--bs-blue);
}

.social-media-content a.linkedin:hover {
    color: var(--bs-blue);
}

span.bi {
    margin: 1rem;
}

.nav-pills .nav-link.active {
    background-color: black;
    color: white !important;
}

.work-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    border-radius: .5rem;
    padding: .75rem;
    background-color: white;
    box-shadow: var(--bs-box-shadow-sm);
    transition: all .25s linear;
}

.work-card:hover {
    box-shadow: var(--bs-box-shadow-lg);
}

.work-card .title {
    color: var(--bs-dark);
    margin-bottom: 0;
}

.work-card .from-text {
    margin-top: auto;
    font-size: small;
    color: var(--bs-secondary);
}

.work-card .from-text p {
    margin-bottom: 0;
}




@media (max-width: 1200px) {
    .main-content {
        padding-top: 2rem;
    }

    .container {
        padding: 0 2rem 5rem 2rem;
    }
}