/*.folder div.scrollableArea a+a {
    position: relative;
    float: left;
    /*margin: 0;*/
    /*padding: 0;
    margin: 0 5px 0 0;
}*/

.folder {
    width: 100%;
    height: 150px;
    position: relative;
}

html {
    margin: 0px;
}

#article {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 20px;
    border-radius: 10px;
}

#article a:visited {
    color: white;
}

#article a:link {
    text-decoration: underline;
}

#article h1, #article h2, #article a {
    color: white;
    font-family: 'Handlee';
}

#article .footable a {
    color: black;
}

#kreartland {
    max-width: 100%;
    background: rgba(200, 200, 200, 0.5);
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
}

body {
    background-image: url(../images/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #af8e49;

}

@media only screen and (max-width: 768px) {
    body {
        background-image: url(../images/background-800.jpg);
    }
}

/* all the font stuff */
#article {
    font-size: 1.3em;
}

@media screen and (max-width: 768px) {
    #article {
        font-size: 1.0em;
    }

    h1 {
        font-size: 1.3em;
    }

    h2 {
        font-size: 1.2em;
    }

    h1 {
        font-size: 1.1em;
    }
}

#article p {
    line-height: 150%;
}