html,
body {
    margin: auto;
    height: 100%;
}
canvas {
    width: 100%;
    height: 100%;
}

canvas[resize] {
    width: 100%;
    height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#message-container{
	position: absolute;
	left: 0;
	top: 0;
}

#canvas-container{
	position: relative; 
}

#canvas1 {
	visibility: hidden;
}

@font-face {
   font-family: 'NeutraTextTF';
   src: local ('NeutraTextTF-Bold');
   src: local ('NeutraText TF Bold');
   src: url('../fonts/NeutraTextTF-Bold.woff');
   font-weight: 900;
   font-style: bold;
}
@font-face {
   font-family: 'Helvetica';
   src: local ('Helvetica-Regular');
   src: local ('Helvetica Regular');
   src: url('../fonts/Helvetica-01.woff');
   font-weight: 500;
   font-style: normal;
}


h1, h3 {
	font-family: 'NeutraTextTF', serif;
	font-weight: 900; 
	margin: auto;
	color: #1b1738; 
}

h2{
	font-family: 'Helvetica', sans-serif;
	font-weight: 500;
	margin: auto;
	color: #1b1738; 
}

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

h1, h2, h3, h4, h5, p {
	text-align: center;
}
h1 {
	font-size: 70px; 
	font-weight: 900; 
	line-height: 80px; 
	max-width: 700px;
	padding: 100px 20px 10px;
}
h2 {
	font-weight: 300; 
	font-size: 24px; 
	line-height: 30px; 
	max-width: 470px;
	padding: 0 20px 20px;
}
h3 {
	font-size: 30px; 
	line-height: 36px; 
	position: relative;
	top: 270px;
	max-width: 350px;
	padding: 0 20px;
}

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;
}



.pink-container{
	width: 100%; 
	margin: auto; 
	background-image: url("../images/E100_MM_NewYears_LP_AE_R.gif");
	background-position: 0% 0%;
	background-color: #edd4d2; 
	background-size: contain;
	background-repeat: repeat;
}

.over-color {
  cursor: pointer;
}

.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;
}

#canvas1{
	margin: auto;
}


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

	h1{
		font-size: 44px;
		line-height: 50px;
		padding-top: 40px;
	}
	h2{
		font-size: 20px;
		line-height: 26px;
	}
	h3{
		font-size: 24px;
		line-height: 30px;
	}
	h4{
		font-size: 28px;
		line-height: 36px;
	}
	.mob-only{
	display: block;
	}
	.desk-only{
	display: none;
	}
}
