/* 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, abbr, acronym, address, big, cite, code,
del, dfn, em, 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, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;

	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details,
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 {
  margin: 5px;
  padding: 5px;
	min-width: 50%;
}
.navbar ul {
	font-family: "Crimson Text", 'EB Garamond', Spectral, Georgia, 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: Urbanist,'Open Sans', Monsterrat, "trebuchet MS", sans-serif;
	display: flex;
  font-size: 1em;
  text-align: left;
	min-height: 100vh;
	flex-direction: column;
	background-color: #F7F4F1;
}
h1, h2, h3, h4 {
		font-family: 'Crimson Text', 'EB Garamond', spectral, Georgia, serif;
}
h1 {
	vertical-align: middle;
  color: #5F4A35;
  font-size: 2.75em;
  margin: 10px;
}
h2 {
	color: #5F4A35;
  font-size: 2.5em;
  margin: 10px 10px 10px 10px;
}
h3 {
  color: #5F4A35;
  font-size: 2em;
	margin: 10px 10px 25px 10px;
}
h4 {
  color: #5F4A35;
  font-size: 1.75em;
	margin: 10px;
	text-align: center;
}
p {
	line-height: 1.5;
  color: #76624D;
  font-size: 1.25em;
	margin: 10px;
}
ul {
	display: block;
	margin: 10px;
}
li {
	font-family: 'Crimson Text', 'EB Garamond', 'spectral', Georgia, serif;
	color: #76624D;
	margin: 10px;
	display: inline-block;
	text-align: center;
}
a:link {
  color: #5F4A35;
  text-decoration: underline;
  }
a:visited {
  color: #5F4A35;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #6D614F;
  text-decoration: none;
}
main {
	background: url(/projects/about-me/brushstrokeintro.png), url(/projects/about-me/brushstrokefooter.png);
	background-position: 85% 21%, 50% 77%;
	background-repeat: no-repeat, no-repeat;
	width: auto;
	padding: 100px 250px 25px 250px;
	min-width: 50%;
}
img {
	float: right;
	display: inline-block;
	margin: 5px;
	border-radius: 250px;
}
img:last-of-type {
	clear: both;
	margin: auto;
}
.box {
	margin: 300px 0px 100px 0px;
	padding: 10px 0px;
	display: block;
	background-color: #E6DDD4;
	border-radius: 10px;
}
/*.background {
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	display: block;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}*/
.figuregrid {
	  margin: 50px auto;
		width: 100%;
		min-width: 50%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: 10px;
}
figure {
	display: inline-block;
	margin: auto;
	margin-block-start: 5px;
	margin-block-end: 5px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	text-align: center;
}
figcaption {
	font-weight: 500;
	font-size: 1em;
}
img.icon {
	min-width: 25%;
	min-height: 25%;
	display: inline-block;
	margin: 5px;
	float: none;
}
footer {
	text-align: center;
	font-size: 1em;
	margin-top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	width: auto;
	padding: 10px 10px 10px 10px;
	background-color: #A4927C;
}
