@import 'base/palette';

div.page-header {
    background-color: #ffffff !important;

    .toolbar.global-menu {
        background: #3f5f85 !important;
        border-color: #ffffff !important;
    }
}

.category-content-wrapper {
    /* Background image */
    background-image: url("/images/the_loop_background.jpg");

    /* Full height */
    height: 100%;

    /* Parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
    padding: 6em 2em 6em 2em;
}

.category-content {
    /* Category info text background  */
    background: #fff !important;
    padding: 4em 2em 4em 2em;
}

#global-menu {

    /* Site menu customisations */
    --menu-background-color: #3f5f85 !important;

}
