
body {
    background: #007cbd;
    color: white;
}

div.container {
    padding-top: 20px;
}

div.header {
    text-align: center;
}
div.headshotAndTitle {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
}
div.headshot {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 10px;
    border: white 2px solid;
}
div.headshot img {
    width: 100%;
    margin-top: -5px;
}
div.title {
    font-size: 48px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 8px;
}

div.quote {
    margin-top: 20px;
    margin-bottom: 30px;
}
div.quote h2 {
    font-size: 30px;
    font-style: italic;
    text-align: center;
}
div.quote div.video {
    text-align: center;
}

@media (max-width: 480px) {
    div.quote div.video iframe {
        width: 300px;
        height: 225px;
    }
}
@media (min-width: 481px)  {
    div.quote div.video iframe {
        width: 480px;
        height: 370px;
    }
}

div.buttons {
    text-align: center;
}

div.message {
    text-align: center;
}
div.message a {
    color: white;
    text-decoration: underline;
}