.header p {
    margin: 0px;
    font-size: 24px;
    color: #9d9d9d;
}

.header h1:before {
    bottom: -55px;
}

@media ( max-width: 768px ) {
    .header p {
        margin: 0px;
        font-size: 16px;
        color: #9d9d9d;
    }

    .header h1:before {
        bottom: -50px;
    }
}

.context {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
}

.btnM {
    display: block;
    margin-bottom: 20px;
}

    .btnM + .btnM {
        margin-left: 0px;
    }

p {
    margin-top: 50px;
}

input[type="text"] {
    max-width: 280px;
    width: 100%;
    display: inline-block;
    border: 3px solid #D6AF66;
    padding: 17px 0px 13.5px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.footer {
    margin: 80px auto 0px auto;
}

    .footer img {
        display: inline-block;
        height: 31px;
        margin-right: 20px;
        padding-bottom: 5px;
    }

@media ( max-width: 768px ) {
    .footer img {
        display: block;
        padding-bottom: 0px;
        margin: 0 auto;
    }
}

.footer p {
    display: inline-block;
    text-align: left;
    font-size: 10px;
    margin: 20px 0 0 30px;
}

    .footer p a:link {
        color: white;
        text-decoration: none;
    }

    .footer p a:visited {
        color: white;
        text-decoration: none;
    }

    .footer p a:hover {
        color: white;
        text-decoration: none;
    }

@media ( max-width: 768px ) {

    .footer p {
        display: block;
        text-align: center;
        margin: 20px 0px 0px 0px;
    }
}
