/* Full background */
div#BodyContent {
    background: url('https://cms-assets.xboxservices.com/assets/ce/52/ce525f70-e170-4241-b422-dac8d5225e7e.jpg?n=2398422_Custom-Background-TALL-1084_1920x.jpg%202');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #040d0d;
    max-width: 1920px;
    margin: auto;
}

.consoleCopyFix a.c-call-to-action.f-lightweight:hover {
    color: #9bf00b;
}
.COD .m-feature .c-call-to-action:not(.f-heavyweight):not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) {
    color: #ffffff !important;
}
.games-sale .m-feature .c-call-to-action:not(.f-heavyweight):not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) {
    color: #ffffff !important;
}

.PCGP a.c-call-to-action.f-lightweight:hover {
    color: #9bf00b !important;
}
.PCGP .c-call-to-action:not(.f-heavyweight):not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) {
    color: #ffffff !important;
}
/** CTA color testing 
.XDL a.c-call-to-action.f-lightweight {
    color: #75b308 !important;
}
**/
.XDL a.c-call-to-action.f-lightweight:hover {
    color: #9bf00b !important;
}
.XDL .c-call-to-action:not(.f-heavyweight):not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) {
    color: #ffffff !important;
}
.gear a.c-call-to-action.f-lightweight:hover {
    color: #9bf00b !important;
}
.gear .c-call-to-action:not(.f-heavyweight):not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) {
    color: #ffffff !important;
}
.controllers a.c-call-to-action.f-lightweight:hover {
    color: #9bf00b !important;
}
.controllers .c-call-to-action:not(.f-heavyweight):not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) {
    color: #ffffff !important;
}
/** COD module spacing **/
@media screen and (max-width: 768px) {
    .COD {
        padding-top: 96px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
    .consoleCopyFix .c-heading-2 {
        padding-top: 0px;
        margin-top: -48px;
    }
}

.shop-3up .c-subheading-3 {
    font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 890px) {
    .XDL .c-heading-2 {
        font-size: 34px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    div#BodyContent {
         background: url('https://cms-assets.xboxservices.com/assets/0a/7f/0a7feb95-2df0-4410-ab08-fe26916ec771.jpg?n=2398422_Custom-Background-TALL-0_767x.jpg%202');
         background-position: top center;
         background-repeat: no-repeat;
         background-size: cover;
    }
    .controllers {
         margin-top: -144px;
    }
    .consoleCopyFix .c-heading-2 {
         margin-top: -72px;
         padding-top: 0px;
    }
    .games-sale .c-heading-2 {
         padding-top: 0px;
    }
    .PCGP .c-heading-2 {
         padding-top: 0px;
    }
    .gamePassLogo {
         margin:auto !important;
    }
}

.theme-black {
    background-color: #040d0d !important;
}

/* Shared social blade doesn't have a background color */
div.xboxSocial {
    background: #ffffff;
}