.boombox {
    max-width: 467px;
    margin: 10px auto;
    border-radius: 10px;
    padding: 0;
    border: none;
    background-color: #3E3E3E;
    color: #ffffff;
    padding-bottom: 15px;
}

.boombox h2 {
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 40px;
    text-shadow: 1px 1px 2px #222222;
    letter-spacing: -.5px;
    line-height: 36px;
    border-bottom: none;
    font-weight: 600;
    color: #fbc406;
    padding: 35px 10px;
    font-family: 'Source Sans Pro',sans-serif;
    background-color: #232323;
}

.boombox h3 {
    color: black;
    padding: 10px 0;
    border-bottom: none;
}

.boombox p {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 1px 2px #222222;
    font-weight: 400;
    letter-spacing: -.5px;
    color: #fefefe;
    padding: 0 20px;
    margin-bottom: 15px;
}

.boombox .subheadline {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 20px 0;
}

.boombox .btn {
    position: relative;
    width: 401px;
    margin-top: 10px;
    background: #ffc600;
    border: 1px solid rgba(0,0,0,0.1);
    color: #2a292a;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 30px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: inset 0px 1px 0px 0px rgba(250,250,250,0.7);
    padding: 10px 10px;
    text-shadow: none;
}

.boombox .btn:hover {
    background: #ffc600;
    border: 1px solid rgba(0,0,0,0.1);
    color: #2a292a;
    text-shadow: none;
}

#txtEmail {
    width: 401px;
    padding: 15px;
    box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.3);
    text-align: center;
    border: 4px solid #f6bf00;
    color: #777777;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
}
