
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}
body {

}
.background-image {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;

  -webkit-filter: blur(80px);
  -moz-filter: blur(35px);
  -o-filter: blur(35px);
  -ms-filter: blur(35px);
  filter: blur(35px);
}

.content {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  margin-left: 20px;
  margin-right: 20px;
}

h1 {
	font-family: 'Vollkorn', serif;
	font-size: 34px;
	font-style: normal;;
	font-variant: normal;
	font-weight:  300;
	line-height: 36.4px;
  padding-top: 250px;
  color: #1585b5;
}
h2 {
	font-family: 'Vollkorn', serif;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	line-height: 6.4px;
  padding-left: 100px;
  padding-top: 25px;
  color: #1585b5;
}
h3 {
	font-family: 'Vollkorn', serif;
	font-size: 14px;
	font-style: italic;
	font-variant: normal;
	font-weight: 200;
	line-height: 15.4px;
  padding-left: 100px;
  color: #1585b5;
}
h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-variant: normal;
	font-weight: 200;
	line-height: 35.4px;
  color: #1585b5;
}
p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}

}
