/* FOOTER */

/*footer {
    box-sizing: border-box;
    color: #eee;
    background: black;
    width: 100%;
    height: 100%;
    height: 238px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 74px 48px;
    background: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 8px 10px 1px,
        rgba(0, 0, 0, 0.12) 0px 3px 14px 2px,
        rgba(0, 0, 0, 0.2) 0px 5px 5px -3px;
}*/
/*
footer .footer-wrapper {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: space-between;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    display: inline-block;
    margin-left: 11px;
}

footer ul li:first-child {
    margin-left: 0;
}

footer ul li:last-of-type {
    margin-left: 12px;
}

footer ul.social-media {
    margin-top: 20px;
}

footer ul.social-media li img {
    width: 24px;
    height: 24px;
}

footer ul.right-links {
    margin-top: 22px;
}

footer ul.right-links li {
    margin: 0;
}

footer ul.right-links li a {
    font-family: 'Helvetica Nueue Roman', Arial, sans-serif;
    color: #eee;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

footer ul.right-links li a {
    margin-left: 16px;
}

footer ul.right-links li:last-of-type a {
    margin-left: 11px;
}
*/

/* MEDIA QUERIES */


/*
@media (min-width:767px) {
    footer {
        height: auto;
    }

    footer .footer-wrapper {
        flex-direction: row;
    }

    footer ul.social-media {
        margin-top: 0;
    }

    footer ul.right-links {
        margin-top: 0;
    }

    footer ul.right-links li a {
        font-size: 13px;
        margin-left: 0;
    }

    footer ul.right-links li a:last-of-type {
        margin-left: 11px;
    }
}
*/

.Wrapper {
    font: Kaleidescape;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 72px 48px;
    background: #000000;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.20);    
}

@media screen and (max-width: 599px) {
    .Wrapper {
        padding: 72px 36px;
    }
}

.InnerContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1366px;
}

.BottomBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.BottomBar a {
    font-weight: 700;
    letter-spacing: 0.36px;
    color: #eee;
}

@media screen and (max-width: 599px) {
    .BottomBar {
        flex-direction: column;
        align-items: center;
    }
}

.BottomLinks {
    display: flex;
    align-items: center;
    font-weight: 500;
}



@media screen and (max-width: 599px) {
    .BottomLinks {
        margin-top: 24px;
    }

}

.SocialLinks {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 599px) {
    .SocialLinks {
        margin-top: 24px;
    }
}

.SocialLink:not(:first-child) {
    margin-left: 16px;
}

.SiteIndex {
    width: 100%;
    max-width: 1366px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
    margin-bottom: 40px;

    a {
        font-weight: 500;
        color: #eee;
    }  
}

@media screen and (max-width: 599px) {
    .SiteIndex {
        grid-template-columns: repeat(2, 1fr);
    }
}

.SiteIndexColumn {
    color: white;
    text-transform: none;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .2);
    flex-direction: column;
    display: flex;
    padding: 0;
    margin: 0;

}

@media screen and (max-width: 599px) {
    .SiteIndexColumn {
        font-size: 14px;
        text-align: left;
    }
}

.SiteIndexColumnTitle {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    margin-left: 2px;
}

@media screen and (max-width: 599px) {
    .SiteIndexColumnTitle {
        margin-top: 20px;
    }
}

.SiteIndexColumnItems {
    list-style-type: none;
    margin: 0;
    padding: 0;

    @media screen and (max-width: 599px) {
        margin-bottom: 20px;
    }
}

.SiteIndexColumnItems ul li:not(:last-child) {
    margin-bottom: 8px;
}

.SiteIndexColumnItem {
    
    margin: 0;
    padding: 0;
    line-height: 11px;
}

.SiteIndexColumnItem:not(:last-child) {
    margin-bottom: 8px;
}

@media screen and (max-width: 599px) {
    .SiteIndexColumnItem {
        line-height: 14px;
    }
}


.SiteIndexColumnItem a {
    color: #ffffff;
    font-weight: 500;
}

.FooterLinkKaleidescape {
    font-size: 18px;
    /* margin-right: 10px; */
    line-height: 20px;
    letter-spacing: 0.02em;
}

.FooterLinkKaleidescape:not(:first-child) {
    margin-left: 16px;
}

@media screen and (max-width: 1386px) {
    .FooterLinkKaleidescape {
        font-size: 16px;
    }
}