:root {
    --display-card-width: 120px;
    --display-card-height: 320px;
    --hand-print-width: 30vw;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

body:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    font: 0/0;
    -webkit-transform: translateZ(0);
}

.site-header {
    color: #ff6e21;
    font-weight: 700;
    position: relative;
    font-size: 4rem;
    font-family: BSH-thin,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    letter-spacing: .01em;
}

@media only screen and (max-width: 767px) {
    .site-header {
        color: #ff6e21;
        font-weight: 700;
        position: relative;
        font-size: 3rem;
        font-family: BSH-thin,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        letter-spacing: .01em;
    }
}

.logobar {
    width: 30px;
    height: 30px;
    background:white;
    padding:3px;
    margin-right:10px;
    border-radius:30px;
}

.k-window-title {
    display: flex;
    align-items: center;
}

.logo-main {
    width:65px;
}

.page-title {
    font-weight:700;
    font-size:x-large;
}