@charset "UTF-8";

/* BROWSER RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
:focus { outline:0; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse; border-spacing:0; }

/* LAYOUT */

body {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	}


.vertCenter {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	height:510px;
	}


#container {
	position:relative;
	width: 768px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	}

	#container .violator { position:absolute; top:128px; left:675px; width:46px; height:100px; margin:0; }
	/*  #container .violator a { width:60px; height:100px; }
			#container .violator img { margin-top:55px; } 	*/

#content {
	margin:75px 0 0 0;
	width:100%;
	position:relative;
	clear:both;
	}

	#content p,h1,h2,h3,h4,h5,h6,ul,ol,hr {
	margin: 0 50px 0 322px;
	}

	#content a { color:#ff6900; text-decoration:none; }
		#content a:hover { text-decoration:underline; }

	#content h1 { font-size:2.4em; }
	#content h2 { font-size:2.1em; }
	#content h3 { font-size:1.8em; margin-bottom:10px; }
	#content h4 { font-size:1.5em; color:#6f6257;}
	#content h5 { font-size:1.2em; margin: 15px 50px 5px 5px; }
		#content h5.resume { text-align:right; width:271px; float:left; display:block; margin:0 0 0 0; color:#6f6257; font-weight:normal; }
		#content h5.down { margin-top:3px; }
	#content h6 { font-size:.9em; clear: none; }
		#content h6.objective { font-size:1.4em; font-weight:normal; color:#6f6257;}
	#content p  { margin-bottom:10px; font-size:.8em; line-height:1.4em; color:#6f6257; }
		#content p.larger  { font-size:1em; line-height:1.5em; margin-right:40px;}

	#content ul { margin-bottom:10px; margin-left: 355px; font-size:.8em; line-height:1.3em; color:#6f6257; list-style:outside disc;}
	#content ol { margin-bottom:10px; margin-left: 355px; font-size:.8em; line-height:1.3em; color:#6f6257; list-style:outside decimal; }
	#content hr { height:1px; color:#cccccc; background-color:#cccccc; border:none; margin: 20px 50px 20px 320px; clear:both; }
		#content hr.main { color:#cccccc; background-color:#cccccc; height:1px; margin: 25px auto; padding:0; }

	#content strong {color: #6f6257; }

img { border:none; }

#header { margin:0 auto; width:690px; }

#title { margin-left:291px; margin-top:80px; }

#logo {
	position:absolute;
	left:25px;
	top:5px;
	width:100px;
	height:100px;
	margin:0;
	}
	#logo a:link {
		display:block;
		width:268px;
		height:262px;
		border: none;
		}

	#logo ul#logo_menu	{
	height: 262px;
	width: 268px;
	background: transparent url(../images/logo_secondary.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

	#logo ul#logo_menu li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
		}

	#logo_menu li, ul#logo_menu a {
		height: 262px;
		display: block;
		}

	#logo  ul#logo_menu li a {
		text-indent: -9999px;
		text-decoration: none;
		}

#mylogo {left: 0; width: 268px;}
	#mylogo a:hover { background: transparent url(../images/logo_secondary.gif) 0 -262px no-repeat;}


#contact { height:83px; width:175px; background:url(../images/contact.png) top left no-repeat; position:absolute; top:30px; right:0; }
/* #contact:hover { background:url(../images/contact-over.png) top left no-repeat; } */

	#contact a:link { display:block; height:83px; left:20px; text-indent: -9999px; text-decoration: none;  }
	#contact a:hover { background:url(../images/contact-over.png) top left no-repeat; }

#projects { position:absolute; top:3px; left:3px; }
	#projects img { border:1px solid #ffffff; margin-right:3px; }
	#projects img:hover { border:1px solid #eeeeee; }


.intro { padding:15px; height:115px; background:#f5f5f5; margin-top:50px; }
.intro h1 { font-size:2.6em; text-transform:uppercase; color:#6fbb14; line-height:28px; margin-top:45px; text-align:center; }

#main {
	clear:both; margin: 25px 0 0 0;
	}

.folio {
	width:276px;
	float:left;
	}

	.folio img {
		float:right;
		margin-top:-4px;
		border:1px solid #ffffff;
		padding: 8px;
		}

		.folio a img:hover { border: dashed 1px #cccccc; }

	#content .portfolio { float:right; margin-left: 20px; margin-bottom:15px;}
	/* #content .portfolio img { border: 1px solid #cccccc; }
		#content .portfolio img:hover { border: 1px solid #ff6900; }
	#content .portfolio p { margin-left: 10px; margin-bottom: 5px; } */

	#content .portfolio a p { margin-left: 8px; margin-bottom: 5px; color:#ff6900; text-decoration:none; }
		#content .portfolio a p:hover { text-decoration:underline; }
	#content .portfolio a img { border: 1px solid #cccccc; }
		#content .portfolio a img:hover { border: 1px solid #ff6900; }


/* VIOLATOR HOVER */

.violator a {
	padding: 0;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
}

.violator em {
	background: url(../images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -77px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

.clear { clear:right; }

/* HOMEPAGE NAVIGATION */
#navigation	{ height: 173px; width: 407px; margin: 5px 0 0 290px; padding: 0;border: 0; }
#navigation ul#menu	{ height:173px; width:407px;background: transparent url(../images/nav_home2.gif) top left no-repeat;margin: 0;padding: 0;position: relative; }
#navigation ul#menu li { margin:0; padding: 0;list-style:none; position:absolute;top: 0; }
#menu li, ul#menu a { height:173px; display: block; }
#navigation ul#menu li a { text-indent: -9999px; text-decoration: none; }

#about_me { left: 0; width: 144px; }
#portfolio { left: 144px; width: 152px; }
#resume	{ left: 296px; width: 111px; }

#about_me a:hover 	{ background: transparent url(../images/nav_home2.gif) 0 -173px no-repeat; }
#portfolio a:hover { background: transparent url(../images/nav_home2.gif) -144px -173px no-repeat; }
#resume a:hover 	{ background: transparent url(../images/nav_home2.gif) -296px -173px no-repeat; }





/* marquee nonsense */
@import url('https://fonts.googleapis.com/css2?family=Aleo:wght@900&display=swap');

.ayy { margin-right: 20px; }

* { box-sizing: border-box; }

body { min-height: 100vh; }
body {
  --space: 2rem;
}

.marquee {
  --duration: 60s;
  --gap: var(--space);

  position: relative;
  z-index: 10;
  font-family: 'Aleo', system-ui, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  transform: translateY(19vh) skewY(-3deg);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee__group img {
  max-width: clamp(10rem, 1rem + 28vmin, 20rem);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
}

.marquee__group p {
  /*background-image: linear-gradient(
    75deg,
    hsl(240deg 70% 49%) 0%,
    hsl(253deg 70% 49%) 11%,
    hsl(267deg 70% 49%) 22%,
    hsl(280deg 71% 48%) 33%,
    hsl(293deg 71% 48%) 44%,
    hsl(307deg 71% 48%) 56%,
    hsl(320deg 71% 48%) 67%,
    hsl(333deg 72% 48%) 78%,
    hsl(347deg 72% 48%) 89%,
    hsl(0deg 73% 47%) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.marquee--borders {
  border-block: 3px solid #000;
  padding-block: 0.75rem;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}


