
:root {
  --borderanimation: #e6ffe6;
}

	html	{
		font-family: Oswald, Helvetica, sans-serif; 
		line-height: 1.5;
		color: #001a33; 
		font-size: 18px;
		background-color: #d9f2e6;

		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;
}


	.project:hover	{
		background-image: ;

	 	transform: scale(1.2);
	  	transition: border-color 0s, font-size 0.3s ease-out;
	  	transform-style: smooth;
	}

	.profile-pic	{
		max-width: 290px;

		border: 6px solid green;
		border-style: outset;
		border-radius: 20px 80px;

		float: left;
		margin-right: 1rem;
	}


	.art	{
		border: 4px solid lime;
		border-style: outset;
		border-radius: 20px 20px;
	}


	.art-big	{
		border: 4px solid lime;
		border-style: outset;
		border-radius: 20px 20px;
		position: center;
		background-position: center;

		display: block;
 	 margin-left: auto;
  	margin-right: 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-3 {
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 70% 30%;
		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-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;
	}


.gallery-grid	{
	display: grid;
	max-width: 90%;
	margin: 0 auto;
	grid-template-columns: auto auto auto;
	column-gap: 0.2rem;
	row-gap: 0.2rem;
	padding-bottom: 1rem;
}

.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;
}

.title-3	{
	text-align: center;
	text-shadow: 0px 2px 7px white;

	padding-right: 1rem;
	padding-left: 1rem;

	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;
}


.nav-bar	{
		width: 550px;
		height: 50px;
		position: fixed;
		right: .5rem;
		top: .2rem;

		background: rgba(0, 0, 9, .5);
		color: white;
		border: 4px solid white;
		border-style: double;

		display: grid;
		grid-template-columns: 10% 16% 13% 23% 23% 10%;
		text-align: center;

		z-index: 500;
	}

	.nav-bar-mini	{
		width: 160px;
		height: 50px;
		position: fixed;
		right: .5rem;
		top: .1rem;

		background: rgba(0, 0, 9, .5);
		color: white;
		border: 4px solid white;
		border-style: double;

		display: grid;
		grid-template-columns: 100%;
		text-align: center;

		z-index: 500;
	}


	.hero-image	{
		background-image: url('images/working.jpg');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 6px solid green;
		border-style: outset;

		max-width: 100%;
		height: 440px;
	}

.hero-image-d	{
		background-image: url('images/digital-title.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 6px solid green;
		border-style: outset;

		max-width: 100%;
		height: 440px;
	}

.hero-image-p	{
		background-image: url('images/painting-title.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 6px solid green;
		border-style: outset;

		max-width: 100%;
		height: 440px;
	}

.hero-image-g	{
		background-image: url('images/gallery-title.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 6px solid green;
		border-style: outset;

		max-width: 100%;
		height: 440px;
	}

.hero-image-m	{
		background-image: url('images/media-title.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 6px solid green;
		border-style: outset;

		max-width: 100%;
		height: 440px;
	}

.hero-image-c	{
		background-image: url('images/collaboration-title.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 6px solid green;
		border-style: outset;

		max-width: 100%;
		height: 440px;
	}

.hero-image-e	{
		background-image: url('images/exhibition-title.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 6px solid green;
		border-style: outset;

		max-width: 100%;
		height: 440px;
	}

.hero-image-s	{
		background-image: url('images/sculpture-title.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 6px solid green;
		border-style: outset;

		max-width: 100%;
		height: 440px;
	}


	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;
}

.social	{
	position: center;
	text-align: center;
}

