html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
   background-color: #F4F4F4;
   font-family: 'Lato', Arial
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
   position: relative;
   width: 100%;
}

.wrapper-home {
   padding-top: 25vh;
}

#content {
   max-width: 1400px;
   margin: 0 auto;
}

#animated-circle {
   position: absolute;
   width: 100%;
   top: -20px;
   left: 0;
   z-index: -1;
}

h1.homepage-heading {
  font-size: 350%;
  font-weight: 800;
  text-align: center;
}

p.homepage-heading-paragraph {
   text-align: center;
}

@media only screen and (max-width: 40em) { 
   .wrapper-home {
      padding-top: 6vh;
   }

   h1.homepage-heading {
      font-size: 160%;
   }

   p.homepage-heading-paragraph {
      font-size: 70%;
   }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
   .wrapper-home {
      padding-top: 10vh;
   }

   h1.homepage-heading {
      font-size: 240%;
   }

   p.homepage-heading-paragraph {
      font-size: 90%;
   }
}