@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC');

html {
    color: #222;
    font-size: 1em;
    line-height: 1.5;
}

body {
    background: #374653;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #000;
}

.text {
    padding: 0px 40px 40px 40px;
}

.preheadline {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h1 {
    font-family: 'IM Fell French Canon SC', serif;
    text-align: center;
    font-size: 40px;
    color: #323e48;
}

h1.pre {
    margin-top: 0;
}


ul {
    margin: 0;
    padding: 0;
}

#video {
    position: relative;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

video.hero {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
}

.responsive-video video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.content {
    position: absolute;
    z-index: 999;
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

.left {
    width: 30%;
    padding-right: 10px;
    float: left;
}

.right {
    width: 70%;
    padding-left: 10px;
    float: right;
}

.right p:first-child {
    padding-top: 0;
    margin-top: 0;
}

span.bu {
    font-size: 12px;
}

label {
    width: 20%;
    float: left;
    padding: 15px 0;
}

input {
    width: 80%;
    float: left;
    padding: 15px 10px;
    border: none;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

input[type="checkbox"] {
    display: inline-block;
    float: none;
    width: auto;
}

.checkbox-label {
    float: none;
    display: inline-block;
    width: auto;
}

.submit-input {
    border-radius: 20px;
    background: #c30066;
    color: #fff;
    padding: 10px;
    float: right;
    max-width: 200px;
    width: 100%;
    cursor: pointer;
    transition: 0.3s all ease;
}

.submit-input:hover {
    background: #fff;
    color: #782e5d;
}


textarea {
    width: 80%;
    height: 200px;
    float: left;
    padding: 15px 10px;
    border: none;
    resize: none;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

input:focus,
textarea:focus {
    outline: none;
}

.input-holder {
    margin: 20px 0;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    zoom:1;
}

.section {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
    margin: 20px 0 40px 0;
}

.section.first {
    background: none;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    padding-top: 40vh;
}

.section.firstsub {
    background: none;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    padding-top: 40vh;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.section.footer {
    text-align: center;
}

img.headline {
     width: 100%;
     display: block;
     margin: 0 auto;
     margin-top: 20px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.img-float {
    float: right;
    width: 30%;
    margin-top: 10px;
}

.float-text {
    float: left; width: 70%; padding-right: 20px;
}

@media only screen
and (max-width : 500px) {

.preheadline {
    font-size: 10px;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h1 {
    font-family: 'IM Fell French Canon SC', serif;
    text-align: center;
    font-size: 30px;
}

    .float-text {
        float: none; width: 100%; padding-right: 0;
    }

    .img-float {
        float: none;
        width: 100%;
        margin: 0;
    }

    video.hero {
        width: 100%;
        height: auto;
        display: block;
        position: fixed;
        margin: 0 auto 0 auto;
    }

    .section,
    .section.first {
        height: auto;
        min-height: auto;
    }

    .section.firstsub {
        min-height: auto;
        height: auto;
        padding-top: 24vh;
    }

    .section.first {
        padding-top: 10vh;
    }

    .section.second {
        margin-top: 120px;
    }

}
