/* Colin Stuart 2025 */

html {
	height: auto;
	min-height: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	/* Green 1
	background-image: linear-gradient(to left top, #e8ec67, #bae458, #b7db7d);
	*/
	/* Orange 1
	background-image: linear-gradient(to left top, #ffd85a, #f39f40, #f2be16);
	*/
	/* Cream Paper */
	background-image: linear-gradient(to left top, #fffaeb, #fff3d4, #faffd6);
	background-repeat: no-repeat;
	background-attachment: scroll;
	box-sizing: border-box;
}

body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "Poppins";
}

header {
	background-color: #e0ed79;
}


header::after{
	content: '';
	display: table;
	clear: both;
}

.header-container {
	width: 80%;
	height: 108px;
	margin: 0 auto;
}

.logo {
	float: left;
	padding: 10px 0;
	width: 25%;
	height: auto;
	max-height: 108px;
}


nav {
	float: right;
	height: 100px;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav li {
	display: inline-block;
	margin-left: 25px;
	padding-top: 15px;
	position: relative;
}

nav a {
	color: #444;
	text-decoration: none;	
	text-transform: uppercase;
	font-size: 1.5em;
	vertical-align: center;
	line-height: 100px;
}

nav a:hover {
	color: #000;
}

nav a::before {
	content: '';
	display: block;
	height: 5px;
	width: 100%;
	background-color: #444;
	position: absolute;
	top: 0;
	width: 0%;
	transition: all 200ms ease-in-out;
}

nav a:hover::before {
	width: 100%;
}

.site-title {
	text-align: center;
}

.container-whole {
	width: 100%;
	background-color: #dcebd1;
}

.container {
	width: 60%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 10px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

.container h1{
	padding-left: 10%;
}

.container h2 {
	padding-left: 10%;
}

.container-1999 {
	position: relative; 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-1999::before {
	  content: "";
      background-image: url("https://www.csprojects.info/images/zelda-oot.gif");
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.15;
}

.container-1999 h4 {
  position: relative;
  color: #000000;  
}

.container-1999 p {
  position: relative;
  color: #000000;  
}


footer {
	padding-top: 25px;
	text-align: center;
}

.quote {
	font-Size: 0.8em;
}

.footer-bar {
	display: block;
	height: 3px;
	width: 75%;
	margin: 0 auto;
	background-color: #242424;
}

.horizontal-bar	{
	display: block;
	height: 2px;
	width: 70%;
	margin: 0 auto;
	background-color: #242424;
}

.current-project p {
	font-style: italic;
	text-align: center;
}

.project-dir-index {
	padding-left: 5%;
}

.project-dir-index ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
}

h1 {
	font-family: "Righteous", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3em;
}

h2 {
	font-family: "Righteous", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
}



/* ---------- Font Load ---------- */ 
.share-tech-mono-regular {
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* Change in Screen Size */

/* 1920 ---------------------- */
@media only screen and (max-width: 1920px) {

.container {
	width: 50%;
}


}

/* 1380 ---------------------- */
@media only screen and (max-width: 1380px) {

.container {
	width: 60%;
}

.header-container {
	width: 80%;
	height: 90px;
}

.logo {
	max-height: 90px;
}

nav {
	float: right;
	height: 90px;
}

nav li {
	margin-left: 20px;
	padding-top: 10px;
}

nav a {
	font-size: 1.5em;
	line-height: 90px;
}

}

/* 1080 ---------------------- */
@media only screen and (max-width: 1080px) {

.container {
	width: 70%;
}
	
.header-container {
	width: 80%;
	height: 70px;
}

.logo {
	max-height: 70px;
}

nav {
	float: right;
	height: 70px;
}

nav li {
	margin-left: 15px;
	padding-top: 10px;
}

nav a {
	font-size: 1.3em;
	line-height: 70px;
}

}

/* 890 ---------------------- */
@media only screen and (max-width: 890px) {

	.container {
		width: 70%;
	}
		
	.header-container {
		width: 80%;
		height: 60px;
	}
	
	.logo {
		max-height: 60px;
	}
	
	nav {
		float: right;
		height: 60px;
	}
	
	nav li {
		margin-left: 15px;
		padding-top: 10px;
	}
	
	nav a {
		font-size: 1.2em;
		line-height: 60px;
	}
	
}

/* 615 ---------------------- */
@media only screen and (max-width: 615px) {

.container {
	width: 90%;
}

	nav a {
		font-size: 1.1em;
	}

}

/* 565 ---------------------- */
@media only screen and (max-width: 565px) {

	nav a {
		font-size: 1.0em;
	}

}

/* 500 ---------------------- */
@media only screen and (max-width: 500px) {

	nav a {
		font-size: .9em;
	}

}