﻿#Wrap {
    max-width: 960px;
    margin: 30px auto;
    text-align: center;
}

h1 {
    font-size: 5em;
    margin-top: 1.5em;
}

@media only screen and (max-width: 47.875em /*766*/ ) {
    #Wrap {
        max-width: 90%;
        margin: 2em auto;
    }

    h1 {
        margin-top: 1em;
    }
}

p a.CTA {
    font-size: 1.25em;
    font-weight: bold;
    padding: .5em .75em;
    background-color: #0071bb;
    color: #FFF;
    margin: 0 .25em;
    text-decoration: none;
    transition: all .5s ease-out;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

    p a.CTA:hover {
        font-size: 1.5em;
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.8);
    }

p.Note {
    color: #666;
}

p.en {
    font-size: .875em;
    margin-top: 2em;
}

p:nth-of-type(3) {
    margin-top: 3em;
}