.site-header { background-image: url('https://www.minecraft.net/content/dam/minecraft/backgrounds/bg-wool-dark.png'); background-repeat: repeat !important; } body { background-image: url('https://www.minecraft.net/etc.clientlibs/minecraft/clientlibs/main/resources/img/feature-content/bg-wool-light.png') !important; background-repeat: repeat !important; } .mc-button { background: #3b8526; -webkit-box-shadow: inset 0 4px #6bc349, inset 0 -4px #2a631c, 0 4px rgb(0 0 0 / 25%); box-shadow: inset 0 4px #6bc349, inset 0 -4px #2a631c, 0 4px rgb(0 0 0 / 25%); color: #fff !important; text-shadow: 0 1px 0 #2a631c; padding: 10px 20px !important; font-size: 17px !important; line-height: 1.5; font-weight: 700; border-radius: 0; -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; border: 0; z-index: 1; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; white-space: unset; text-decoration: none; } .mc-button:hover { background: #171615; background-image: -webkit-gradient(linear, left top, left bottom, from(#3d3938), to(#171615)); background-image: linear-gradient(#3d3938, #171615); color: #fff; text-shadow: 0 1px 0 #000; text-decoration: none; border: none; -webkit-box-shadow: inset 0 0 #fff, inset 0 0 #000; box-shadow: inset 0 0 #fff, inset 0 0 #000; -webkit-transition: all .25s, opacity .75s .5s; transition: all .25s, opacity .75s .5s; } .timer { font-weight: 400; } .post-cards--vertical { margin-bottom: 40px; } .download-banner { min-height: 300px; width: 100%; margin-top: 60px; } .download { display: flex; gap: 20px; flex-direction: column; border-top: 3px solid #f2f2f2; padding-top: 40px; margin-bottom: 40px; } .download__info { padding: 20px 30px; border: 1px solid #ced4da; width: 100%; } .download__button { display: flex; gap: 20px; align-items: center; align-content: center; } .download__button span { color: #979797; } .btn-link { color: #fff !important; } @media only screen and (max-width: 768px) { .download__button { gap: 10px; flex-direction: column; } .download__info { padding: 16px 16px; } .btn-link { width: 100%; } }