html {
	scroll-behavior: smooth;
}

body {
	margin: 0;

}

.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

#nerdy-logo {
	position: absolute;
	left: 15px;
	top: 5px;
	width: 55px;
	
}

#tagline {
	margin-left: 65px;
}

#webworld {
	color: blue;
}

#deemph {
	color: lightgrey;
	text-decoration: line-through;
}

#smaller-container {
	width: 80%;
	margin: 50px auto;
	font-size: 1.7em;
	text-align: center;
}

#smaller-container p {
	font-size: 2em;
}

#big-old-container {
	margin: 0;
	padding: 0;
}

#main-container {
	padding: 0;
}

.navLink {
	width: 80px;
}

.navbar-nav li>a:hover,.navbar-nav li>a:focus {
    background-color: rgba(100, 100, 100, 0.2);
    color: #444;
}

.navbar-nav li.active {
    background-color: rgba(80, 80, 80, 0.15);
    border-bottom: 3px solid #f5dc35;
}

/* Section-specific navbar underline colors */
.navbar-nav li.active.nav-home {
    border-bottom-color: #333;
}

.navbar-nav li.active.nav-about {
    border-bottom-color: #33ff33;
}

.navbar-nav li.active.nav-portfolio {
    border-bottom-color: #ff6b6b;
}

.navbar-nav li.active.nav-resume {
    border-bottom-color: #8f6924;
}

.navbar-nav li.active.nav-articles {
    border-bottom-color: #f5dc35;
}

.navbar-nav li.active.nav-contact {
    border-bottom-color: #4ecdc4;
}

.navbar-nav li.active a {
    background-color: transparent !important;
    color: #222 !important;
    font-weight: 500;
}

.webfont {
	font-family: 'Special Elite', cursive;
}

.undie {
	text-decoration: underline;
}

.navbar {
	font-family: 'Maven Pro', sans-serif;
	padding-right: 10px;
}

#home-section {
	font-family: 'Montserrat', sans-serif;
	width: 800px;
	height: 900px;
}
#home-view {
	margin-top: 270px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

#home-view h1 {
	font-size: 4.5em;
	text-shadow: 1px 1px grey;
	background-size: 100%;
}

#home-view h4 {
	text-shadow: 1px 1px grey;
}

.go-start {
	width: 1px;
	height: 1px;
	float: right;
}

.go-left {
	width: 1px;
	height: 1px;
	float: left;
}

.red {
	color: #e45f68;
}

.blue {
	color: #5fb3b3;
}

.emphasize {
	font-weight: bold;
}

#about-section {
	padding-top: 50px;
	width: 800px;
	height: 900px;

    background: url(images/paul-archie-1-50.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.squish {
	margin-bottom: 0px;
}

#about-me-box {
	font-family: 'Courier New', Courier, monospace;
	margin: 20px 20px 20px 0;
	width: 580px;
	float: right;
	border: 3px solid #1a3a1a;
	border-radius: 15px;
	background: linear-gradient(to bottom, #0a1f0a, #051505);
	padding: 0;
	color: #33ff33;
	font-size: 0.95em;
	box-shadow:
		0 0 20px rgba(51, 255, 51, 0.3),
		0 10px 40px rgba(0, 0, 0, 0.8),
		inset 0 0 100px rgba(51, 255, 51, 0.05);
	position: relative;
}

#about-me-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		repeating-linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.15),
			rgba(0, 0, 0, 0.15) 1px,
			transparent 1px,
			transparent 2px
		);
	pointer-events: none;
	border-radius: 12px;
	z-index: 1;
}

.terminal-header {
	background: linear-gradient(to bottom, rgba(26, 58, 26, 0.8), rgba(10, 31, 10, 0.9));
	padding: 8px 12px;
	border-radius: 12px 12px 0 0;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #1a3a1a;
	position: relative;
	z-index: 2;
}

.terminal-button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 6px;
	box-shadow: 0 0 5px rgba(51, 255, 51, 0.3);
	opacity: 0.6;
}

.terminal-title {
	margin-left: 12px;
	color: #33ff33;
	font-size: 0.85em;
	font-weight: 500;
	text-shadow: 0 0 5px rgba(51, 255, 51, 0.5);
}

.terminal-body {
	padding: 15px;
	background-color: transparent;
	border-radius: 0 0 12px 12px;
	position: relative;
	z-index: 2;
}

.terminal-line {
	margin: 8px 0 4px 0;
	color: #33ff33;
	text-shadow: 0 0 8px rgba(51, 255, 51, 0.8);
}

.terminal-prompt {
	color: #33ff33;
	font-weight: bold;
	text-shadow: 0 0 8px rgba(51, 255, 51, 0.8);
}

.terminal-path {
	color: #44ff44;
	text-shadow: 0 0 6px rgba(68, 255, 68, 0.7);
}

.terminal-output {
	margin: 2px 0 2px 0;
	color: #99ff99;
	line-height: 1.6;
	text-shadow: 0 0 5px rgba(153, 255, 153, 0.6);
}

.terminal-traits {
	color: #66ff66;
	font-style: italic;
	margin-bottom: 8px;
	text-shadow: 0 0 8px rgba(102, 255, 102, 0.7);
}

.skill-strong {
	color: #33ff33;
	font-weight: bold;
	text-shadow: 0 0 8px rgba(51, 255, 51, 0.8);
}

.skill-medium {
	color: #77ff77;
	text-shadow: 0 0 6px rgba(119, 255, 119, 0.6);
}

.skill-dir {
	cursor: pointer;
	transition: all 0.2s ease;
}

.skill-dir:hover {
	color: #55ff55;
	text-shadow: 0 0 12px rgba(85, 255, 85, 1);
	padding-left: 5px;
}

.skill-dir-name {
	color: #44ff44;
	font-weight: bold;
}

.skill-content {
	margin-left: 20px;
	border-left: 2px solid rgba(51, 255, 51, 0.3);
	padding-left: 10px;
}

.terminal-cursor {
	display: inline-block;
	width: 10px;
	height: 16px;
	background-color: #33ff33;
	box-shadow: 0 0 10px rgba(51, 255, 51, 1);
	animation: blink 1s infinite;
	vertical-align: text-bottom;
	margin-left: 2px;
}

@keyframes blink {
	0%, 49% { opacity: 1; }
	50%, 100% { opacity: 0; }
}

#about-title {
	font-size: 1.1em;
	font-weight: lighter;
}

#skills-box {
	font-family: 'Maven Pro', sans-serif;
	margin-top: 130px;
	margin-right: 20px;
	width: 30%;
	float: right;
	height: 450px;
	border: 2px solid #24292f;
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 8px;
	color: #c7c7c9;
	font-size: 1em;
}


#portfolio-section {
	width: 0px;
	height: 900px;
	background: url('images/new-gold-background.jpg') no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
}

.port-container {
  width: 100%;
}

/* Make the image to responsive */
.img-a {
  display: block;
  width: 95%;
  height: auto;

}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 95%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 1.2em;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.port-container:hover .overlay {
  opacity: 1;
}

.col-container {
	width: 250px;
	padding: 0;
	margin: 5px;
}


#portfolio-box {
	width: 800px;
	margin: 0 auto;
	height: 100%
}

.port-row {
	margin-top: 15px;
}

table {
	margin-top: 25px;
}

/*.portfolio-img {
	width: 250px;
	margin: 10px;
}*/

/*.portfolio-entry {
	border: 1px solid gray;
	border-radius: 8px;
	margin: 8px;
}*/

#resume-section {
	background: url('images/paper-background.jpg') no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 800px;
	
}

#right-third-bottom {
	height: 23%;
	margin-bottom: 15px;
	
}

#left-bottom {
	text-align: center;
	font-family: 'Special Elite', cursive;
	text-shadow: 5px 5px 30px rgba(255, 255, 200, 0.7);
	
}

#right-bottom {
	float: right;
	text-shadow: 5px 5px 30px rgba(255, 255, 200, 0.7);
	
}

#pointer {
	width: 180px;
	position: absolute;
	top: 525px;
	left: 30px;
/*	margin-top: 434px;
	margin-left: 30px;*/
	display: inline;
}

#easy-button {
	max-width:50px;
	line-height: 45px;
	margin-bottom: 5px;
	
	}

#pointer-r {
	position: absolute;
	top: 525px;
	right: 32px;

	width: 200px;
/*	float: right;
	margin: 0 5% 10px 0;*/
	display: inline;
	
}

#resume-middle-div {
	height: 62%;
	width: 100%;
	
}

.job-role {
	text-align: center;
	cursor: pointer;
}

.job-title {
	font-size: 1.5em;
	margin-bottom: 0;
}

.job-subtext {
	font-size: 1.2em;
	margin-top: 0;
}

.resume-title-row {
	margin-top: 10px;
	text-align: center;
}

.resume-title-sub {
	text-align: center;
	font-variant: lowercase;
	font-size: 1.1em;
	margin-bottom: 15px;
	color: #241103;
	text-shadow: 1px 1px 3px rgba(255, 255, 200, 0.6);
	text-transform: uppercase;
}

.resume-title-row h4 {
	font-size: 1.9em;
	text-shadow: 1px 1px 3px rgba(255, 255, 200, 0.6);
	color: #241103;
}

#resume-left-panel {
	width: 20%;
	float: left;
	margin-left: 3px;
	color: #8f6924;
}

#resume-middle-third {
	width: 48%;
	display: inline-block;
	padding: 0 15px 15px 15px;
}

#right-container {
	font-size: 1.0em;
	max-height: 290px;
}

#middle-container {
	font-size: 1.1em;
}

#resume-right-third {
	width: 30%;
	padding: 0 15px 15px 15px;
}

.work-location {
	margin-top: 50px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

.work-location p {
	margin: 2px;
}

#right-container {
	height: 59%;
	width: 100%;
}

.course {
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#resume-text-section {
	font-family: sans-serif !important;
	display: none;
}

.listed {
	margin-top: 5px;
}

#skill-columns {
	column-count: 2;
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	list-style-position: inside;
}

#resume-text-section li {
	margin: 5px 0 5px 0;
}

.resume-third {
	height: 98%;
	float: left;
	margin-left: 3px;
	/*color: #bdc1c1;*/
	text-shadow: 1px 2px 3px rgba(255, 255, 200, 0.6);
	color: #241103;
}

#resume-top-row-div {
	margin-top: 55px;
	text-align: center;
}

#fade-quote-carousel {
	color: #241103;
	font-family: 'Special Elite', cursive;
	text-shadow: 1px 1px 3px rgba(255, 255, 200, 0.6);
}

.selectedResume {
	/*color: #ffffb3;*/
	font-weight: 500;
	text-shadow: 1px 1px 3px rgba(255, 255, 200, 0.6);
	color: #241103;
	box-shadow:
		inset 0 2px 8px rgba(212, 175, 55, 0.7),
		inset 0 -2px 8px rgba(212, 175, 55, 0.7),
		0 0 15px rgba(212, 175, 55, 0.6);
	background-color: rgba(212, 175, 55, 0.2);
	border-radius: 5px;
	padding: 5px 10px;
	transition: all 0.3s ease;
}

 .preload {
 	display: none;
 }

.pull-quote {
	margin: 0 auto 0 auto !important;
	display: block;
}

.attr {
	font-size: 0.7em;
	font-style: italic;
	float: right;
	margin: 0 30% 0 0 !important;
}


.carousel {
	font-size: 1.3em;
	height: 110px;
	padding-top: 2px;
	overflow: hidden;
}

#credit {
	font-size: .8em;
	font-style: italic;
	float: right;
}

#articles-section {
	background: url(images/new-gold-background.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 800px;
	height: 900px;
}

#articles-container {
	width: 80%;
	margin: 100px auto;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.4);
	border: 2px solid #24292f;
	border-radius: 12px;
	color: #c7c7c9;
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.2em;
	text-align: center;
}

#articles-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

#articles-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.article-card {
	background-color: rgba(255, 255, 255, 0.05);
	border: 2px solid #f5dc35;
	border-radius: 8px;
	padding: 25px;
	transition: all 0.3s ease;
}

.article-card:hover {
	background-color: rgba(245, 220, 53, 0.15);
	border-color: #ffd700;
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(245, 220, 53, 0.3);
}

.article-card a {
	text-decoration: none;
	color: #c7c7c9;
	display: block;
}

.article-card h3 {
	color: #f5dc35;
	font-size: 1.3em;
	margin-bottom: 10px;
	font-family: 'Special Elite', cursive;
}

.article-card p {
	color: #c7c7c9;
	font-size: 0.9em;
	line-height: 1.5;
	margin: 0;
}

#contact-section {
	background: url(images/be-awesome-1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 800px;
	height: 900px;
}

#footer {
	
}

.hr-holder {

}
.eighty {
	height: 2px;
	width: 80%;
}

.fifty {
	height: 1px;
	width: 50%;
	margin: 15px auto 15px auto;
}
.section-title {
	margin-top: 75px;
	font-size: 2.0em;
	text-align: center;
	color: #f5dc35;
	text-shadow: 1px 1px 15px #24292f;
	font-family: 'Special Elite', cursive;
}

.sepia {
	border: 0;
	border-top: 1px solid #241103;
}

.clear {
	clear: both;
}

#contact-div {
	
	margin: 0 auto;
}

#photo-container {
float: left;
width: 60%;
}

#awesome-image {
	width: 700px;
}

#vertical-connect-div {
	width: 280px;
	margin-top: 100px;
	margin-right: 20px;
	float: right;
	border: 2px solid #24292f;
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 8px;
}

#contact-rocking {
	font-size: 1.4em;
	margin-bottom: 20px;
	color: black;
	text-shadow: 1px 1px grey;
}

#column1 {
	width: 50%;
	float: left;
}

#column2 {
	width: 50%;
	float: left;
}

.connect-tile {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #24292f;
	margin: 10px auto;
	color: black;
	background-color: rgba(255, 255, 255, 0.4);

}

.connect-tile:hover {
	background-color: rgba(255, 255, 0, 0.4);
}

.smaller-icon {
	width: 40px;
	margin-top: 9px;
}


.larger-icon {
	margin: 8px auto;
	width: 35px;
	margin-right: 3px;
}

#owatch-icon {
	margin: 6px auto;
	width: 40px;
}

#github-icon {
	margin: 7px 3px;
	width: 44px;
}

#fcc-icon {
	width: 50px;
	margin: 11px auto;
}

#insta-icon {
	width: 40px;
	margin: 10px auto;
}

#medium-icon {
	width: 45px;
	height: 45px;
	margin: 7px auto;
	display: block;
}

#bottom {
	text-size: 12px;
	float: right;
}

/* ================================================
   FLIP CARD STYLES - Portfolio Cards
   ================================================ */
.flip-card {
	background-color: transparent;
	width: 400px;
	height: 400px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	border-radius: 5px;
}

.flip-card-front {
	background-color: #bbb;
	color: black;
}

.flip-card-back {
	background-color: #1e1e28;
	color: white;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	padding: clamp(15px, 3vw, 30px) clamp(10px, 2vw, 20px);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}

.flip-card-inner a.portfolio-link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	text-decoration: none;
}

.flip-card-back .card-header {
	flex: 0 0 auto;
	padding-bottom: clamp(8px, 1.5vw, 15px);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.flip-card-back .card-header h1 {
	font-size: clamp(0.9rem, 1.8vw, 1.5rem);
	margin: 0;
	color: #f5dc35;
	line-height: 1.2;
}

.flip-card-back .card-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: clamp(10px, 2vw, 20px);
	overflow: hidden;
	padding: clamp(8px, 1.5vw, 15px) 0;
}

.flip-card-back .card-section-label {
	font-size: clamp(0.5rem, 1vw, 0.75rem);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #888;
	margin-bottom: 5px;
}

.flip-card-back .card-tech {
	font-size: clamp(0.6rem, 1.2vw, 0.85rem);
	color: #4ecdc4;
	line-height: 1.3;
	margin: 0;
}

.flip-card-back .card-challenge {
	font-size: clamp(0.55rem, 1.1vw, 0.8rem);
	color: #ff6b6b;
	line-height: 1.3;
	font-style: italic;
	margin: 0;
}

.flip-card-back .card-bottom {
	flex: 0 0 auto;
	padding-top: clamp(8px, 1.5vw, 15px);
	border-top: 1px solid rgba(255,255,255,0.2);
}

.flip-card-back .card-bottom .o-text {
	font-size: clamp(0.6rem, 1.2vw, 0.85rem);
	margin: 0;
	color: #ccc;
}
