﻿body { background-color:rgb(240,250,250); font-size:20px; font-family:'Open Sans'; }
h1, h2, h3 { font-family:'Mountains of Christmas', 'Open Sans'; }
h1 { font-size:3em; }

section { padding:1em; }
footer { margin:1em; }
footer img { width:100%; max-width:400px; }
.channel { max-width:1200px; margin:auto; }
.center { text-align:center; }
.no-snow { z-index:1001; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* http://www.kirupa.com/about/whatiskirupa.htm */
#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}

@media (max-width: 767px) {
  body { padding:0; }
}
