/*THE FIRST CODE HERE, IS CSS RESET STYLING*/
/*OUR CODE STARTS FURTHER DOWN THE DOCUMENT*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
	q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, article, aside, canvas, details, figcaption, figure, footer,
	header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Arial;
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

* {
	box-sizing: border-box;
}

/* Style the body */
body {
	font-family: Arial;
	margin: 0;
}

/* Header/logo Title */
.conatiner {
	display: block;
	width: 100%;
	height: auto;
	background-color: #cbe4ff;
}

.header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	height: 10%;
}

.header-logo {
	width: 100px;
	height: 10%;
	align-self: left;
}

.header-logo-img {
	max-height: 70px;
	max-width: 70px;
	align-items: center;
	margin: 15px 15px 15px 15px;
}

.header-banner {
	width: auto;
	align-self: center;
	padding: 15px 15px 15px 15px;
}

.header-banner-text {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	color: #0e0dbb;
	text-align: center;
	color: #0e0dbb;
	margin-top: 25px;
}

.header-session-bar {
	width: 110px;
	align-content: right;
	padding: 25px 15px 25px 0px;
}

.header-session-bar-items {
	font-size: 16px;
	color: #400bd9;
	font-weight: 450;
	text-align: right;
	align-content: right;
}

/* Style the top navigation bar */
.navbar {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	background-color: #cbe4ff;
}

/* Style the navigation bar links */
.navbar-items {
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: auto;
	justify-content: space-between;
	background-color: #90d3f7;
}

/* Change color on hover */
.nav-items-hover {
	background-color: #ddd;
	color: black;
}

/* Content styles */
.content {
	display: block;
	height: auto;
	margin: 1em;
}

.content-heading {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	height: 2.5em;
	background-color: #90d3f7;
}

.content-heading-title {
	margin: 0.5em;
	align-content: flex-start;
	font-size: 22px;
	font-weight: bold;
	align-content: flex-start;
}

.content-heading-button {
	font-size: 18px;
	align-content: flex-end;
	text-align: center;
	margin: auto;
}

.content-area {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	height: auto;
	border: none;
}

.content-panel-full-width {
	margin: 1%;
	min-width: 400px;
	max-width: 96%;
	height: auto;
	border: none;
	background-color: #cbe4ff
}

.content-panel {
	margin: 1em 0em 1em 0em;
	min-width: 400px;
	max-width: 30%;
	height: auto;
	border: none;
	background-color: #cbe4ff
}

.content-panel-heading {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	height: 2.5em;
	background-color: #90d3f7;
}

.content-panel-heading-title {
	margin: 0.8em;
	align-content: flex-start;
	align-self: auto;
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
}

.content-panel-content-10em {
	height: 10em;
	border: none;
	overflow-y: scroll;
}

.content-panel-content-12em {
	height: 12em;
	border: none;
	overflow-y: scroll;
}

.content-panel-content-15em {
	height: 15em;
	border: none;
	overflow-y: scroll;
}

.content-panel-content-20em {
	height: 20em;
	border: none;
	overflow-y: scroll;
}

.content-panel-content-35em {
	height: 35em;
	border: none;
	overflow-y: scroll;
}

.content-panel-content-50em {
	height: 50em;
	border: none;
	overflow-y: scroll;
}

.content-image {
	width: 100%;
	height: auto;
}

.content-text {
	width: 100%;
	font-size: 16px;
	align-content: flex-start;
}

.content-text-indent-1 {
	width: 100%;
	font-size: 14px;
	align-content: flex-start;
	margin-left: 1.5em;
}

.content-text-indent-2 {
	width: 100%;
	font-size: 12px;
	align-content: flex-start;
	margin-left: 4em;
}

/* Footer */
.footer {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	height: 5em;
	padding-top: 2em;
	text-align: center;
	background-color: #90d3f7;
}

/* Responsive layout - when the screen is less than 900px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
	.content, .navbar, .nav-items {
		flex-direction: column;
	}
	.header {
		flex-flow: row wrap;
		width: 100%;
		height: auto;
	}
	.header-banner {
		display: none;
	}
}

/* Responsive layout - when the screen is less than 780px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 780px) {
	.content, .navbar, .nav-items {
		flex-direction: column;
	}
	.header {
		flex-flow: row wrap;
		width: 100%;
		height: auto;
	}
	.header-banner {
		display: none;
	}
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.content, .navbar, .nav-items {
		flex-direction: column;
	}
	.header {
		flex-flow: row wrap;
		width: 100%;
		height: auto;
	}
	.header-banner {
		display: none;
	}
}