body {
    background-color: #0e1114;
    margin: 0px;
    padding: 0px;
    font-family: 'Didact Gothic', sans-serif;    
}

x-background {
    display: block;
    position: absolute;
    height: 3000px;
    top: 0px;
    background: url(images/top_background_image.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    z-index: -100;
}

x-template-wrap {
    margin: 0px;
    display: block;    
    width: 0px;
    height: 0px;
    background: red;
}

x-template {
    pointer-events: none;
    display: block;
    position: relative;
    left: 0px;    
    top: -100px;
    background-image: url(template.png);
    width: 1004px;
    height: 7697px;
    opacity: 0.0;
    z-index: 100;        
}

x-template.games {
    top: -3154px;
}

x-template.contact {
    top: -6570px;
}

x-column-wrap {    
    display: block;
    width: 0px;
    height: 0px;
    margin: auto;
}

x-column {
    display: block;
    width: 1000px;
    margin-left: -500px;    
    margin-top: 100px;
    color: white;
}

x-logo {
    display: block;
    background: url(images/konunger_logo.png);
    margin-top: 167px;
    margin-left: -14px;
    margin-bottom: 345px;
    width: 1017px;
    height: 230px;
}

@font-face {
    font-family: 'WatchWord';
    src: url('fonts/watchword_regular_demo.otf') format("opentype");
}

@font-face {
    font-family: 'WatchWordBold';
    src: url('fonts/watchword_bold_demo.otf') format("opentype");
}

@font-face {
    font-family: 'WatchWordThin';
    src: url('fonts/watchword_thin_demo.otf') format("opentype");
}

x-header {
    display: block;
    width: 1000px;    
    height: 86px;   
    margin-top: 110px;
    color: #333739;
    background-image: url('images/category_bar.png');    
}

x-header-text {
    display: block;
    text-align: center;
    font-family: 'WatchWordBold';
    letter-spacing: 0.20em;
    font-size: 46px;
    padding-top: 13px;
}

x-text-block {
    display: block;
    color: #0e1114;
    background-color: #becbd4;
    font-size: 23px;    
    border-style: solid;
    border-image-source: url(images/9patch_text_box_damage.png); 
    border-image-slice: 178 227 147 234 fill; 
    border-image-width: 178px 227px 147px 234px; 
    border-image-outset: 0px 0px 0px 0px; 
    border-image-repeat: stretch stretch;    
    text-align: justify;
    margin-top: 56px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
}

x-person {
    display: inline-block;
    width: 249px;
    height: 290px;
    margin-left: 54px;
    margin-right: 10px;
    margin-bottom: 23px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}

x-person-name {
    position: absolute;
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.082em;
    bottom: -50px;
    color: #becbd4;
    text-align: center;
    height: 40px;
    font-family: "WatchwordThin";
}

x-person.dan {
    background-image: url('images/dan.png');
}
x-person.ludwig {
    background-image: url('images/ludwig.png');
}
x-person.patrik {
    background-image: url('images/patrik.png');    
}

x-block {
    display: block;
    padding-top: 55px;
}

x-headline {
    display: block;
    font-size: 42px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.46em;
    color: #becbd4;
}

x-quote {
    display: block;
    font-family: 'Watchword';
    width: 100%;
    text-align: center;
    letter-spacing: 12px;
    font-size: 28px;
    margin-top: 11px;
    color: #8c9398;
}

x-quote.long {
    letter-spacing: 7px;
}

x-screenshot {
    display: block;
    width: 1001px;
    height: 565px;
    margin-top: 24px;
    margin-bottom: 10px;        
}

x-screenshot-bar {
    display: block;    
    width: 1001px;
    background: rgba(0,0,0,0.4);
    opacity: 1.0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

x-screenshot-thumb {
    width: 159px;
    height: 90px;
    display: inline-block;
    background: blue;
    cursor: pointer;
    margin: 8px;
    opacity: 0.5;
}

x-screenshot-thumb.active {
    outline: 2px solid white;
    opacity: 1.0;
}

x-screenshot-btn {
    display: block;
    width: 56px;
    height: 56px;
    background: #444;
    position: absolute;
    border: 1px solid #000;
    border-radius: 4px;
    text-align: center;
    font-size: 40px;
}

x-screenshot-btn.left {
    left: 0px;    
}
x-screenshot-btn.right {
    right: 0px;    
}


x-screenshot-text {
    display: block;
    font-family: 'Watchword';
    width: 100%;
    text-align: center;
    letter-spacing: 12px;
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 120px;        
    color: #8c9398;
}

x-screenshot.fam {
    background: unset;
    background-image: url(images/father_and_me_screenshot.jpg);
    height: 521px;    
}

x-contact-header {
    display: block;
    text-align: center;
    font-size: 30px;
    font-family: 'Watchword';
    letter-spacing: 0.3em;
    color: #8c9398;
    margin-top: 120px;
    margin-bottom: 120px;
}

p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

@media screen and (max-width: 999px) and (min-width: 750px) {
    x-column {
        transform-origin: center top;
        transform: scale(0.75);
    }
    x-text-block {
        font-size: 33px;      
    }
    x-screenshot-thumb {
        width: 170px;
        height: 95px;
    } 
}

@media screen and (max-width: 750px) {
    x-column {
        transform-origin: center top;
        transform: scale(0.50);
    }
    x-text-block {
        font-size: 50px;      
    }
    x-headline {
        font-size: 80px;
    }
    x-quote {
        font-size: 50px;
    }
}

input[type=text] {
    font-size: 23px;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 18px;
}

input[type=submit] {
    color: #c0d9ef;    
    font-size: 30px;
    padding: 15px;
    color: #becbd4;    
    background-color: #62696f;
    border: none;
    outline: none;
    cursor: pointer;
}

form x-help {
    display: block;
    position: relative;    
    width: 0px;
    height: 0px;
    color: #c0d9ef;    
}

x-expander {
    height: 100px;
    display: block;
}

form x-help-content {
    position: absolute;
    right: 30px;
    top: 4px;
    padding: 6px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
    width: 200px;
    text-align: left;    
    font-size: 30px;
    background-color: #1b1c1e;
}

form x-help-square {
    width: 20px;
    height: 20px;
    position: absolute;    
    top: 17px;
    right: -9px;
    z-index: -1;
    background:black;
    transform: rotateZ(45deg);
    background-color: #1b1c1e;
}

@media screen and (max-width: 1550px) {
    form x-help {
        position: unset;
        width: 100%;
        height: 40px;
        margin-bottom: 15px;
    }    
    form x-help-content {
        position: relative;
        top: unset;
        right: unset;
    }
    form x-help-square {
        display: none;
    }
}

textarea {
    font-size: 30px;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 18px;
}

.star {
    color: #fe4504;
    margin-left: 5px;
}

x-arrow-box
{
    position: absolute;
    left: 0px;
    top:  0px;
    width: 63px;
    height: 100%;
    cursor: pointer;
}

x-arrow-box.right
{
    position: absolute;
    left: unset;
    right: 0px;
    transform: scale(-1,1);
}

x-arrow-box-2
{
    position: absolute;
    background: #222;
    left: -20px;
    top: 0px;
    width: 83;
    height:100%;
    border-radius: 2px;
}

arrow-line
{    
    position: absolute;
    width: 35px;
    height: 8px;
    background: rgba(155,155,155,1.0);
    transform: translate(-18px,58px) rotateZ(45deg);
}

arrow-line.second
{    
    transform: translate(-18px,39px) rotateZ(-45deg);
}

x-arrow-shadow
{
    position: absolute;
    /* filter: drop-shadow(0px 8px 3px); */
}

x-arrow-box:hover arrow-line
{    
    background: rgba(200,200,200,1.0);   
}

#fam-screenshot-display
{
    height: 518px;
}

#c-topic
{    
    transform: scale(0.01);
    position: absolute;
}