/* _content/PhonixPortal/Shared/MainLayout.razor.rz.scp.css */
.page[b-dqq4xnblbw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dqq4xnblbw] {
    flex: 1;
}

.sidebar[b-dqq4xnblbw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dqq4xnblbw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dqq4xnblbw]  a, .top-row .btn-link[b-dqq4xnblbw] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-dqq4xnblbw] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dqq4xnblbw] {
        display: none;
    }

    .top-row.auth[b-dqq4xnblbw] {
        justify-content: space-between;
    }

    .top-row a[b-dqq4xnblbw], .top-row .btn-link[b-dqq4xnblbw] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dqq4xnblbw] {
        flex-direction: row;
    }

    .sidebar[b-dqq4xnblbw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dqq4xnblbw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-dqq4xnblbw], article[b-dqq4xnblbw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/PhonixPortal/Shared/NavMenu.razor.rz.scp.css */
*[b-ji3ja8773t], *[b-ji3ja8773t]:before, *[b-ji3ja8773t]:after {
    box-sizing: border-box;
}

[b-ji3ja8773t]:after {
    content: "";
}

section[b-ji3ja8773t] {
    position: relative;
    left: 100px;
}

h1[b-ji3ja8773t] {
    margin: 80px 0 10px 0;
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #DC143C, 2px 2px 0px #DC143C, 3px 3px 0px #DC143C, 4px 4px 0px #DC143C;
}

h2[b-ji3ja8773t] {
    font-size: 24px;
}

body[b-ji3ja8773t] {
    padding: 100px 0;
    background: lightblue;
    color: white;
    max-width: 640px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-smoothing: anti-aliased;
}

nav[b-ji3ja8773t] {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
}

    nav ul[b-ji3ja8773t] {
        text-align: center;
    }

        nav ul li[b-ji3ja8773t] {
            position: relative;
            width: 70px;
            cursor: pointer;
            background: crimson;
            text-transform: uppercase;
            transition: all .4s ease-out;
        }

            nav ul li[b-ji3ja8773t]:after {
                position: absolute;
                background: white;
                color: crimson;
                top: 0;
                left: 70px;
                width: 70px;
                height: 100%;
                opacity: .5;
                transform: perspective(400px) rotateY(90deg);
                transform-origin: 0 100%;
                transition: all .4s ease-out;
            }

            nav ul li:nth-child(1)[b-ji3ja8773t]:after {
                content: "Home";
                line-height: 88px;
            }

            nav ul li:nth-child(2)[b-ji3ja8773t]:after {
                content: "About";
                line-height: 88px;
            }

            nav ul li:nth-child(3)[b-ji3ja8773t]:after {
                content: "Work";
                line-height: 85px;
            }

            nav ul li:nth-child(4)[b-ji3ja8773t]:after {
                content: "Say hi";
                line-height: 70px;
            }

            nav ul li:hover[b-ji3ja8773t] {
                transform: translateX(-70px);
            }

                nav ul li:hover[b-ji3ja8773t]:after {
                    opacity: 1;
                    transform: perspective(400px) rotateY(0deg) scale(1);
                }


            nav ul li > div[b-ji3ja8773t] {
                display: inline-block;
                padding: 25px 0;
                background: transparent;
            }

            nav ul li div[b-ji3ja8773t] {
                position: relative;
            }

.roof[b-ji3ja8773t] {
    width: 0;
    height: 0;
    top: 2px;
    border-style: solid;
    border-width: 0 21px 15px 21px;
    border-color: transparent transparent #ffffff transparent;
}

.roof-edge[b-ji3ja8773t] {
    position: absolute;
    z-index: 20;
    left: -17px;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 12px 17px;
    border-color: transparent transparent crimson transparent;
}
    /*white triangle over red triangle*/
    .roof-edge[b-ji3ja8773t]:after {
        position: absolute;
        left: -14.5px;
        top: 3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 14.5px 10px 14.5px;
        border-color: transparent transparent white transparent;
    }

.front[b-ji3ja8773t] {
    position: relative;
    top: 3px;
    width: 28.5px;
    height: 20px;
    margin: 0 auto;
    background: white;
}
    /*door*/
    .front[b-ji3ja8773t]:after {
        position: absolute;
        background: crimson;
        width: 11px;
        height: 13px;
        bottom: 0;
        left: 9px;
    }

/*/// About me ////*/

.head[b-ji3ja8773t] {
    width: 32px;
    height: 35px;
    background: white;
    border-radius: 8px;
}
    /*mouth*/
    .head[b-ji3ja8773t]:after {
        width: 4px;
        height: 10px;
        background: white;
        position: absolute;
        border-radius: 4px 0 0 4px;
        top: 21px;
        left: 14px;
        transform: rotate(270deg);
    }

.eyes[b-ji3ja8773t] {
    width: 8px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 5px;
    background: crimson;
}
    /*right eye*/
    .eyes[b-ji3ja8773t]:after {
        width: 8px;
        height: 5px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 14px;
        background: crimson;
    }

.beard[b-ji3ja8773t] {
    width: 32px;
    height: 17px;
    background: crimson;
    border: 2px solid white;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 8px 8px;
}
    /*nose*/
    .beard[b-ji3ja8773t]:after {
        position: absolute;
        top: -2px;
        left: 11px;
        background: white;
        width: 6px;
        height: 4px;
        border-left: 1px solid crimson;
        border-right: 1px solid crimson;
    }

/*//work//*/

.paper[b-ji3ja8773t] {
    position: relative;
    height: 32px;
    width: 29px;
    background: white;
    border: 2px solid white;
}

    /*window*/
    .paper[b-ji3ja8773t]:after {
        position: absolute;
        top: 1px;
        left: 0;
        width: 25px;
        height: 29px;
        background: white;
        border-top: 4px solid crimson;
    }

.lines[b-ji3ja8773t] {
    position: absolute;
    top: 36px;
    left: 5px;
    width: 11px;
    box-shadow: 0 0 0 1px crimson;
}

    .lines[b-ji3ja8773t]:after {
        position: absolute;
        top: 4px;
        left: 3px;
        width: 14px;
        box-shadow: 0 0 0 1px crimson;
    }

    .lines:nth-child(2)[b-ji3ja8773t] {
        position: absolute;
        top: 44px;
        left: 8px;
        width: 11px;
    }

        .lines:nth-child(2)[b-ji3ja8773t]:after {
            position: absolute;
            top: 4px;
            left: -3px;
            width: 11px;
        }

    .lines:nth-child(3)[b-ji3ja8773t] {
        position: absolute;
        top: 52px;
        left: 8px;
        width: 14px;
    }

        .lines:nth-child(3)[b-ji3ja8773t]:after {
            display: none;
        }

/*//mail //*/

.mail-base[b-ji3ja8773t] {
    position: relative;
    width: 32px;
    height: 18px;
    background: white;
}

.mail-top[b-ji3ja8773t] {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    transform: rotate(180deg);
    border-style: solid;
    border-width: 0 16px 11px 16px;
    border-color: transparent transparent crimson transparent;
}

    .mail-top[b-ji3ja8773t]:after {
        position: absolute;
        z-index: 20;
        left: -16px;
        top: 3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 16px 9px 16px;
        border-color: transparent transparent white transparent;
    }
