

:root {
  --borderanimation: #e6ffe6;
}

	html	{
		font-family: Oswald, Helvetica, sans-serif; 
		line-height: 1.5;
		color: #ffeee6; 
		font-size: 18px;
		background-color: #00004d;

		padding-top: .5rem;
		padding-bottom: 2rem;

		scroll-behavior: smooth;
	}

	body	{
		max-width: 100%;
		margin: 0 auto;
	}

.post 	{
	max-width: 80%;
	position: center;
	margin: 0 auto;
}


.child-7	{
		max-width: 90%;
		margin: 0 auto;
		column-gap: 1rem;
		row-gap: 1rem;
		padding-bottom: 1rem;

		background-image: url('');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: contain;
		position: relative;
		background-position: center;
	}

.child-2 {
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 30% 70%;
		column-gap: 0.1rem;
		row-gap: 1rem;
		padding-bottom: 0.2rem;

		background-image: url('');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: contain;
		position: relative;
		background-position: center;
	}

.child-4 {
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 60% 40%;
		column-gap: 0.1rem;
		row-gap: 0.5rem;
		padding-bottom: 0.2rem;
	}

.child-5 {
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 40% 60%;
		column-gap: 0.1rem;
		row-gap: 0.5rem;
		padding-bottom: 0.2rem;
	}

.child-1 {
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 60% 40%;
		column-gap: 0.2rem;
		row-gap: 0.2rem;
		padding-bottom: 1rem;

		background-image: url('');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: contain;
		position: relative;
		background-position: center;
	}

.hero-image	{
		background-image: url('images/hero.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 6px solid blue;
		border-style: outset;

		max-width: 100%;
		height: 220px;
	}

.hero-text	{
		text-align: center;
		font-size: 40px;
		top: 1rem;
		
	}

	.photo	{
		border: 4px solid blue;
		border-style: outset;
		border-radius: 40px 20px;
	}

.title	{
	text-align: center;
	text-shadow: 0px 2px 7px white;

	font-family: Copperplate, Garamond, Copperplate, fantasy;

	background-image: url('images/title-paint.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: contain;
	background-position: center;
}

.title-2	{
	text-align: center;
	text-shadow: 0px 2px 7px white;

	font-family: Georgia, Copperplate, fantasy;

	background-image: url('images/title-paint-2.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: contain;
	background-position: center;
}

	a:hover {
 	color: lime;
}

a {
	text-decoration: none;
	color: inherit;
}

.link:hover	{
	font-size: 105%;
 	transform: scale(1.2);
  	transition: border-color 0s, font-size 0.2s ease-out;
  	text-shadow: 2px 2px 5px darkblue;
  	transform-style: smooth;
}

.link	{
	transition: border-color 0s, font-size 0.2s ease-in;
}

p 	{
	text-align: center;
}

.sig	{
	text-align: center;
}