
html {
    width: 98vw;
    margin: 0;
    padding: 0 2%;
    display: grid;
    justify-content: center;
    align-items: center;
}

body {
    font-family: "Merriweather Sans", Sans-Serif;
    font-size: 18px;
	line-height: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    align-items: center; 
}
p {
  margin-bottom: 15px; /* between paragraphs */
  }

.image-fluid {
  margin: 0;
  max-width: 100%;
}
.outline {
	border: 1px solid #000;
	padding: 10px 20px;
	font-size: 125%;
}

H1 {
	font-family: "Merriweather Sans", Sans-Serif;
	font-size: 225%;
	color: #681;
	margin: 10px 0 15px 0;
	font-weight: 800;
	line-height: 30px;
}

.text-bold {
    font-weight: 800;
}
.text-larger {
	color: #a18;
	font-weight: 700;
	font-size: 150%;
	line-height: 40px;
}


/* Footer styling */
footer {
	color: #fff;
	background-color: #765ec0;
	text-align: center;
	padding: 15px 3%;
	margin-top: 0;
}
.footer-text {
	font-size: 80%;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
footer a:link {
	color: #fff;
	text-decoration: underline;
}
footer a:visited {
	color: #fff;
	text-decoration: underline;
}
footer a:hover {
	color: #000;
	text-decoration: underline;
}
footer a:active {
	color: #000;
	text-decoration: underline;
}