body {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 560px;
    width: 100%; /* IE11 fix */
    margin: 0 auto;
    background-image: url("img/bg.jpg");
    background-repeat: repeat;
    font-family: 'Raleway', sans-serif;
}

header {
    height: 100px;
    padding: 30px;
    background-image: url("img/banner.jpg");
    background-size: cover;
    position: relative;
}

header p {
    position: absolute;
    bottom: 20px;
    right: 35px;
    margin: 0;
    color:white;
    text-shadow: 1px 1px 2px #333;
    font-weight: 300;
    font-size: calc(2.0em + 1vw);
}

main {
    padding: 30px;
    background-color: #b51b25;
    display: block;
}

main #audioReference {
    font-size: 0.5em;
    float: right;
}

main img {
    width: 100%;
    height: 100%;
}

main form input {
    text-align: center;
    font-size: 2em;
    width: 50%;
    padding: 12px 20px;
    float:left;
}

main form #audioCode {
    box-sizing: border-box;
    height: 65px;
}

main form {
    text-align: center;
    margin-bottom: 5px;
}

main form #audioSubmit {
    color: white;
    background-color: #333;
    border: none;
    height: 65px;
}

main form #audioSubmit:hover {
    background-color: #aaa
}

main form p {
    text-align: center;
    color: white;
}

main audio {
    margin-top: -4px;
    width: 100%;
}

footer {
    padding: 30px;
    color: white;
    text-align: center;
    background-color: #333;
}

footer a:link, a:visited {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

footer #socialMedia a{
    font-size: 2em;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}