.avatar-photo {
    width: 150px;
    height: 150px;
    border-radius: 500px;
    background: url('/assets/img/laura2.jpg');
    background-size: cover;
    background-position-y: center;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.text-lau-purple {
    color: #af95ba;
}

.text-lau-green {
    color: #abc08f;
}

.to-hero-gradient-to {
    --tw-gradient-to: #51812763;
}

.text-primary {
    color: #af95ba;
}

.bg-primary {
    background-color: #abc08f;
}

.group-hover\:bg-lau-purple::after {
    --tw-bg-opacity: 0;
    transform: scale(0);
    transform-origin: center;
}

.group:hover .group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: #abc08f;
}

.group:hover .group-hover\:bg-lau-purple {
    --tw-bg-opacity: 1;
    background-color: #af95ba;
    transform: scale(1);
}

.collage {
    background: grey;
}

.text-shadow-normal {
    text-shadow: 1px 1px 1px #00000040;
}

.hover\:text-lau-purple:hover {
    --tw-text-opacity: 1;
    color: #af95ba;
}

.hover\:text-lau-green:hover {
    --tw-text-opacity: 1;
    color: #abc08f;
}

.hover\:bg-lau-purple:hover {
    --tw-bg-opacity: 1;
    background-color: #af95ba;
}

.menu-margin {
    margin-top: -40px;
}

.slider {
    max-height: 720px;
    max-width: 1280px;
}

.splide__track {
    height: 100%;
    width: 100%;
}

.splide__slide {
    max-height: 720px;
    max-width: 1280px;
}

.slider img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.splide__track--nav > .splide__list > .splide__slide {
    border: 1px solid #af95ba !important;
    border-radius: 3px;
}


.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #af95ba !important;
}

.portfolio-item-description p {
    white-space: pre-wrap;
}

.about img {
    margin-left: 25px;
    box-shadow: 3px 3px 6px #aac08f6e;
}

@media (min-width: 640px) {
    .avatar-photo {
        width: 250px;
        height: 250px;
    }
}

@media (min-width: 1024px) {
    .lg\:pb-3 {
        padding-bottom: 3rem;
    }
}

/* gallery */
.img-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.single-img {
    margin: 20px;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.single-img .overlay-text {
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    background: #af95ba;
    color: #fff;
    padding: 10px;
    opacity: 0;
    transition: ease-in-out .3s;
    text-shadow: 1px 1px 0px #0000005e;
}

.single-img .overlay-text:hover {
    transition: ease-in-out .3s;
    opacity: 0.95;
    cursor: pointer;
}

.single-img img:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transition: .2s;
    cursor: pointer;
}

a[target="_parent"] {
    display: none;
}
