/*Custom CSS styles being used on top of the standard Foundation 4 style sheet*/

.welcome_christmas_container
{
    height:233px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    top: -45px;
    bottom: 0;  
/*    border-top:solid 1px #DDDDDD;
    border-bottom:solid 1px #666666;
    -webkit-box-shadow: 0 3px 4px rgba(10,10,10,0.6);
	-moz-box-shadow: 0 3px 4px rgba(10,10,10,0.6);
	box-shadow: 0 3px 4px rgba(10,10,10,0.6);  	
    background-image:url('../images/collage_mask_christmas.png');*/
    background-repeat:no-repeat;
}

.welcome_christmas 
{
    width:580px; 
    height:233px;           
    text-align:justify;    
/*    padding-left: 2%;     */
    right:4%;
    vertical-align: middle;   
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0;  
/*    font-style:bold;*/
    text-shadow: #000000 0px 1px 0px;
    z-index:10;    
    color: #ffffff;
    font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
    letter-spacing:0.1em;        
    text-transform: lowercase;
    line-height: 115%;
    font-size: medium;
    font-variant: small-caps;   
    display:table;
    z-index: 0;
}

 .welcome_christmas p:first-letter{
               text-transform: uppercase;
          }

.welcome_christmas p {vertical-align: middle; }

/*Keyframes*/

@keyframes snow { 
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }

    100% { background-position: 500px 1000px, 400px 400px, 300px 300px }
}

@-moz-keyframes snow { 
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }

    100% { background-position: 500px 1000px, 400px 400px, 300px 300px }
}

@-webkit-keyframes snow { 
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }

    50% { background-color: transparent }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        background-color: transparent;
    }
}

@-ms-keyframes snow { 
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }

    100% { background-position: 500px 1000px, 400px 400px, 300px 300px }
}

#container_snow {
    height:810px;
    margin: -20%;
    text-align: center;
    color: white;
    font: 100px/1 'Spirax', cursive;
    text-shadow: 0px 0px 4px rgba(0,0,0, 0.5);
    background-color: transparent;
    background-image: url('../images/snow1.png'), url('../images/snow2.png'), url('../images/snow3.png');
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}