/*

0x. Fonts

*/


body {
  font-family: 'Poppins', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background-color: #e9eff4;
}


h1 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.7rem;
	line-height:  3.4rem;
}

p {
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.7rem;
	font-size: 1.1rem;
	font-weight: 200;
}

.site-title {
	font-family: 'Vollkorn', serif;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.site-title p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.standfirst {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-size: 2rem;
	line-height: 3rem;
  margin-bottom: 6rem;
}

a {
	 text-decoration: none;
	 color: black;
}

.standfirst a {
  color: #007ea7;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25em;
	color: #89cff0;
}

/*

0x. Structures

*/

#footer {
	position: fixed;
	bottom: 0;
}

/*

0x. Elements

*/



/*

0x. Media Queries

*/

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

  h1 {

  }

}

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

}

@media screen and (min-width: 992px) {

}


@media screen and (min-width: 1200px) {

}
