

:root {
  --borderanimation: #e6ffe6;
}

	html	{
		font-family: Oswald, Helvetica, sans-serif; 
		line-height: 1.5;
		color: #001a33; 
		font-size: 18px;
		background-color: #e6ffe6;

		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('images/back-drop.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: contain;
		position: relative;
		background-position: center;
	}

.hero-text	{
		text-align: center;
		font-size: 40px;
		top: 1rem;
		
	}

.title	{
	text-align: center;
	text-shadow: 0px 2px 7px white;

	font-family: Papyrus, 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: Papyrus, 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;
}