#all-display-container {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("uploads/production.gif");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

p,
li {
    font-family: "SF Pro Display";
    font-size: 16px;
    color: #fff;
    padding: 0;
}

body a:link {
    color: #fff;
}

small {
    font-family: "SF Pro Display";
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#title {
    margin: 20px;
}

#title h1 {
    font-family: "SF Pro Display";
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.folder {
    margin: 10px 10px 30px 10px;
    width: 74px;
    height: 80px;
    padding-top: 2px;
    position: fixed;
}

#about-folder {
    top: 100px;
}
#work-folder {
    top: 200px;
}
#fun-folder {
    top: 300px;
}
#blog-folder {
    top: 400px;
}

h6.foldername,
h6.filename {
    font-family: "SF Pro Display";
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin: 4px 0 0 0;
    padding: 0;
    text-align: center;
    white-space: wrap;
}

h6.filename {
    width: 80px;
}

h6.foldername {
    width: 70px;
}

.folder-img img {
    height: 50px;
    width: 70px;
    padding: 2px;
}

.folder.selected,
.folder.selected-dblclick {
    border: 1px solid #999;
    background: #aaaaaaee;
}

.folder-contents-draggable {
    position: absolute;
    z-index: 9;
    background-color: #191414;
    border: 1px solid #333333;
    border-radius: 10px;
    width: 700px;
    height: 500px;
    left: 100px;
    resize: both;
}

.folder-contents-header {
    padding: 5px;
    cursor: move;
    z-index: 10;
    border-radius: 10px 10px 0 0;
    background-color: #000;
}

.folder-contents-header small {
    color: #fff;
}

.close-folder-button {
    float: right;
    cursor: pointer;
    text-decoration: underline;
}

.folder-contents-files {
    padding: 20px;
}

.folder-contents-table td {
    width: 120px;
}

.file-container {
    width: 80px;
    height: 80px;
    padding: 5px 5px;
}

.file-img img {
    height: 50px;
    width: 80px;
    object-fit: contain;
    margin: 0 auto !important;
    padding: 2px;
}

.file-container.selected-file {
    border: 1px solid #999;
    background: #555;
}

.file-open {
    position: absolute;
    z-index: 14;
    background-color: #191414;
    border: 1px solid #333333;
    border-radius: 10px;
    width: 700px;
    left: 400px;
    overflow: hidden;
    resize: both;
    display: none;
}

.file-open-header {
    padding: 5px;
    cursor: move;
    z-index: 15;
    border-radius: 10px 10px 0 0;
    background-color: #000;
}

.file-open-header small {
    color: #fff;
}

.close-file-button {
    float: right;
    cursor: pointer;
    text-decoration: underline;
}

.file-open-content {
    height: 450px);
    overflow-y: scroll !important;
}

.txt-content {
    padding: 20px;
}

#credits {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px;
    z-index: 0;
}

#credits small {
    color: white;
    font-size: 9px;
}

/* sample article styles */
.sample-article h1 {
    font-family: "SF Pro Display";
    font-weight: 700;
    font-size: 40px;
    color: #fff !important;
    margin: 20px 0;
    padding: 0;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "SF Pro Display";
    color: #fff;
}

h6 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h2 {
    font-weight: 700;
    font-size: 30px;
    color: #fff !important;
    padding: 0;
    line-height: 1;
    margin-bottom: 0;
}

.sample-article small {
    color: #fff;
}

.file-img {
    position: relative;
}

.file-img .external-url-icon {
    position: absolute;
    color: white;
    font-size: 12px;
    text-align: right;
    bottom: 0;
    right: 10px;
}

.file-open-content img {
    margin-bottom: 10px;
}

#mobile-display-container {
    display: none;
}

.flexbox {
    display: flex;
    padding: 20px 0;
}

.flexbox-item.left {
    flex: 40%;
    padding-right: 10%;
}

.flexbox-item.right {
    flex: 50%;
}

#work-folder-contents {
    display: none;
    left: 250px;
    top: 200px;
}

#fun-folder-contents {
    display: none;
    left: 400px;
    top: 100px;
}

@media screen and (max-width: 989px) {
    #title {
        text-align: center !important;
        margin-top: 100px;
    }
    #credits {
        left: 0;
        & p {
            text-align: center !important;
        }
    }
    #all-display-container {
        background-position: 70%;
        width: 100%;
    }
    #folders {
        display: block;
        width: 80px;
        margin: 0 auto;
        padding-right: 20px;
    }
    #about-folder {
        top: 200px;
    }
    #work-folder {
        top: 325px;
    }
    #fun-folder {
        top: 450px;
    }

    #blog-folder {
        top: 575px;
    }

    .folder-contents-table {
        width: 100%;
        & td {
            display: block;
            width: 100% !important;
            margin: 20px 0;
        }
        & .file-container {
            width: 80px;
            margin: 0 auto;
        }

        & .folder {
            position: relative !important;
            width: 80px;
            margin: 0 auto;
        }
        & #socials-graphics-file {
            width: 90px;
        }
    }

    .folder-contents-files,
    .txt-content {
        height: 400px;
        overflow: scroll;
    }

    .sample-article h1 {
        font-size: 24px;
    }

    .folder-contents-draggable,
    .file-open {
        width: 90%;
        left: 5% !important;
        top: 25% !important;
    }
}

.blog-list-item a {
    transition: color 0.3s;
}
.blog-list-item a:hover {
    color: #aaa;
}
