/* _content/PersonalWebsite/Components/General/Card.razor.rz.scp.css */
.select-card[b-998s02e8or] {
    color: hsl(0, 0%, 100%);
    font-family: sans-serif;
    background-size: cover;
    padding: 10rem 0 0;
    max-width: 55ch;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 500ms ease;
}

    .select-card:hover[b-998s02e8or] {
        transform: scale(1.025);
    }

.select-card-content[b-998s02e8or] {
    --padding: 1.5rem;
    padding: var(--padding);
    background: linear-gradient( hsl(0 0% 0% / 0), hsl(0 0% 0% / 0.4) 20%, hsl(0 0% 0% / 1) );
    transform: translateY(60%);
    transition: transform 500ms ease;
}

    .select-card-content > *:not(.select-card-title)[b-998s02e8or] {
        opacity: 0;
        transition: opacity 500ms linear;
        transition-delay: 250ms;
    }

.select-card:hover .select-card-content[b-998s02e8or] {
    transform: translateY(0);
    transition-delay: 250ms;
}

    .select-card:hover .select-card-content > *:not(.select-card-title)[b-998s02e8or] {
        opacity: 1;
    }


.select-card-title[b-998s02e8or] {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin-bottom: 1rem;
}

    .select-card-title[b-998s02e8or]::after {
        content: "";
        position: absolute;
        height: 4px;
        left: calc(var(--padding) * -1);
        bottom: -5px;
        width: calc(100% + var(--padding));
        background: rgb(135, 206, 250);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 250ms ease;
    }

.select-card:hover .select-card-title[b-998s02e8or]::after {
    transform: scaleX(1);
}

.select-card-body[b-998s02e8or] {
    color: rgb(255 255 255 / 0.9);
}
/* _content/PersonalWebsite/Components/Travel/BlogCard.razor.rz.scp.css */
.card-button[b-gjx3iknz3f] {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    background-color: rgb(135, 206, 250);
    padding: 0.3em 0.5em;
    border-radius: 0.25rem;
    margin-top: 1rem;
}

    .card-button:hover[b-gjx3iknz3f],
    .card-button:focus[b-gjx3iknz3f] {
        background-color: hsl(0, 0%, 100%);
        color: hsl(207, 19%, 9%);
    }

/* Create three equal columns that float next to each other */
.mycol[b-gjx3iknz3f] {
    float: left;
    width: 50%;
}

.allign-right[b-gjx3iknz3f] {
    text-align: right;
}

/* Clear floats after the columns */
.myrow[b-gjx3iknz3f]:after {
    content: "";
    display: table;
    clear: both;
}
/* _content/PersonalWebsite/Components/Travel/EntryTitle.razor.rz.scp.css */
/* Create three equal columns that float next to each other */
.mycol[b-w48qvnx8sn] {
    float: left;
    width: 50%;
}

.allign-right[b-w48qvnx8sn] {
    text-align: right;
}

/* Clear floats after the columns */
.myrow[b-w48qvnx8sn]:after {
    content: "";
    display: table;
    clear: both;
}

.card-button[b-w48qvnx8sn] {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    background-color: rgb(135, 206, 250);
    padding: 0.3em 0.5em;
    border-radius: 0.25rem;
    margin-top: 1rem;
}

    .card-button:hover[b-w48qvnx8sn],
    .card-button:focus[b-w48qvnx8sn] {
        background-color: hsl(0, 0%, 100%);
        color: hsl(207, 19%, 9%);
    }

.entry-title-card[b-w48qvnx8sn] {
    height: 300px;
}
/* _content/PersonalWebsite/Components/Travel/JourneyCard.razor.rz.scp.css */
.card-button[b-i1mj1i48kk] {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    background-color: rgb(135, 206, 250);
    padding: 0.3em 0.5em;
    border-radius: 0.25rem;
    margin-top: 1rem;
}

    .card-button:hover[b-i1mj1i48kk],
    .card-button:focus[b-i1mj1i48kk] {
        background-color: hsl(0, 0%, 100%);
        color: hsl(207, 19%, 9%);
    }

/* Create three equal columns that float next to each other */
.mycol[b-i1mj1i48kk] {
    float: left;
    width: 50%;
}

.allign-right[b-i1mj1i48kk] {
    text-align: right;
}

/* Clear floats after the columns */
.myrow[b-i1mj1i48kk]:after {
    content: "";
    display: table;
    clear: both;
}
/* _content/PersonalWebsite/Components/Travel/TripCard.razor.rz.scp.css */
.card-button[b-okvravsdsx] {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    background-color: rgb(135, 206, 250);
    padding: 0.3em 0.5em;
    border-radius: 0.25rem;
    margin-top: 1rem;
}

    .card-button:hover[b-okvravsdsx],
    .card-button:focus[b-okvravsdsx] {
        background-color: hsl(0, 0%, 100%);
        color: hsl(207, 19%, 9%);
    }

/* Create three equal columns that float next to each other */
.mycol[b-okvravsdsx] {
    float: left;
    width: 50%;
}

.allign-right[b-okvravsdsx] {
    text-align: right;
}

/* Clear floats after the columns */
.myrow[b-okvravsdsx]:after {
    content: "";
    display: table;
    clear: both;
}
/* _content/PersonalWebsite/Pages/Travel/Blog.razor.rz.scp.css */
.image-container[b-t0syjcqrvf] {

    overflow-x: scroll;
    display: flex;
}

.image-item[b-t0syjcqrvf] {
    width: initial;
    height: initial;
    max-width: 750px;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
    border-radius: 5px;
}

.blog-head[b-t0syjcqrvf] {
    margin-bottom: 10px;
}

.blog-title[b-t0syjcqrvf] {
    text-align: center;
}

.blog-subtitle[b-t0syjcqrvf] {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 5px;
}

.blog-subtitle-cell[b-t0syjcqrvf] {
    text-align: center;
    padding: 2px;
}

.blog-back[b-t0syjcqrvf] {
    width: fit-content
}

@media (max-width: 1000px) {
    .blog-subtitle[b-t0syjcqrvf] {
        grid-template-columns: 1fr;
    }

    .blog-subtitle-cell[b-t0syjcqrvf] {
        text-align: left;
    }
}
/* _content/PersonalWebsite/Shared/MainLayout.razor.rz.scp.css */
.page[b-nw8vc4eyyv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nw8vc4eyyv] {
    flex: 1;
    overflow-x: clip;
}

.sidebar[b-nw8vc4eyyv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nw8vc4eyyv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nw8vc4eyyv]  a, .top-row .btn-link[b-nw8vc4eyyv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nw8vc4eyyv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nw8vc4eyyv] {
        display: none;
    }

    .top-row.auth[b-nw8vc4eyyv] {
        justify-content: space-between;
    }

    .top-row a[b-nw8vc4eyyv], .top-row .btn-link[b-nw8vc4eyyv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nw8vc4eyyv] {
        flex-direction: row;
    }

    .sidebar[b-nw8vc4eyyv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nw8vc4eyyv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nw8vc4eyyv], article[b-nw8vc4eyyv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/PersonalWebsite/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nz0al26j3x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nz0al26j3x] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nz0al26j3x] {
    font-size: 1.1rem;
}

.oi[b-nz0al26j3x] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-nz0al26j3x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nz0al26j3x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nz0al26j3x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nz0al26j3x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-nz0al26j3x]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-nz0al26j3x]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nz0al26j3x] {
        display: none;
    }

    .collapse[b-nz0al26j3x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-nz0al26j3x] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
