body { 
	background-color: rgba(237, 237, 237, 1);
	color: rgba(48, 48, 48, 1);
}

nav {
  float: left;
  width: 20%;
  position: fixed;
  z-index: 1;
  top: 25px;
  left: 0;
}

nav ol { 
    list-style: none;
}
nav li { 
	line-height: 1.5;
	text-indent: -1em;
    margin-left: 1em;
}
nav ol li a {
	text-decoration: none;
	font-size: 18px;
	font-family: "Merriweather";
	font-weight: 700;
	color: rgba(48, 48, 48, 1);
}

nav ol li a:hover { text-decoration: underline; }

main {
  width: 80%;
  float: right;
}

div.intro {
  max-width: 75%;
  font-style: italic;
}

div.intro p { font-size: 20px; }

div.intro a { color: rgba(48, 48, 48, 1); }

article {
	max-width: 75%;
	border: 2px solid rgba(245, 56, 172, 1);
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0;
	background-color: rgba(250, 250, 250, 1);
}

p, li { 
	font-family: "Merriweather";
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
}


div.input p, p.input, span.input {
	font-weight: 700;
}

h1 {
	font-family: "Fira Sans";
	font-weight: 500;
	font-size: 30px;
	color: rgba(250, 250, 250, 1);
	background-color: rgba(48, 48, 48, 1); 
	padding: 5px 0 5px 10px;
    border-radius: 5px;
    width: 50%;
}
