body {
	font-family: Avenir Next, Verdana, sans-serif;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 30px;
	max-width: 600px;
	min-width: 600px;
	background-color: #fff2da;
}

div#header_bar {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #e4d9c4;
	height: 80px;
	z-index: 100;
}

div#header {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	min-width: 600px;
	position:relative;
	top:10px;
	font-family: Avenir Next, Verdana, sans-serif;
	font-size: 250%;
	font-weight: 500;
}

span#spanish { color: #007C77;}
span#italian { color: #9A1860;}
span#separator { color: #FAC315; }

.separator {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #FAC315;;
	margin: 1em 0;
	padding: 0;
 }

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 0.5px solid #FAC315;
	border-style: dashed;
	margin: 0.5em 0;
	padding: 0;
}

ul { list-style-type: none; }

ul li::before {
  content: "⫢";
  font-size: 100%;
  margin-right: 0.5em;
  list-style: none;
}

li {
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 150%;
	color: #007C77;
}

.container { flex-direction: column; }

.row {
	display: block;
	page-break-inside: avoid;
}

.header-left {
	display: inline-block;
	padding-bottom: 10px;
	border-radius: 5px;
	width: 50%;
	font-weight: 500;
	font-size: 150%;
	margin-top: 0px;
	color: #007C77;
}

.header-right {
	display: inline-block;
	padding-bottom: 10px;
	border-radius: 5px;
	width: 49%;
	font-weight: 500;
	font-size: 150%;
	margin-top: 0px;
	color: #9A1860;
}

.subheader-left {
	display: inline-block;
	border-radius: 5px;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 75%;
	color: #007C77;
	text-decoration: underline;
	text-underline-position: under;
	text-underline-offset: -3px;
}

.subheader-right {
	display: inline-block;
	padding-bottom: 0px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 49%;
	font-weight: 600;
	font-size: 75%;
	color: #9A1860;
	text-decoration: underline;
	text-underline-position: under;
	text-underline-offset: -3px;
}

.left {
	display: inline-block;
	border-box: 5px;
	width: 50%;
	vertical-align: top;
	color: #007C77;
}

.left-ir {
	display: inline-block;
	border-box: 5px;
	width: 50%;
	vertical-align: top;
	font-weight: 600;
	color: #007C77;
}

.left-irr {
	display: inline-block;
	border-box: 5px;
	width: 50%;
	vertical-align: top;
	font-weight: 600;
	color: #9A1860;
}

.right {
	display: inline-block;
	border-box: 5px;
	width: 49%;
	vertical-align: top;
	color: #9A1860;
}

.right-ir {
	display: inline-block;
	border-box: 5px;
	width: 49%;
	vertical-align: top;
	font-weight: 600;
	color: #9A1860;
}

.right-irr {
	display: inline-block;
	border-box: 5px;
	width: 49%;
	vertical-align: top;
	font-weight: 600;
	color: #007C77;
}

@media only screen and (max-device-width: 414px) {
	
	body {
		 margin-top: 160px;
		 max-width: 800px;
		 min-width: 800px;
		 font-size: 250%;
	}
	
	div#header {
		max-width: 800px;
		min-width: 800px;
		top:15px;
		font-size: 160%;
	}
	
	div#header_bar {
		height: 120px;
	}
	
}
	
a { text-decoration: none; }
a:link { color: #FAC315; }
a:visited { color: #FAC315; }
a:focus { color: #FAC315; }
a:hover { color: #FAC315; } 
a:active { color: #FAC315; }	