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: 300;
   font-style: normal;
}
@font-face {
   font-family: 'Avenir';
   src: local ('AvenirNext-Regular');
   src: local ('Avenir Next Regular');
   src: url('../fonts/AvenirNext-Regular.woff');
   font-weight: 300;
   font-style: normal;
}

h1{
	font-family: 'NeutraTextTF', serif;
	font-weight: 900; 
	margin: auto;
	color: #f6649f; 
	font-size: 60px; 
	font-weight: 900; 
	line-height: 60px; 
	max-width: 700px;
	padding: 40px 20px 10px;
}

h2{
	font-family: 'Avenir', sans-serif;
	margin: auto;
	color: #17603d; 
	max-width: 350px;
	font-weight: 300; 
	font-size: 20px; 
	line-height: 30px; 
	max-width: 500px;
	padding: 0 20px 10px;
}

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

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


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: rgb(246,100,159);
	background: -moz-linear-gradient(0deg, rgba(246,100,159,1) 15%, rgba(255,194,217,1) 63%, rgba(255,255,255,1) 96%);
	background: -webkit-linear-gradient(0deg, rgba(246,100,159,1) 15%, rgba(255,194,217,1) 63%, rgba(255,255,255,1) 96%);
	background: linear-gradient(0deg, rgba(246,100,159,1) 15%, rgba(255,194,217,1) 63%, rgba(255,255,255,1) 96%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6649f",endColorstr="#ffffff",GradientType=1);
}

.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;
	}
	h2{
		font-size: 16px;
		line-height: 20px;
	}

	.mob-only{
	display: block;
	}
	.desk-only{
	display: none;
	}
}
