/* mobile first min-width sets base and content is adapted to computers. */
@media (min-width: 100px) {
    #ridn-wrapper {
        text-align: center;
    }

    #ridn-wrapper img {
        max-width: 150px;
        min-width: 130px;
        width: 30%;
        margin-top: 30px;
    }

    p:first-of-type {
        margin-top: 50px;
    }

    p {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .link-btn {
        margin-top: 40px;
        padding: 13px 25px;
        border-radius: 14px;
        background-color: #d11729;
        color: white;
        font-size: 18px;
        text-decoration: none;
        display: inline-block;
        box-shadow: 2px 3px 11px #ccc;
        letter-spacing: 1px;

    }
    .link-btn:hover{
        text-decoration: none;
        box-shadow: 2px 3px 17px #aaaaaa;
    }

}

@media (min-width: 641px) {
    p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}