/* Extra Small Devices, Phones */
@media only screen and (orientation:portrait) {
    .cont {
        width: 100%;
    }
    #link-play {
       transform: scale(0.8);
    }
    #link-install-ios, #link-install-android {
        width: 100%;
    }

}

/* Small Devices, Tablets */
@media only screen and (orientation:landscape) {
    .cont {
        width: 50%;
        margin: 0 auto;
    }

    #link-play {
        transform: scale(0.8);
    }

    #logo img {
        max-width: 350px;
        object-fit: cover;
    }
}

@font-face {
    font-family: 'adora_normal_proextrabold';
    src: url('../assets/fonts-adoranormalpro-mc-extrabold-webfont.woff2') format('woff2'),
    url('../assets/fonts-adoranormalpro-mc-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    background-color: #000;
    padding:0;
    margin:0;
}

#logo, #actions, #info {
    text-align: center;
}
#logo {
    margin-top: 30px;
}

#logo img {
    display: block;
    width: 90%;
    margin: auto;
}
#info {
    margin-top: 10px;
    clear:both;
    width: 100%;
}
#link-play-container {
    display: block;
    width: 100%;
}
#link-play {
    display: inline-block;
    width: 317px;
    height: 90px;
    padding-top: 19px;
    background: linear-gradient(to bottom, rgba(0, 236, 0, 1) 0%, rgba(7, 161, 0, 1) 100%);
    border: 2px solid #46ff3c;
    border-radius: 15px;
    font-size: 3.55em;
    text-align: center;
    text-decoration: none;
    -webkit-text-stroke: 3px #009b00;
    text-stroke: 1px #009b00;
    color: white;
    font-weight: bold;
    font-family: "adora_normal_proextrabold";
    letter-spacing: -3px;
    text-transform: uppercase;
}

#link-install-ios, #link-install-android {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#why-link, #why-text {
    color: #fff;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#why-link {
    width: auto;
    height: auto;
    font-size: 1em;
    margin-bottom: 15px;
}

#why-text {
    display: block;
    visibility: hidden;
    width: 500px;
    max-width: 90%;
    min-width: 40%;
    margin: auto;
    text-align: center;
}

#actions a {
    display: block;
    margin: 0 auto;
}

#link-install-android, #link-install-ios {
    width: 325px;
    transform: scale(0.8);
}

#link-install-ios img {
    width: 325px;
}