html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: white;
	font-family: 'Avenir Next', 'Avenir', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px; line-height: 24px;
	padding: 0px 10px;
}

b, strong {
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 44px;
}

a { font-weight: bold; }

a:link {
  color: firebrick;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: firebrick;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: blue;
}

input, select { padding: 20px; width: 100%; font-size: 16px; }
input[type=submit] { padding: 20px; font-size: 20px; }

textarea { padding: 20px; width: 100%; height: 80px; font-size: 16px; }

u { text-decoration: underline;}

#mainDiv { width: 100%; }

#leftDiv, #rightDiv, #contactForm { width: 100%; }

#the600box, #contactBox { width: 100%; }


#errors {
	background-color: lightyellow; border: 1px dotted gainsboro; color: firebrick; padding: 20px; margin: 10px auto; width: 90%;
}

/* scale images for mobile */
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90%;
  margin: 5px auto;
}

#header {
	margin: 10px auto; text-align: center; color: #999; font-size: 14px; text-align: center;
	border-bottom: 1px solid gainsboro;
	width: 100% !important;
	position: sticky;
	top: 0px; background-color: white;
}

#header a, #header a:link, #header a:visited, #header a:active {
	color: #999; font-weight: normal;
	display: inline-block;
	margin: 0px 20px;
}

#header a {
  border-right: none;
  padding: 0 10px;
}

#header a:last-child {
  border-right: none;
}

#big {
	font-size: 24px; font-weight: bold; line-height: 36px; color: midnightblue; margin: 10px 0px;
}

#contactButton {
	display:block; border-radius: 25px; border: 1px solid gainsboro; background-color:rgb(90, 16, 162); text-align: center; padding: 10px; margin: 30px; text-align: center; color:white !important;
}

#contactButton:hover {
	background-color:rgb(195, 190, 239);
	border-color:#999;
	color: black !important;
}