@font-face {
    font-family: 'sketchy';
    src: url('fonts/GrutchShaded-webfont.eot');
    src: url('fonts/GrutchShaded-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/GrutchShaded-webfont.woff') format('woff'),
    url('fonts/GrutchShaded-webfont.ttf') format('truetype'),
    url('fonts/GrutchShaded-webfont.svg#grutchshadedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    -webkit-user-select: none;  /* Disable selection/copy of elements when tapping for a long time */
    -webkit-touch-callout: none; /* Disable touch callouts */
}

input, textarea, [contenteditable] * {
    -webkit-user-select: auto;  /* Allow selection for input elements and those with contenteditable attribute */
}

div#splash {
    font-family: "sketchy", serif;
    text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff, 1px 1px 0px #fff;
    font-size: 3.0em;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 4%;
    padding-left: 4%;
}

div#splash.splash-1 {
    background: url('../../img/boys-1.jpg') center no-repeat;
    background-size: cover;
}
div#splash.splash-2 {
    background: url('../../img/boys-2.jpg') center no-repeat;
    background-size: cover;
}
div#splash.splash-3 {
    background: url('../../img/boys-3.jpg') center no-repeat;
    background-size: cover;
}
div#splash.splash-4 {
    background: url('../../img/boys-4.jpg') center no-repeat;
    background-size: cover;
}
div#splash.splash-5 {
    background: url('../../img/boys-5.jpg') center no-repeat;
    background-size: cover;
}

#libsy {
    width: 600px;
    height: 400px;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -300px;
    z-index: 50;
    position:fixed;
    text-align: center;
    font-family: "sketchy", serif;
    text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff, 1px 1px 0px #fff;
    font-size: 3.0em;
}
#libsyIcon {
    width: 240px;
    height: 240px;
    display: inline-block;
    margin-bottom: -40px;
    opacity: 0.95;
}

div#message {
    /*color: rgba(10,190,250,1);*/
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 20px;
    font-size: 1.8em;
    font-family: "sketchy", serif;
    text-shadow: 0px 0px 2px #fff, 0px 0px 4px #fff, 0px 0px 6px #fff, 1px 1px 0px #fff;
    text-align: right;
}
a {
    text-decoration: none;
}
.blue {
    color: rgba(10,190,250,1);
}
a, .purple {
    color: rgba(85, 26, 139,1);
}


/* small... */
@media only screen and (max-width : 640px), screen and (max-height: 480px) {
    div#splash {
        font-size: 1.5em;
    }

    div#message {
        font-size: 0.9em;
    }
    #libsy {
        width: 100%;
        height: 200px;
        margin-top: -120px;
        margin-left: 0;
        left: 0;
        font-size: 1.5em;
    }
    #libsyIcon {
        width: 160px;
        height: 160px;
        margin-bottom: -25px;
    }
}
