body {
	background-image: url("/assets/watercolor_3.jpg");
	background-size:200cqmax;
	font-family: "Gaegu", sans-serif;
	font-size:  .5in;
	margin-top: 0;
}

.site-header {
	z-index: 100;
	padding-top: 0;
	margin-top: 0;
	display: flex;
	position: sticky;
	top:0;
	overflow: hidden;
	background-color: aliceblue;
	background-image: url("/assets/watercolor_1.jpg");
	background-position-y: 25%;
	background-size: 100vw;
	backdrop-filter: blur(100px);
	border-radius: 0px 0px 10px 10px;
	padding-left: 0;
	padding-right: 10%;
	outline-width: 1px;
	outline-color: invert;
	outline-style: solid;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.39);
	nav {
		margin-top: 0;
	}
	h3{
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		border-style: none;
	}
	img{
		float:left;
		height:1.5in;
		margin: 0;
		margin-right: 2%;
	}
	a
	{
		color: black;
		border-radius: 10px;
		outline-width: 1px;
		padding: 0 1%;
		outline-color: invert;
		outline-style: solid;
		background-color: white;
		background-image: url("/assets/watercolor_1.jpg");
		background-position-y: 20%;
		text-decoration: none;
		box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.29);
	}
}

h1{
	font-family: "Darumadrop One", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size:  1in;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.39);
}
h2{
	font-family: "Darumadrop One", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:  .8in;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
h3{
	font-family: "Darumadrop One", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size:  .5in;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: #00000044;
	border-style: none none dotted none;
	border-width:  5px;
	text-align: center;
	text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.09);
}
p {
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 2%;
	line-height:  85%;
	color: rgba(14, 14, 19, 0.767);
	mix-blend-mode: multiply;
	a {
		text-underline-offset: 3px;
		text-decoration-thickness: 3px;
	}
	b {
		color: rgb(4, 5, 17);
	}
}

hr {
	border-style: none none dotted none;
	border-width:  5px;
}

.inlineImage {
	max-width: 3in;
	max-height: 50vh;
	margin: 10px;
	border-radius: 10px;
	outline-width: 1px;
	outline-color: invert;
	outline-style: solid;
	overflow: hidden;
	float: left;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.29);
}
.inlineImageRight {
	max-width: 3in;
	max-height: 50vh;
	margin: 10px;
	border-radius: 10px;
	outline-width: 1px;
	outline-color: invert;
	outline-style: solid;
	overflow: hidden;
	float: right;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.29);
}

div {
	background-color: aliceblue;
	background-image: url("/assets/watercolor_1.jpg");
	background-size: 100vw;
	backdrop-filter: blur(100px);
	border-radius: 10px;
	outline-width: 1px;
	outline-color: invert;
	outline-style: solid;
	padding: 1%;
	overflow: hidden;
	margin: 2%;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.39);
}


.site-footer {
	z-index: 100;
	padding-top: 0;
	margin: 2%;
	border-radius: 10px 10px 10px 10px;
	padding: 1%;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.29);
	nav {
		margin-top: 0;
		text-align: center;
	}
	h3{
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		border-style: none;
	}
	p {
		margin: 0;
		margin-top: 0.5in;
		text-align: center;
		width: 100%;
		text-size-adjust: 75%;
	}
	img{
		float:left;
		height:1.5in;
		margin: 0;
		margin-right: 2%;
	}
	a
	{
		color: black;
		border-radius: 10px;
		outline-width: 1px;
		padding: 0 1%;
		outline-color: invert;
		outline-style: solid;
		background-color: white;
		background-image: url("/assets/watercolor_1.jpg");
		background-position-y: 20%;
		text-decoration: none;
		box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.29);
	}
}