/* by James Khazar
   Created: July 13th, 2017 
   Modified for public use April 2022
   
   Colors:
   	Dark Blue: #006fa5
   	light blue: #B9E4F8
	lighter blue: #C9EBFB
	lightest blue: #D7F0FC
	Dark gray: #333333
	
   Shades of blue
	#299bd6
	#4da3da
	#66acde
	#7cb5e2
	#91bfe6
	#a6caeb
	#bbd5ef
	#d1e1f4
	#e6eef9
	Target screen width for Cañada projectors is 913px wide
*/


body {
	font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	/* width: 790px; */
	font-size: 1em;
	background-color: #fff;
}

a { 
	text-decoration: none !important;
}
a:hover {
	color:#000 !important;
}

.indent {
	margin-left: 1em;
}

/* Overrides Canvas's ridiculous light weight for headings */
h1, h2, h3, h4, h5 {
	font-weight: bold;
}

section {
	border-top: 3px solid #006fa5;
	margin-bottom: 3em;
}
ul {
	font-size: 1.25em;
	margin-left: 1em
}
p {
	font-size: 1.25em;
}
h3 {

	font-weight: bold;
	font-size: 1.25em;
}
.fa {
	font-size: .75em;
	vertical-align: middle;
}
.fa-arrow-down {
	font-size: 1em;
}
#logo {
	display: block;
	margin-bottom: 1em;
	margin-right: 1em;
	float: left;
	width: 208px
}

.top_section {
	background-color: #006fa5;
	color: #fff;
	padding: .5em .75em;
	margin-top: -4px;
}
h1 a {
	color: white;
}
h1 a:hover {
	color: #Fa0;
}
blockquote p {
	color: #000;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 500;
	margin: 1.25em 1em 1.25em 0;
	text-align: justify;
}
ul {
	line-height: 1.25em;
}
ul>ul {
	font-size: 1em;
	line-height: 1.25em
}

.clearme {
  clear:both;
}
