/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/*================================== End of meyerweb reset ==============================================*/
/* ====================================navigation styling==========================================*/
header {
	display: inline;
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
  padding: 0px;
}
nav {
	background-color: #ffffff;
	height: 75px;
	width: auto;
  margin: 5px;
  padding: 5px;
}
.navbar ul {
	font-family: 'Lora', 'Libre Baskerville', Georgia, 'Times New Roman', serif;
	display: inline-block;
  float: right;
  font-size: 1.5em;
}
.navbarlink {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}
.logo {
	display: inline-block;
	margin: 0px;
  float: left;
	vertical-align: middle;
}
/* ======================================End of navigation styling ===============================================*/
body {
	font-family: 'Jost', 'Montserrat', 'Raleway', Verdana, sans-serif;
  font-size: 1em;
	line-height: 1.25;
}
h1, h2, h3, h4 {
	font-family: 'Lora', 'Libre Baskerville', Georgia, 'Times New Roman', serif;
}
h1 {
  color: #032C75;
  font-size: 2.75em;
  margin: 10px;
}
h2 {
  color: #2CC0F4;
  font-size: 1.75em;
  margin: 10px;
}
h3 {
  color: #84D3FA;
  font-size: 1.5em;
	margin: 10px;
	margin-top: 20px;
}
h4 {
  color: #000000;
  font-size: 1.25em;
	margin: 10px;
}
p {
	text-align: justify;
	width: auto;
  color: #000000;
  font-size: 1em;
	margin: 10px;
}
p:nth-of-type(2) {
	margin-top: 0px;
}
a:link {
  color: #000000;
  text-decoration: none;
  }
a:visited {
  color: #000000;
}
a:hover {
  color: #7881c4;
  text-decoration: none;
}
a:active {
  color: #ca63eb;
  text-decoration: none;
}
main {
	width: auto;
	margin: 10px 250px 0px 250px;
	background-color: #ffffff
}
img {
	float: right;
	margin: 0px 20px;
	border-radius: 10px;
}
.blue {
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto;
	align-content: center;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 15px;
	border-radius: 10px;
	background-color: #edf5ff;
	margin-bottom: 65px;
}
figure {
	margin: 10px auto;
}
figcaption {
	text-align: center;
	font-size: 1em;
}
figure:hover {
	opacity: 75%;
}
footer {
	font-size: 1.25em;
	font-family: 'Lora', 'Libre Baskerville', Georgia, 'Times New Roman', serif;
	text-align: center;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	width: auto;
	padding: 15px 50px 15px 50px;
	background-color: #daeaff
}
