div.xmas {
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

.xmas h1,
.xmas h2,
.xmas h3 {
    font-weight: 300;
    text-transform: uppercase;
}

.xmas h1 {
    font-family: 'Merienda', cursive;
    margin-top: 0;
    margin-bottom: 20px !important;
    color: #fff;
    font-size: 240%;
    font-size: 70px;
    word-spacing: 4px;
    letter-spacing: 1px;
	line-height: normal;
	float: none;
}

.xmas h2{
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.xmas h3 {
    font-family: 'Merienda', cursive;
    font-size: 200%;
	margin-top: 40px;
    margin-bottom: 10px !important;
    color: #fff;
	line-height: normal;
}

/*------------- **Snow** -------------*/


div.xmas {
	margin:0; height:120%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	
	.xmas canvas{
		position:absolute;top:0;left:0
		background-image: linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
		background-image: -o-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
		background-image: -moz-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
		background-image: -webkit-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
		background-image: -ms-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(4, 42, 250)),
			color-stop(0.0, rgb(7, 100, 134))
		);
	}
}

/*------------- **BUTTONS** -------------*/

.xmas .btn:link,
.xmas .btn:visited,
.xmas input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    /*color: #fff;*/
    background: linear-gradient(rgb(255, 226, 4), rgb(253, 117, 1));
    /*transition: background (0.2s, border 0.2s, color 0.2s);*/
    -webkit-transition: background 1s, border 0.2s, color 0.2s;
    transition: background 0.2s, border 0.2s, color 0.2s;
    /*transition-timing-function: ease-in-out;*/
}


.xmas .btn-full:link,
.xmas .btn-full:visited,
.xmas input[type=submit] {
    background-color: #229be6;
    border: 1px solid #229be6;
    color: #ffffff;
    margin-right: 15px;
}

.xmas .btn-ghost:link,
.xmas .btn-ghost:visited {
    background: linear-gradient(rgba(247, 255, 59, 0.5), rgba(188, 188, 28, 0.5));
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.xmas .btn:hover,
.xmas .btn:active,
.xmas input[type=submit]:hover,
.xmas input[type=submit]:active {
    background-color: #29adff;
}

.xmas .btn-full:hover,
.xmas .btn-full:active,
.xmas input[type=submit]:hover,
.xmas input[type=submit]:active{
    /*background-color: #cf6d17;*/
    border: 1px solid #29adff;
    /*color: #fff;*/
}

.xmas .btn-ghost:hover,
.xmas .btn-ghost:active {
    border: 1px solid rgb(255, 255, 255);
    color: #fff;
    background: linear-gradient(rgb(42, 174, 255), rgb(28, 127, 188));
}

div.xmas {
    background-image: linear-gradient(rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.39)), url(img/christmas-tree,-snowy-landscape,-night-254553.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

.xmas .xmas-text-box {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.xmas .logo {
    height: 25%;
    width: 25%;
    float: none;
	margin: auto;
    margin-top: 0px;
}

@media all and (max-width: 1024px) {
	.xmas .logo {
		height: 35%;
		width: 35%;
	}
	
	.xmas h1 {
		font-size: 300%;
	}
	.xmas h3 {
		font-size: 200%;
	}
}

@media all and (max-width: 800px) {
	.xmas .logo {
		height: 50%;
		width: 50%;
	}
	
	.xmas h1 {
		font-size: 230%;
	}
	.xmas h3 {
		font-size: 130%;
	}
}

@media all and (max-width: 640px) {
	.xmas .logo {
		height: 70%;
		width: 70%;
	}
	
	.xmas h1 {
		font-size: 150%;
	}
	.xmas h3 {
		font-size: 100%;
	}
}