﻿img { width:100%; }
    .welcomeWrapper {
        z-index: 200;
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.60);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .welcomeWrapperInner {
        position: absolute;
        z-index: 201;
        display: table;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;

    }

    .welcomeContent {
        display: table-cell;
        position: relative;
        vertical-align: top;
        text-align: center;
        width: 100%;
        margin: auto;
        max-width: 700px;
    }

    .welcomeText {
        display: block;
        margin: auto;
        width: 90%;
        max-width: 700px;
        background-color: rgba(255, 255, 255, 1);
        

        overflow: hidden;
        -webkit-box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
        -moz-box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
        box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
    }

    .welcomeTextInner {      
        width: 100%;        
        padding: 6%;
        padding-top: 14%;

    }

    .welcomeTextGreen {
        display: block;
        margin: auto;
        width: 90%;
        max-width: 700px;
        background-color: #51cf25;
        padding: 6%;
        color: white;

    }

    .small {
        font-size: 80%;
    }