body {
    background: url("/img/target/gradient_squares.png") repeat;
}

@media (max-width: 481px) {
    .body {
        padding-top: 50px;
    }
}

/* ------ banner ------ */


.animate
{
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.action-button
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 400px;
    max-width: 500px;
    padding: 10px 30px;
    border-radius: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30pt;
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.42), 0 0 4px 0 rgba(0, 0, 0, 0.42);
}

.action-button:hover {
    text-decoration: none;
    color: white;
    background-color: #F0A85C;
}

.blue
{
    background-color: #F4891F;
    /*border-bottom: 5px solid #88521B;*/
    text-shadow: 2px 2px #88521B;
}

.action-button:active
{
    border-bottom: 1px solid;
}

.wide-banner {
    padding: 0;
    max-width: 800px;
    width: 100%;
}

.wide-banner-container {
    padding: 0;
    position: relative;
    text-align: center;
    background: #333;
    background-image: url("/img/target/subtle-dark-vertical.png");
}



@media (max-width: 767px) {
    .hide-on-small {
        display: none;
    }
}

.hide-it {
    display: none !important;
}

.box-shadow {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
}

#answer {
    color: #666;
    font-size: 14pt;
    font-style: italic;
}

/* ----- download ------ */

#social_buttons {
    display: none;
}

.download-row {
    padding-top: 60px;
    padding-bottom: 60px;
}

.info-p {
    color: #555;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18pt;
}

.button {
    display: inline-block;
    margin: 0.5rem 3rem;

    position: relative;
}

.button_a:hover {
    opacity: 0.55;
    transition-duration: 0.5s;
}

.more-play {
    margin-top: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    cursor: pointer;
}

.qr-code {
    display: block;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
}

/* ----- footer ------ */


.my-footer {
    padding: 30px 30px 30px 30px;

    background: #fff;
    border-top: 1px solid #eef;
}

.pay {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: #666;
    transition-duration: 0.5s;
    text-decoration: underline;
}

.pay:hover {
    opacity: 0.8;
}

.pay:visited {
    color: #666;
}

.dag_logo:hover {
    opacity: 0.8;
    transition-duration: 0.5s;
}

.footer-block {
    padding-top: 22px;
}

.info-qr-p {
    font-size: 18px;
    margin-top: 20px;
    color: #555;
}

.over-arrow {
    display: block;
    position: absolute;
    top: 10%;
    left: 100%;
}

.flip-x {
    transform: scaleX(-1);
    left: -40%;
}

/* ---- avatar ----- */

h1 {
    /*margin: 12px 0 0 0;*/
    padding: 0;
    margin: 0 0 -10pt;
    font-size: 25pt;
}

#avatar_div {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

@media (max-width: 400px) {
    #avatar_div {
        width: 80px;
        height: 80px;
        position: absolute;
        left: 50%;
        margin-left: -40px;
        margin-top: -40px;
    }

    h1 {
        font-size: 20pt;
    }
}

.p-call {
    color: #444;
    padding-top: 20px;
    font-size: 14pt;
}

.avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: solid 5px whitesmoke;
    box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.42), 0 0 4px 0 rgba(0, 0, 0, 0.42);
}