html,
body {
    margin: 0;
    padding: 0;
}

body {
    background-color: RGB(192, 218, 175);
    width: 100%;
    font: 14px/1.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    background: url(../picture/global-body-bg.png) no-repeat 100% 100%;
}

.header-nav-toggle {
    display: none;
}

.header {
    position: fixed;
    z-index: 60;
    top: 0;
    height: 100%;
    color: #fff;
    left: 0px;
    -webkit-transition: left 1s;
    transition: left 1s;
    overflow: hidden;
}

.navbar-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #333;
    height: 100%;
    width: 180px;
}

.navbar-logo {
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

    .navbar-logo img {
        display: block;
        height: 2.324rem
    }

.sf-menu, .header-social,
#msg-list, .sublist {
    list-style: none;
}

#msg-list, .sublist {
    display: block;
    overflow: hidden;
    padding-left: 10px;
}

.header-social {
    display: block;
    bottom: 0;
    text-align: center;
    position: absolute;
    width: 150px;
}

    .header-social a {
        display: block;
        text-align: center;
        cursor: pointer;
        margin: 15px;
        width: 21px;
        height: 21px;
        float: left;
    }

.sf-menu {
    display: block;
}

    .sf-menu a {
        text-decoration: none;
        display: block;
        padding: 20px 5px;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        color: #fcfbf1;
        cursor: pointer;
        font-family: raleway, sans-serif;
    }

        .sf-menu a:hover {
            color: RGB(102, 102, 102);
        }

.active {
    background: url(../picture/global-header-nav-item-active.png) no-repeat 50% 50%;
    color: #666 !important;
}

.footer {
    position: fixed;
    background-color: RGB(30, 30, 30);
    height: 100%;
    width: 180px;
    top: 0;
    padding-top: 4rem;
    z-index: 40;
    left: 0;
    -webkit-transition: left 1s;
    transition: left 1s;
}

    .footer p {
        color: #fcfbf1;
        padding: 1rem;
        margin: 0;
        font-size: 13px;
    }

.footer-copyright {
    margin: 0;
    padding: 10px 30px;
    font-family: raleway, sans-serif;
    color: #4d4d4d;
    background: #f8f7ee;
    font-size: 13px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-top: 4rem;
}

.grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, 1fr);
}

@media only screen and (max-width:575px) {
    .header,
    .footer {
        left: -180px;
    }

    .header-nav-toggle {
        position: fixed;
        top: 0;
        left: 0;
        padding: 10px 0 0 0;
        height: 40px;
        width: 50px;
        text-align: center;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        cursor: pointer;
        font-size: 24px;
        z-index: 1100;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        display: block;
    }

    .grid-container {
        height: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(100px, 1fr);
    }

    .inner-hide {
        display: none;
    }

    .header-social {
        width: 100px;
    }

        .header-social a {
            margin: 8px;
        }
}

.main {
    z-index: 40;
    position: fixed;
}

.page-home {
    margin-top: 90px;
    height: 100%
}

.section h1 {
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 64px;
    color: #cfcec5;
    text-transform: lowercase;
    line-height: 0;
    font-family: ogg, serif;
}

.inner {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-color: #434343;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    -webkit-transition: all 600ms ease-in-out 0ms;
    transition: all 600ms ease-in-out 0ms;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.inner40 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.inner60 {
    grid-column: span 2;
}

.inner80 {
    grid-row: span 2;
}

.overview {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    max-height: 100%;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
}

.inner:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

    .inner:hover .overview {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

.overview .timestamp {
    float: right;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 11px;
    font-family: ogg, serif;
    text-transform: lowercase;
}

.overview .type {
    font-family: ogg, serif;
    font-size: 14px;
    text-transform: lowercase;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fff;
}

.overview .title {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-family: ogg, serif;
    color: #fff;
    line-height: 1.1;
    text-transform: lowercase;
}

h2 {
    margin-top: 24px;
    font-family: ogg, serif;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    font-size: 36.57143px;
    font-weight: 400;
    line-height: 1.3;
}

.message {
    display: none;
}

.error {
    color: #b2b95c;
}

.danger {
    color: #ce9090;
}

.date-span {
    padding-left: 20px;
    color: RGB(102, 102, 102);
}

.txt {
    border: none;
    border-bottom: solid;
    font-size: 24px;
    line-height: 24px;
}

.btn {
    margin-top: 25px;
    width: 100%;
    background: RGB(102, 102, 102);
    border: none;
    border-radius: 5px;
    padding: 5px 0;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    color: #ccc;
    height: 30px;
    line-height: 30px;
}

    .btn .fill {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 0%;
        background: RGB(30, 30, 30);
        border-radius: 5px;
    }

#button-wrapper {
    width: 200px;
    text-align: center;
    margin-top: 20px;
    left: 150px;
    box-sizing: border-box;
    -webkit-transition: .3s all ease .3s;
    transition: .3s all ease .3s;
    position: relative;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

    #button-wrapper p {
        margin-top: -5px;
    }

    #button-wrapper.clicked {
        padding: 0;
    }

        #button-wrapper.clicked button {
            background: #ccc;
            margin-top: 25px;
        }

            #button-wrapper.clicked button p {
                max-height: 0;
                overflow: hidden
            }

            #button-wrapper.clicked button .fill {
                width: 100%;
                -webkit-transition: .3s all ease .3s;
                transition: 2s all ease .6s;
            }

.music-cover {
    height: 150px;
    width: 150px;
    float: left;
    margin: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social-qr {
    width: 150px;
    height: 150px;
    left: 12px;
    bottom: 20px;
    position: fixed;
    z-index: 299;
    border: 2px solid #161616;
    display: none;
}