html,
body {
    margin: 0;
    height: 100%;
}
canvas[resize] {
    width: 100%;
    height: 100%;
}

body {
  text-align: center;
  width: 1024px;
  margin:auto;
}
img {
  -ms-interpolation-mode: bicubic;
}

#svg {display: none;}

@font-face {
   font-family: 'Avenir';
   src: local ('AvenirNext-Bold');
   src: local ('Avenir Next Bold');
   src: url('../fonts/AvenirNext-Bold.woff');
   font-weight: 900;
   font-style: bold;
}
@font-face {
   font-family: 'Avenir';
   src: local ('AvenirNext-DemiBold');
   src: local ('Avenir Next DemiBold');
   src: url('../fonts/AvenirNext-DemiBold.woff');
   font-weight: 500;
   font-style: normal;
}
@font-face {
   font-family: 'Avenir';
   src: local ('AvenirNext-Medium');
   src: local ('Avenir Next Medium');
   src: url('../fonts/AvenirNext-Medium.woff');
   font-weight: 300;
   font-style: normal;
}

@font-face {
   font-family: 'Archer';
   src: local ('Archer-Bold');
   src: local ('Archer Bold');
   src: url('../fonts/Archer-Bold.woff');
   font-weight: 900;
   font-style: bold;
}


h1, h3 {
	font-family: 'Archer', serif;
	font-weight: 900; 
	margin: auto;
}

h2, h4, h5, h6, p, button {
	font-family: 'Avenir', sans-serif;
	margin: auto;
}

h1, h2, h3, h4, h5, p {
	text-align: center;
}
h1 {
	padding-top: 35px;
	font-size: 40px; 
	font-weight: 900; 
	line-height: 46px; 
	color: #ffffff; 
	padding-bottom: 10px;
}
h2 {
	color: #ffffff; 
	font-weight: 300; 
	font-size: 24px; 
	line-height: 30px; 
}
h3 {
	color: #000000; 
	font-weight: 900; 
	font-size: 30px; 
	line-height: 36px; 
	padding-bottom: 10px;
}
h4, .mailto-link {
	color: #000000; 
	font-weight: 300; 
	font-size: 24px; 
	line-height: 30px; 
}
h5 {
	color: #5b3a1b; 
	font-weight: 500; 
	font-size: 20px; 
	line-height: 28px; 
	padding-top: 10px; 
	max-width: 700px;
}
h6, .mm-link {
	color: #003c4b; 
	font-weight: 300;
	font-size: 20px; 
	line-height: 28px;
}
p {
	color: #003c4b; 
	font-size: 16px; 
	font-weight: 300; 
	line-height: 22px;
}

button {
	background-color: #133543;
	color: #ffffff;
	border: 0;
	padding: 15px 20px;
	border-radius: 12px;
	font-weight: 300;
	font-size: 24px;
}

#button-div {
	margin: 20px 10px 15px;
}

.white-container{
	padding: 20px;
}
.blue-container{
	width: 100%; 
	margin: auto; 
	background-image: url("../images/E100_MM_Xmas_snowflakes1.png"), url("../images/E100_MM_Xmas_snowflakes2.png");
	background-position: left top, right top;
	background-color: #133543; 
	background-size: 380px 600px;
	background-repeat: no-repeat;
}
.snowman {
	padding-bottom: 15px;
	padding-top: 60px;
	margin-bottom: 30px;
}
.content-container{
	padding: 0 20px;
}
.top-text {
	max-width: 500px;
	width: 100%; 
	margin: auto;
}

.share {
		background-color: #e6e7e8;
		padding: 30px;
}

.footer {
	margin: auto 20px; 
	padding: 30px 40px 0; 
	display: flex; 
	align-items: center; -webkit-align-items: center; 
	justify-content: space-around; -webkit-justify-content: space-around; -moz-justify-content: space-around;
	flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap;
	align-content: center;
	margin: auto; 
	max-width: 700px; 
}
.footer-left, footer-right {
	padding: 0 20px;
}
.soc-med {
	max-width: 38px; 
	padding: 5px 3px 0;
}
.bottom {
	padding: 30px 20px;
}
.mob-only{
	display: none;
}

#canvas-container{
	max-height: 805px;
}

@media only screen and (max-width: 522px) {

	.top-text {
		max-width: 430px;
	}
	h1{
		font-size: 50px;
		line-height: 56px;
	}
	h2{
		font-size: 28px;
		line-height: 36px;
	}
	h3{
		font-size: 36px;
		line-height: 42px;
	}
	h4{
		font-size: 28px;
		line-height: 36px;
	}
	.mob-only{
	display: block;
	}
	.desk-only{
	display: none;
	}
}
/*
@media only screen and (max-width: 399px) {
	.blue-container{
		background-size: 150px auto;
	}
	
	.footer-left {
		padding-bottom: 20px;
	}
	.bottom {
		padding-top: 20px;
	}
}
*/