﻿.xmas {
    height: 100%;
    width: 100%;
    position: relative;
  /*  background: url("http://craftedbygc.com/images/xmas-large.jpg") no-repeat 0 0/cover;*/
    background: url("https://img.goodfon.com/original/2560x1024/d/ba/ukrasheniia-novyi-god-rozhdestvo-christmas-wood-new-year--83.jpg") no-repeat 0 0;
   /* background-position:center;*/
    background-size:cover;
}
    .xmas::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
    }
    .xmas .to {
        position: absolute;
        top: 30px;
        width: 100%;
        text-align: center;
        z-index: 3;
    }

        .xmas .to div {
            font-family: 'Amatic SC', cursive;
            color: #ffffff;
            font-size: 40px;
            line-height: 0.5em;
            margin-bottom: 5px;
        }

        .xmas .to .to-name {
            font-size: 24px;
        }

        .xmas .to .client-logo {
            display: block;
            width: auto;
            max-height: 100px;
            max-width: 250px;
            margin: 10px auto 0;
        }

    .xmas .xmas-message {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(90% - 6rem);
        height: calc(100% - 12rem);
        margin: 0 auto;
        background: url('/Content/Img/Events/HNY/HNY.png') no-repeat 50% 50%/contain;
    }

    .xmas .from {
        position: absolute;
        bottom: 40px;
        width: 100%;
        z-index: 3;
        text-align: center;
    }

        .xmas .from div {
            font-family: 'Amatic SC', cursive;
            color: #ffffff;
            font-size: 40px;
            margin-bottom: 10px;
        }

        .xmas .from .gc-link {
            display: inline-block;
            font-family: 'Amatic SC', cursive;
            font-size: 40px;
            color: #ffffff;
            /*transition: 400ms ease;*/
            text-decoration: none;
            /*text-transform: uppercase;*/
        }

            .xmas .from .gc-link:hover {
                color: #1cff94;
            }

    .xmas #xmas {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
    }

.navbar-inverse {
    background-color: rgba(0, 69, 92, 1) !important;
}
