html, body, div, h1, article, label, footer, img, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, footer {
    display: block;
}

html {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FEFEFE;
    text-align: center;
    min-height: 100%;
    background-color: #269;
    background-image: linear-gradient(#3F7AA7 2px, transparent 2px),
    linear-gradient(90deg, #3F7AA7 2px, transparent 2px),
    linear-gradient(rgba(255, 255, 255, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px
}

article {
    margin: 0 auto;
    max-width: 960px;
    min-height: calc(100vh - 40px);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2%;
}

footer {
    margin: 0 auto;
    max-width: 1024px;
    height: 20px;
    padding: 10px;
}

h1 {
    font-family: 'Abril Fatface', cursive;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 36px;
    padding-bottom: 3%;
}

img {
    max-width: 100%;
    height: auto;
}

label {
    text-align: right;
    padding-bottom: 2%;
    display: block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
