

html, body {
    margin: 0;
    padding: 0;
    /*font-family: "Lato", Arial, Verdana;*/
    /*font-size: 20px;*/
    /*height: 100%;*/
    background-color: #fff;
    width: 100%;
    color: #222222;
}

    body.hidden {
        overflow: hidden;
    }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-family: Helvetica, Arial, Verdana;
    font-weight: normal;
    font-size: 92px;
    color: #222222;
}

header#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    overflow: hidden;
}

    header#top #logo {
        float: left;
        margin: 16px 0 0 30px;
        font-weight: normal;
        font-size: 45px;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 0 15px rgba(0,0,0,0.5);
    }


.pagewrap {
    height: 100%;
}

.pageblock {
    width: 100%;
}

.pagewrap .fb-like {
    position: fixed;
    left: 30px;
    top: 75px;
    z-index: 100;
}

.pagewrap .githubbuttons {
    position: fixed;
    left: 220px;
    top: 75px;
    z-index: 100;
}

.pagewrap .copy {
    font-size: 10px;
    bottom: 20px;
    left: 30px;
    z-index: 100;
    position: absolute;
    color: white;
}

    .pagewrap .copy a, .pagewrap .copy a:hover {
        color: white;
    }

.pageblock#fullscreen {
    height: 100%;
    background: none;
    color: white;
}

    .pageblock#fullscreen h1 {
        color: white;
        font-size: 72px;
        margin: 0;
        padding: 0;
        font-family: 'sxehwcmaax-blackblack', Helvetica, Arial, Verdana;
        font-weight: normal;
    }

    .pageblock#fullscreen .slider {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

        .pageblock#fullscreen .slider .slide {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            float: left;
            position: absolute;
        }

            .pageblock#fullscreen .slider .slide .slidecontent {
                position: absolute;
                bottom: 20px;
                width: 100%;
                margin-top: -150px;
                text-align: right;
                padding: 15px
            }

                .pageblock#fullscreen .slider .slide .slidecontent h4 {
                    font-family: Merienda-Regular;
                    text-shadow: 2px 2px 3px #000;
                }

                .pageblock#fullscreen .slider .slide .slidecontent p {
                    color: #fff;
                    font-family: Courgette-Regular;
                    text-shadow: 2px 2px 3px #000;
                }

@media(min-width:991px) {

    .pageblock#fullscreen .slider .slide .slidecontent p {
        font-size: 16px;
    }
}

.pageblock#fullscreen .slider .slide .slidecontent .headersur {
    font-size: 30px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #f0f0f0;
    font-style: italic;
    display: block;
}

.pageblock#fullscreen .slider .slide .slidecontent .button {
    margin-bottom: -2px;
    font-family: NanumGothic-Regular;
    border: 1px solid #fff;
    text-transform: uppercase;
    background: transparent;
    color: white;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border-radius: 15px;
    padding: 2px 13px;
    border-inline-width: 2px;
}

    .pageblock#fullscreen .slider .slide .slidecontent .button a, .pageblock#fullscreen .slider .slide .slidecontent .button a:hover {
        text-decoration: none !important;
        color: white;
    }

    .pageblock#fullscreen .slider .slide .slidecontent .button:hover {
        background-color: #fff;
        color: #000;
        font-weight: bold;
    }

.pageblock#fullscreen .slider .slide .slidecontent .text {
    width: 900px;
    margin: 0 auto;
    line-height: 28px;
}

    .pageblock#fullscreen .slider .slide .slidecontent .text a {
        color: white;
        text-decoration: underline;
    }

        .pageblock#fullscreen .slider .slide .slidecontent .text a:hover {
            text-decoration: none;
        }

    .pageblock#fullscreen .slider .slide .slidecontent .text xmp {
        font-size: 13px;
        text-align: left;
        border: 1px solid white;
        background: rgba(0,0,0,0.1);
        padding: 10px 15px;
    }

.pageblock#fullscreen #slideposition {
    position: relative;
    bottom: 50px;
    /*left: 10px;*/
    z-index: 100;
    height:0;
}

    .pageblock#fullscreen #slideposition ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .pageblock#fullscreen #slideposition ul li.indicator {
            display: inline-block;
            height: 15px;
            width: 22px;
            background: transparent;
            margin: 0px 3px;
            padding: 0;
            -webkit-border-radius: 999px;
            -moz-border-radius: 999px;
            border-radius: 999px;
            overflow: hidden;
            cursor: pointer;
            border: solid 1px #fff;
        }

            .pageblock#fullscreen #slideposition ul li.indicator.active {
                background: white;
            }
