* { 
  margin: 0; 
  padding: 0; 
}

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

}

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

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

#canvas-container{
	position: relative; 
}

#canvas1 {
	visibility: hidden;
}


@font-face {
   font-family: 'Avenir';
   src: local ('AvenirNext-Regular');
   src: local ('Avenir Next Regular');
   src: url('../fonts/AvenirNext-Regular.woff');
   font-weight: 500;
   font-style: normal;
}

h1 {
	font-family: 'Nickainley', script;
	font-weight: 500; 
	margin: auto;
	color: #FFFFFF; 
	font-size: 100px; 
	font-weight: 500; 
	line-height: 110px; 
	max-width: 900px;
	padding: 40px 20px 20px;
}

h2{
	font-family: 'Avenir', sans-serif;
	font-weight: 700;
	margin: auto;
	color: #e9c291; 
	font-size: 24px; 
	line-height: 30px; 
	max-width: 470px;
	padding: 0 20px 20px;
}

h1, h2, h3, h4, h5, p {
	text-align: center;
}

.mm-link {
	color: #003c4b; 
	font-weight: 300;
	font-size: 18px; 
	line-height: 28px;
}

p {
	font-family: 'Avenir', sans-serif;
	margin: auto;
	color: #003c4b; 
	font-size: 16px; 
	font-weight: 300; 
	line-height: 22px;
}

#background-container{
	width: 100%; 
	margin: auto; 
	background: rgb(35,49,77);
	background: -moz-radial-gradient(circle, rgba(35,49,77,1) 15%, rgba(18,28,43,1) 63%);
	background: -webkit-radial-gradient(circle, rgba(35,49,77,1) 15%, rgba(18,28,43,1) 63%);
	background: radial-gradient(circle, rgba(35,49,77,1) 15%, rgba(18,28,43,1) 63%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23314d",endColorstr="#121c2b",GradientType=1);
	
}
#main-container{
	background-image: url('../images/E442_MM_NewYears_background.svg');
	background-size: cover;
}

.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: 580px) {

	h1{
		font-size: 60px;
		line-height: 66px;
		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;
	}
}
