.mj-site {
    background-image: url(img/sc/Riichi.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
}

.page-banner {
    margin-top: min(210px, 16vw);
    padding: 1em 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-shadow: black 2px 2px 3px;
    border: 3px solid rgb(0, 0, 0);
    border-radius: 8px;
}

.store-banner {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.store-banner img {
    margin: 0 1em;
}

.title {
    font: normal bold 32px 'Tangerine', Arial, cursive;
}

@media (min-width: 576px) {
    .title {
        font: normal bold 48px 'Tangerine', Arial, cursive;
    }
}

.badge-app-store {
    width: 120px;
    height: 40px;
}

.badge-google-play {
    width: 155px;
    height: 60px;
}

.caption {
    color: black;
    text-shadow: white 2px 0 10px;
}

.video-frame {
    width: 100%;
    aspect-ratio: 1.778;
}

.descr-frame {
    font-family: "Averia Serif Libre", Arial, display;
    background: rgb(207,158,58);
    background: -moz-linear-gradient(90deg, rgba(207,158,58,1) 0%, rgba(249,223,132,1) 50%, rgba(207,158,58,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(207,158,58,1) 0%, rgba(249,223,132,1) 50%, rgba(207,158,58,1) 100%);
    background: linear-gradient(90deg, rgba(207,158,58,1) 0%, rgba(249,223,132,1) 50%, rgba(207,158,58,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf9e3a",endColorstr="#cf9e3a",GradientType=1);
    border: 2px solid #4e4e4e;
    border-radius: 8px;
    box-shadow: inset 0 0 20px 3px black;
}

.descr {
    margin-top: 3rem;
    max-width: 50rem;
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    font-style: normal;
}

.descr-left {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.descr-right {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.screenshot {
    margin-top: .5rem;
    width: 100%;
}

/* fonts */
.font-advent-pro {
  font-family: "Advent Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
