﻿
@import url("http://fonts.googleapis.com/css?family=Oswald:400,300,700");

p {
    line-height: 2;
}

aW {
    font-weight:600;
}

body {
    font-family: 'Oswald', sans-serif !important;
    font-size: medium;
    background-color: lightcyan;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;

    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


overlay {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.overlay h2 {
    background: #000 none repeat scroll 0 0;
    
    color: white;
    font-weight: 800;
    margin: 2rem 3rem 0;
    mix-blend-mode: difference;
    padding: 5px 5px;
    text-align: center;
    
}

.redc {
    color: darkblue;
}