﻿.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    video

{
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

}

.overlay {
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 15% 32px;
    line-height: 1.5;
    text-align: center;
    : last-child

{
    margin-bottom: 0;
}

h1 {
    font-size: 32pt;
    font-weight: 100;
    text-shadow: 0 0 .3em #000;
    margin: 0 0 1em;
}

p {
    font-size: 11pt;
    text-shadow: 0 0 .3em #000;
    margin: 1em 0;
}

a {
    color: #fff;
}

}


////////////////////////////////////////

code {
    font-family: monospace;
}

body {
    background: #333;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
}


button {
    padding: 20px;
    border-radius: 20px;
    background: #ff2e2e;
    color:white;
    border:none;
    font-size:18px;
}

    button:hover {
        background: #690303;
    }

    .logos {
        padding-top:100px;
    }
    
    .logos img {
        padding:50px;
        max-width:150px;
    }