@import url(https://fonts.googleapis.com/css?family=Mountains+of+Christmas:700);


.christmas-blue {
    color: #035ee2;
    background: -webkit-linear-gradient(transparent, transparent), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/191814/blue_glitter.gif) repeat;
    background: -o-linear-gradient(transparent, transparent) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 0;
    padding: 0;

    font-weight: 900;
    width: 100%;
    text-align: center;
    letter-spacing: 1.5px;
    z-index: 999999;
    -webkit-background-clip: text;
}

.christmas-gold {
    color: #D81E1E;

    color: gold;
    background: -webkit-linear-gradient(transparent, transparent), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/191814/gold_glitter.gif) repeat;
    background: -o-linear-gradient(transparent, transparent) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 0;
    padding: 0;

    font-weight: 900;
    width: 100%;
    text-align: center;
    letter-spacing: 1.5px;
    z-index: 999999;
    -webkit-background-clip: text;
}


#xmas-section h1 {
    position: absolute;
    font-size: 8.5vw;
    width: 100%;
    height: 100%;
    text-align: center;
    max-height: 100px;
    z-index: 10;
    line-height: 0;
    margin-top: 150px;
    color: #fff;
    font-family: 'Mountains of Christmas', cursive;
}
