@charset "UTF-8";

/* Layout */
body {
    padding-top: 100px;
}

@media (max-width: 576px) {
    body {
        padding-top: 56px;
    }
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.fade-in.visible {
    opacity: 1;
}

.navbar {
    border-bottom: 2px double #a3a3a3;
}

.nav-link-lg {
    font-size: 18px;
}

.navbar-social .nav-item + .nav-item {
    margin-left: 0.75rem;
}

.offcanvas-nav .nav-link {
    padding: 0.75rem 0;
}


.offcanvas-social {
    padding-left: 0;
}

.offcanvas-social ul {
    margin-bottom: 0;
}

.offcanvas-social .nav-item + .nav-item {
    margin-left: 1rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: inherit;
}

.social-link:hover,
.social-link:focus {
    color: #14786e;
}

.outer_ellipse {
    width: 200px;
    aspect-ratio: 2 / 3;
    border: 5px double #d3d3d3;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .outer_ellipse {
        width: 32vw;
        height: 48vw;
    }
}

.inner_ellipse {
    width: 95%;
    height: 95%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ellipse_image {
    width: 150%;
    height: 150%;
    object-fit: cover;
    object-position: 70% 30%;
}

.profile-name {
    color: #3b3b3b;
}

.profile-subtitle {
    font-size: 14px;
}

.responsive_text {
    font-size: 18px;
}

@media (max-width: 576px) {
    .responsive_text {
        font-size: 15px;
    }
}

.link-accent {
    color: rgb(20, 120, 110);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.link-accent:hover,
.link-accent:focus {
    color: rgb(16, 96, 88);
}

footer .small {
    font-size: 0.875rem;
}
