/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

h1 {
	font-size: 36px;
	margin: .2em 0 .2em 0;
	font-weight: normal;
	color: white;
	font-family: 'Helvetica', sans-serif;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	position: relative;
	color: #000;
}

h2 {
	margin: 0.5em 0 .6em 0;
	font-weight: normal;
	color: #000;
	font-family: 'Helvetica', sans-serif;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	position: relative;
	font-size: 30px;
	line-height: 20px;
}

h3 {
	margin: 1em 0 .5em 0;
	padding: 0 0 0 20px;
	font-weight: normal;
	color: #000;
	font-family: 'Helvetica', sans-serif;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	position: relative;
	font-size: 24px;
	line-height: 40px;
	font-family: 'Calibri', sans-serif;
}

h4 {
	margin: 1em 0 .6em 0;
	padding: 0 0 0 15px;
	font-weight: normal;
	color: #000;
	font-family: 'Calibri', sans-serif;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	position: relative;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Calibri', sans-serif;
}

.row {
  display: flex;
  padding-left: 10px
}
