/*.hero 	{
	display: grid;
	margin: 0 auto;
	grid-template-columns: 30% 70%;
	column-gap: 1rem;
	row-gap: 1rem;
}*/

:root {
  --borderanimation: #e6ffe6;
}


@media (max-width: 2400px)	{


	html	{
		font-family: Oswald, Helvetica, sans-serif; 
		line-height: 1.5;
		color: #001a33; 
		font-size: 28px;
		background-color: #e6ffe6;

		padding-top: .5rem;
		padding-bottom: 2rem;

		scroll-behavior: smooth;
	}

	body	{
		max-width: 100%;
		margin: 0 auto;
	}

	.hero-image	{
		background-image: url('images/jade-goggin.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 8px solid green;
		border-style: outset;

		max-width: 100%;
		height: 320px;
	}

	.project	{
		max-width: 380px;

		border: 12px solid green;
		border-style: outset;

		transition: border-color 0s, font-size 0.3s ease-in;
	}

	.project:hover	{
		background-image: ;

	 	transform: scale(1.2);
	  	transition: border-color 0s, font-size 0.3s ease-out;
	}

	.profile-pic	{
		max-width: 420px;

		border: 8px solid green;
		border-style: outset;
		border-radius: 40px 100px;

		float: left;
		margin-right: 1rem;
	}

	.mid-pic	{
		width: 450px;
	}

	.big-pic	{
		width: 400px;
	}

	.art	{
		border: 8px solid lime;
		border-style: outset;
		border-radius: 20px 20px;
	}

	.video	{
		border: 8px solid darkblue;
		border-style: outset;
		border-radius: 10px 10px;
		margin-right: 1rem;
		margin-left: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;

		max-width:95%; 
		max-height:90%;
	}

	.nav-bar	{
		width: 800px;
		height: 65px;
		position: fixed;
		right: .5rem;
		top: .5rem;

		background: rgba(0, 0, 9, .5);
		color: white;
		border: 4px solid white;
		border-style: double;

		display: grid;
		grid-template-columns: 10% 10% 15% 15% 15% 15%;
		text-align: center;

		z-index: 500;
	}

	.nav-bar-project	{
		width: 420px;
		height: 65px;
		position: fixed;
		right: 1rem;
		top: .5rem;

		background: rgba(0, 0, 9, .5);
		color: white;
		border: 4px solid white;
		border-style: double;

		display: grid;
		grid-template-columns: 65% 35%;
		text-align: center;

		z-index: 500;
	}

	.child-1	{
		display: grid;
		max-width: 95%;
		margin: 0 auto;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 1rem;
		row-gap: 1rem;
	}

	.child-2 {
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 30% 70%;
		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;
	}

	.child-3	{
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 40% 60%;
		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;
	}

	.child-4	{
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 60% 40%;
		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;		
	}

	.child-5	{
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 70% 30%;
		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;
	}

	.child-6	{
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 30% 70%;
		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;
	}

	.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;
	}

		.vid-grid	{
		display: grid;
		max-width: 95%;
		margin: 0 auto;
		grid-template-columns: 1fr 1fr;
		column-gap: 1rem;
		row-gap: 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;
		text-shadow: 0px 0px 35px lime;
	}


	/*Project Hero Images*/

	.hero-image-e	{
		background-image: url('./images/evergreen-today-logo.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: 460px;
	}

	.hero-image-n	{
		background-image: url('images/nhs.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: 650px;
	}


	/*Animation*/

	#myDIV {
	  box-sizing: border-box;
	  border-inline: 1px solid #e6ffe6;
	  animation: mymove 10s infinite;
	}

	@keyframes mymove {
	  50% {border-inline: 85px solid var(--borderanimation)}
	}

	#propic-shift	{
		border: 6px solid green;
		border-style: outset;
		border-radius: 60px 10px;
		animation: propic-shift 30s infinite;
	}

	@keyframes propic-shift	{
		50% {border-end-start-radius: 10px;
			border-start-start-radius: 200px;
			border-start-end-radius: 10px;
			border-end-end-radius: 200px;}
	}
}


/*
TV Size ? Wide Screens 
-----------------------------------------------------------------
 Computer Sizes
 */


@media (max-width: 1400px)	{


	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;
	}

	.hero-image	{
		background-image: url('images/jade-goggin.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: 220px;
	}

	.project	{
		max-width: 300px;

		border: 6px solid green;
		border-style: outset;

		transition: border-color 0s, font-size 0.3s ease-in;
		transform-style: smooth;
	}

	.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;
	}

	.video	{
		border: 4px solid darkblue;
		border-style: outset;
		border-radius: 10px 10px;
		margin-right: 1rem;
		margin-left: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;

		max-width:95%; 
		max-height:90%;
	}

	.nav-bar	{
		width: 560px;
		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% 10% 15% 25% 15% 20%;
		text-align: center;

		z-index: 500;
	}

	.nav-bar-project	{
		width: 320px;
		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: 65% 35%;
		text-align: center;

		z-index: 500;
	}

	.child-1	{
		display: grid;
		max-width: 95%;
		margin: 0 auto;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 1rem;
		row-gap: 1rem;
	}

	.child-2 {
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 30% 70%;
		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;
	}

	.child-3	{
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 40% 60%;
		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;
	}

	.child-4	{
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 60% 40%;
		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;		
	}

	.child-5	{
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 70% 30%;
		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;
	}

	.child-6	{
		display: grid;
		max-width: 90%;
		margin: 0 auto;
		grid-template-columns: 30% 70%;
		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;
	}

	.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;
	}

	.vid-grid	{
		display: grid;
		max-width: 95%;
		margin: 0 auto;
		grid-template-columns: 1fr 1fr;
		column-gap: 1rem;
		row-gap: 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;
		
	}

	/*Animating*/

	#propic-shift	{
		border: 6px solid green;
		border-style: outset;
		border-radius: 60px 10px;
		animation: propic-shift 30s infinite;
	}

	@keyframes propic-shift	{
		50% {border-end-start-radius: 5px;
			border-start-start-radius: 100px;
			border-start-end-radius: 5px;
			border-end-end-radius: 100px;}
	}

	/*Project Hero Images*/

	.hero-image-e	{
		background-image: url('./images/evergreen-today-logo.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: 260px;
	}


	/*Animation*/

	#myDIV {
	  box-sizing: border-box;
	  border-inline: 1px solid #e6ffe6;
	  animation: mymove 10s infinite;
	}

	@keyframes mymove {
	  50% {border-inline: 45px solid var(--borderanimation)}
	}



	.hero-image-n	{
		background-image: url('images/nhs.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: 500px;
	}
}

/*
 Computer Sizes
-----------------------------------------------------------------
 Phone Sizes 
 */

@media (max-width: 900px)	{


	html	{
		font-family: Helvetica, sans-serif; 
		line-height: 1.5;
		color: #001a33; 
		font-size: 18px;
		background-color: #e6ffe6;

		padding-top: 1rem;
		padding-bottom: 1rem;

		align-content: center;
		scroll-behavior: smooth;
	}

	body	{
		max-width: 95%;
		margin: 0 auto;

		align-content: center;
	}


	.hero-image	{
		background-image: url('images/jade-goggin.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 4px solid green;
		border-style: outset;

		max-width: 100%;
		height: 200px;
	}

	.project	{
		max-width: 90%;

		border: 4px solid green;
		border-style: outset;

		transition: border-color 0s, font-size 0.2s ease-in;
	}

	.profile-pic	{
		max-width: 160px;

		border: 4px solid green;
		border-style: outset;
		border-radius: 10px 60px;
	}

	.art	{
		border: 2px solid lime;
		border-style: outset;
		border-radius: 10px 10px;
	}

	.video	{
		border: 3px solid darkblue;
		border-style: outset;
		border-radius: 5px 5px;
		margin-right: 1rem;
		margin-left: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;

		max-width:90%; 
		max-height:87%;
	}

	.mid-pic	{
		width: 150px;
	}

	.big-pic	{
		width: 200px;
	}

	.nav-bar	{
		width: 97%;
		height: 50px;
		position: fixed;
		right: .2rem;
		top: .5rem;

		background: rgba(0, 0, 9, .5);
		color: white;
		border: 4px solid white;
		border-style: double;

		display: grid;
		grid-template-columns: 15% 20% 20% 20% 25%;
		text-align: center;

		z-index: 500;
	}

	.nav-bar-project	{
		width: 330px;
		height: 50px;
		position: fixed;
		right: .5rem;
		top: .5rem;

		background: rgba(0, 0, 9, .5);
		color: white;
		border: 4px solid white;
		border-style: double;

		display: grid;
		grid-template-columns: 65% 35%;
		text-align: center;
	}

	.child-1	{
		display: grid;
		max-width: 95%;
		margin: 0 auto;
		grid-template-columns: 1fr 1fr ;
		column-gap: 1rem;
		row-gap: 1rem;
	}

	.child-2 {
		max-width: 95%;

		background-image: url('images/back-drop.png');
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: contain;
		position: relative;
		background-position: center;
	}

	.child-3	{ 
		max-width: 95%;

		background-image: url('images/back-drop.png');
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: contain;
		position: relative;
		background-position: center;
	}

	.child-4	{
		max-width: 95%;

		background-image: url('images/back-drop.png');
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: contain;
		position: relative;
		background-position: center;
	}

	.child-5	{
		max-width: 95%;

		background-image: url('images/back-drop.png');
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: contain;
		position: relative;
		background-position: center;
	}

	.child-6	{
		max-width: 95%;

		background-image: url('images/back-drop.png');
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: contain;
		position: relative;
		background-position: center;
	}	

	.child-7	{
		background-image: url('images/back-drop.png');
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: contain;
		position: relative;
		background-position: center;
	}

		.vid-grid	{
		display: grid;
		max-width: 95%;
		margin: 0 auto;
		grid-template-columns: 1fr;
		column-gap: 1rem;
		row-gap: 1rem;

		background-image: url('images/back-drop.png');
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: contain;
		position: relative;
		background-position: center;
	}

	.hero-text	{
		text-align: center;
		font-size: 30px;
		text-shadow: 0px 0px 25px lime;
	}


	/*Animating*/

	#propic-shift	{
		border: 4px solid green;
		border-style: outset;
		border-radius: 40px 10px;
		animation: propic-shift 30s infinite;
	}

	@keyframes propic-shift	{
		50% {border-end-start-radius: 5px;
			border-start-start-radius: 80px;
			border-start-end-radius: 5px;
			border-end-end-radius: 80px;}
	}


	#myDIV {
	  box-sizing: border-box;
	  border-inline: 1px solid #e6ffe6;
	  animation: mymove 10s infinite;
	}

	@keyframes mymove {
	  50% {border-inline: 15px solid var(--borderanimation)}
	}


	/*Project Hero Images*/

	.hero-image-e	{
		background-image: url('./images/evergreen-today-logo.PNG');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;	

		position: relative;
		background-position: center;

		border: 4px solid green;
		border-style: outset;

		max-width: 100%;
		height: 180px;
	}

	.hero-image-n	{
		background-image: url('images/nhs.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: 200px;
	}
}


/*-----------------------------------------------------------------*/

.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;
}

#projects	{
	padding-bottom: 1rem;
}

.info	{
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	font-weight: bold;
}

#right	{
	float: right;
	margin-left: 1rem;
	margin-right: 1rem;
}

#left	{
	float: left;
	margin-right: 1rem;
	margin-left: 1rem;
}

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;
}

/*Animation*/

#bordershine	{
	border: 6px solid green;
	border-style: outset;
	animation: bordershine 20s infinite;
}

@keyframes bordershine	{
	70% {border-color: lime;
	border-style: outset;}
}


/*Dark mode button styling - note this is actually a simple h3*/
#button {
	cursor: pointer;
	display: block;
}

.dark {
	color: #e6ffe6;
	background: black;
}




.hero-image-w	{
	background-image: url('images/.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: 220px;
}


/*
.container:hover .overlay {
  opacity: .5;
}

.project-info {
  color: #e6ffe6;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
*/
