body {
    background: url(../images/table-top-bgd.jpg);
    background-size: cover;
    background-color: #000;
}

.mobile {
    display: none;
}

.preload {
    display: none;
}

.whiteout {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FFF;
    z-index: 50;
    text-align: center;
    font-family: 'Trebuchet', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.loading-img {
    margin-bottom: 10px;
    margin-top: 100px;
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

#index_container {}

.record-stack {
    width: 1346px;
    height: 1321px;
    background: url(../images/record-stack.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -165px;
    left: 50%;
    margin-left: -673px;
}

.section {
    width: 966px;
    height: 966px;
    top: 0;
    left: 50%;
    margin-left: -483px;
    background-repeat: no-repeat;
    position: absolute;
}

#album-cover {
    background: url(../images/cover.png);
    z-index: 40;
    text-align: center;
}

#album-cover > .menu {
    margin-top: 96px;
    padding: 0;
}

#album-cover > .menu li {
    display: block;
}

#inner-folder {
    background: url(../images/inner-folder.png);
    z-index: 30;
    text-align: left;
    font-family: 'Trebuchet', sans-serif;
    color: #fff2db;
    font-size: 14px;
    font-weight: normal;
}

#inner-folder > .menu {
    margin: 72px 0 0 0;
    padding: 0 69px;
}

#inner-folder > .menu li {
    display: block;
}

#inner-folder > .menu li a {
    border: none;
    outline: none;
    text-decoration: none;
}

#inner-folder > .content-container {
    padding: 20px 69px 0 69px;
}

#inner-folder > .content-container .column {
    width: 48%;
    margin-right: 4%;
    float: left;
}

#inner-folder > .content-container .column:last-child {
    margin-right: 0;
}

#inner-folder > .content-container:after {
    content: "";
    display: block;
    clear: both;
}

#inner-folder .divider {
    padding: 10px 0;
}

#inner-folder .divider .bar {
    height: 4px;
    background: #ee3c3d;
}

#sleeve {
    background: url(../images/sleeve-top.png);
    background-repeat: no-repeat;
    z-index: 20;
    font-family: 'Permanent Marker', cursive;
}

#sleeve > .menu {
    margin: 64px 0 0 0;
    padding: 0 69px;
}

#sleeve > .menu li {
    display: block;
}

#sleeve > .menu li a {
    border: none;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    line-height: 25px;
}

#sleeve > .menu li a.name {
    font-size: 43px;
    line-height: 30px;
}

#sleeve > .menu li a.active {
    font-size: 24px;
}

#sleeve > .content-container {
    padding: 0 69px;
}

#sleeve section {
    margin: 42px 0 0 0;
}

#sleeve h1 {
    margin: 0 0 22px 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}

#sleeve p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
}

#sleeve p:last-child {
    margin: 0;
}

#sleeve p .title {
    font-size: 22px;
}

#record {
    background: url(../images/record.png);
    background-repeat: no-repeat;
    z-index: 10;
}

#record > .menu {
    margin: 414px 0 0 0;
    padding: 0 69px;
    text-align: center;
    font-family: 'Trebuchet', sans-serif;
}

#record > .menu li {
    display: block;
}

#record > .menu li.cover-link {
    margin-bottom: 104px;
}

#record > .menu li a {
    border: none;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff2db;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

#record > .menu li a span.detail {
    text-transform: none;
    font-weight: normal;
    line-height: 25px;
}

a.portfolio-link {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    height: 45px;
    line-height: 45px;
    background: #FFF;
    text-transform: uppercase;
    color: #ee3c3d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

a.portfolio-link:hover {
    opacity: .9;
}

@media screen and (max-width: 965px) {
    body {
        margin: 0 !important;
        padding: 0 !important;
        background-image: none !important;
    }
    .mobile {
        display: block;
    }
    ul.site-menu.mobile {
        margin: 0;
        padding: 20px 0;
        background: #F1C506;
        font-family: 'Trebuchet', sans-serif !important;
        font-weight: bold;
    }
    ul.site-menu.mobile li, ul.site-menu.mobile a {
        display: block;
        text-align: center;
        color: #553D17;
        text-decoration: none;
    }
    .record-stack {
        display: none;
    }
    #record {
        display: none;
    }
    .whiteout {
        display: none;
    }
    #album-cover {
        display: none;
    }
    .menu {
        display: none;
    }
    .section {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        margin-left: 0;
        position: relative;
        font-family: 'Trebuchet', sans-serif !important;
        font-size: 16px !important;
        background-image: none !important;
        padding: 10px 0 20px 0;
    }
    .content-container {
        padding: 0 10px !important;
    }
    .column {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
    h1 {
        font-weight: bold !important;
        margin-top: 0;
    }
    h1.section-title {
        font-size: 24px !important;
        font-weight: bold !important;
        margin-top: 0;
    }
    #inner-folder {
        background-color: #5b1315 !important;
    }
    #sleeve {
        background-color: #C9C1B0 !important;
    }
    #inner-folder .divider:first-child {
        padding: 0 0 20px 0;
    }
    #inner-folder .divider .bar {
        width: 100%;
    }
    #sleeve section {
        margin: 20px 0 0 0;
    }
    #sleeve p {
        font-size: 16px;
    }
    #sleeve p .title {
        font-size: 16px;
        font-weight: bold;
    }
    img.title-name {
        height: 30px !important;
    }
    .site-menu img {
        height: 26px;
    }
}