/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


html {
  font-size: 62.5%; }
body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;	
  color: #222; }

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400; }
h1 { font-size: 3.5rem; line-height: 1.2;  letter-spacing: -.1rem; margin-top: 0.5em; }
h2 { font-size: 2.5rem; line-height: 1.25; letter-spacing: -.1rem; border-bottom: 1px #9b9b9b dashed; padding-bottom: 1em; }
h3 { font-size: 2.25rem; line-height: 1.3;  letter-spacing: -.1rem; }

main h2:first-of-type {
	margin: 1.25em 0 1.25em 0;
}

@media (min-width: 550px) {
  h1 { font-size: 4.5rem; font-weight: 600; margin-top: 0.1em;  }
  h2 { font-size: 4rem; font-weight: 600; }
  h3 { font-size: 3.6rem; }
}

p {
  margin-top: 0; }

main a {
  color: #0a6aaf;
	background: rgb(103 196 208 / 0.16)
}

main a:hover {
color: #042c48; }

.mainheader a, footer a {
	color: #a6e740;
	text-decoration: none;
}

.mainheader a:hover, footer a:hover {
	text-decoration: underline;

}
