html{
	background: #FFF;
	min-height: 100vh;
	min-width: 320px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10px;
}
	
	p,h1,h2,h3,h4,h5,ul,ol,dl,img,hr,td,tr,line-height,section,header,footer,label,br,img,input,form,video {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	outline: none;
}

a {
	cursor: pointer;
	outline: none;
	text-decoration: none;
	color: inherit;
}

p {
	margin-bottom: 20px;
}

img {
	 max-width: 100%;
}

ul {
	list-style: none;
}

body {
    margin: 10% auto;
    width: 80%;
    max-width: 540px;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
	-moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
    font-family: "myriad-pro", arial, sans-serif;
}

body::-webkit-scrollbar {
	display: none;
}

h1 {
	font-size: 1.7em;
	font-weight: 700;
	line-height: 120%;
	color: #000;
}

.ruleline {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 15px 0 20px 0;
    padding: 0;
    width: 100%;
}

.bodycopy {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 130%;
	color: #000;
}

button {
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 100%;
	background: #DDD;
  	border: 1px solid #000;
  	color: #000;
  	padding: 5px 10px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	border-radius: 5px;
  	cursor: pointer;
  	outline: 0;
  	margin-bottom: 20px;
}

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

h1 {
	font-size: 1.6em;
}

.bodycopy {
	font-size: 1.4em;
}

button {
	font-size: 1.3em;
}
}

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

h1 {
	font-size: 1.5em;
}

.bodycopy {
	font-size: 1.3em;
}

button {
	font-size: 1.2em;
}
}






