﻿.homePageVideo {
    position: absolute;
    right: 0;
    top: 0;
    width : 100vw;
    height: auto;    
}

/* Add some content at the bottom of the video/page */
.overlay-content {
    position: absolute;
    top: 0;
    left: 0;    
    background: rgba(0, 0, 0, 0.8);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: left;
    padding-top: 11%;
    padding-right: 0;

    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(255, 255, 255);    
}

    .overlay-content h3, .overlay-content h1 {
        padding-left: 51%;        
    }
    .overlay-content h1 {        
        font-size: 4.5vw;       
        letter-spacing: .5em;
        text-shadow: 0 0 1px #fff, 0 0 10px rgb(126, 142, 242), 0 0 20px rgb(50, 152, 167), 0 0 30px rgb(50, 152, 167), 0 0 40px rgb(50, 152, 167), 0 0 55px rgb(50, 152, 167);
    }

    .overlay-content h3 {
        color: rgb(255,255,255);
        font-size: 2vw;
        text-shadow: 0 0 1px #fff, 0 0 10px rgb(104, 123, 242), 0 0 20px rgb(50, 152, 167), 0 0 30px rgb(50, 152, 167);
        letter-spacing: .2em;
    }