html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  min-height: 100vh;
}
body {
  text-align: center;
  width: 100%; 
  max-width:1024px;
  margin:auto;
}
img {
  -ms-interpolation-mode: bicubic;
}

.scratch {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: auto;
}
.scratch img {
  width: 100%;
  max-width: 315px;
  height: auto;
}
.scratch canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  will-change: transform;
  transform: translate3d(0,0,0);
  -ms-touch-action: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  touch-action: none;

  transition: opacity 500ms ease-out 0ms, height 0ms linear 500ms;
}
.scratch.revealed canvas {
  opacity: 0;
  height: 0;
}

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

h1, h2, h3, h4, h5, h6, a, p {
	font-family: 'Avenir', sans-serif; 
	margin: auto;
}
h1, h2, h3, h4, h5 {
	text-align: center;
}
h1 {
	font-size: 40px; 
	font-weight: 900; 
	line-height: 46px; 
	color: #ffffff; 
}
h2 {
	color: #ffffff; 
	font-weight: 300; 
	font-size: 32px; 
	line-height: 40px; 
}
h3 {
	color: #ffffff; 
	font-weight: 300; 
	font-size: 22px; 
	line-height: 30px; 
}
h4 {
	color: #5b3a1b; 
	font-weight: 900; 
	font-size: 24px; 
	line-height: 28px; 
}
h5 {
	color: #5b3a1b; 
	font-weight: 500; 
	font-size: 20px; 
	line-height: 28px; 
	padding-top: 10px; 
	max-width: 700px;
}
h6, a {
	color: #003c4b; 
	font-weight: 300;
	font-size: 20px; 
	line-height: 28px;
}
p {
	color: #003c4b; 
	font-size: 16px; 
	font-weight: 300; 
	line-height: 22px;
}
.white-container{
	padding: 20px;
}
.orange-container{
	width: 100%; 
	margin: auto; 
	background-color: #f8991d; 
	padding: 50px 0 40px;
}
.content-container{
	padding: 0 20px;
}
.top-text {max-width: 600px; width: 100%; margin: auto;}
.pie-container{
	width: 100%; 
	display: flex; 
	align-items: center; -webkit-align-items: center; 
	align-content: center; -webkit-align-content: center; 
	margin: auto; 
	background-color: #f8991d; 
	text-align: center; 
	max-width: 960px; 
	margin: 30px auto;
}
.copy-container{
	padding: 40px;
}
.divider {
	border-top: solid 1px #666666; 
	max-width: 950px; 
	margin: auto;
}
.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: 500px; 
}
.footer-left, footer-right {
	padding: 0 20px;
}
.soc-med {
	max-width: 38px; 
	padding: 5px 3px 0;
}
.bottom {
	padding: 30px 20px;
}
.mob-only{
	display: none;
}
@media only screen and (max-width: 600px) {
	.pie-container{
		flex-wrap: wrap;-webkit-flex-wrap: wrap; -moz-flex-wrap: wrap;
		max-height: 100%;
		margin-bottom: 0px;
	}
	.scratch{
		margin: 15px auto;
	}
	.mob-only{
	display: block;
	}
	.desk-only{
	display: none;
	}
}

@media only screen and (max-width: 399px) {
	.footer-left {
		padding-bottom: 20px;
	}
	.bottom {
		padding-top: 20px;
	}
}
