.header-desktop .site-title,
.header-desktop .site-subtitle,
.header-mobile .site-title,
.header-mobile .site-subtitle {
    font-family: 'Kaushan Script', cursive;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-desktop .site-title,
.header-desktop .site-subtitle {
    position: absolute;
}

.header-desktop .site-title {
    top: 76px;
    left: 25px;
    color: #fff;
    font-size: 36px;
    text-shadow: 0 0 8px #426b9a;
}

.header-desktop .site-subtitle {
    top: 125px;
    left: 141px;
    color: #033c73;
    font-size: 18px;
}

.header-mobile .site-title {
    font-size: 20px;
    color: #ff8;
    text-shadow: 0 0 6px #426b9a;
}

.header-mobile .site-subtitle {
    font-size: 14px;
    color: #033c73;
}
