body {
	background-image: url("assets/images/2025grid-i.jpg");
	background-color:#5F0600;
    font-family:'Muli', sans-serif;
	margin: 0;
	padding: 0;
}


#header {
	margin: 20px max(2px, 50% - 480px);
	font-size:1.4em;
	color:#000000;
	text-align:center;
	background: #E0EEFF;
	border: 1px solid #0072FF;
	overflow-x: auto;
}

.content {
	margin: 20px max(2px, 50% - 480px);
	background-color: #fefefe;
	padding: 20px min(32px, 2%);
	border: 1px solid #0072FF;
	overflow-x: auto;
}

/* Color Scheme related things */

p, li {
	color: #112d55;
	font-size: 16px;
}

h1 {
	font-weight: bold;
	font-size: 1.7em;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px solid #333333;
	margin-bottom: 1em;
	margin-top: 2em;
}

h3 {
	font-weight: normal;
	font-size: 1.3em;
	text-decoration:underline;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h4 {
	font-weight: bold;
	text-decoration:underline;
}


/* Callout Boxes should really be flex */
div.content div.calloutarea {
	display: flex;
	column-gap: 2%;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 800px) {
div.content div.calloutarea {
    display: block;
	width: 100%;
  }
}

div.content div.calloutarea > div {
	flex: 3;
}

div.content div.calloutarea > div.callout {
	background-color: #e9f3fa;
	padding: 4px 10px;
	flex: 2;
}


.even {
	background-color: #ccccff;
}

.odd {
	background-color: #ddddff;
}

form.main_code fieldset {
	border-top: 1px solid;
	border-color: #ee7834;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

form.main_code fieldset legend {
		color: #ee7834;
}

form.main_code button.primary {
	cursor: pointer;
	padding: 8px 20px;
	background: #ee7834;
	border:1px solid rgb(244, 121, 64);
	color: white;
	font-weight: bold;
	border-radius: 2px;
}

form.main_code button.primary:hover {
	background-color: rgb(184, 61, 32);
}

/* Override Rules */

.content > div {
	display: block;
}

td {
	vertical-align: top;
	color: #112d55;
	font-size: 14px;
}

abbr[title], acronym[title] {
    border-bottom: 1px dotted;
}

/* Footer Links */

#footer {
	margin-top:2em;
}

#footer p {
	font-size:150%;
	margin: 0;
}

/* Those ruled tables */

table.ruled {
	border-collapse:collapse;
}

table.ruled td {
	color:#000000;
	vertical-align: inherit;
	margin: 0px;
	border:2px solid #333333;
}

table.ruled td p {
	color:#000000;
	margin: 0px;
}

table.ruled .even {
	background-color: #eeeeee;
}

table.ruled .odd {
	background-color: #ffffff;
}
