@charset "utf-8";
/* CSS Document */

/*---hex colors---
Lime Green #ade430
Darker Lime #81b804

/*----GLOBAL STYLES----*/

/*-----all pages----*/

body {
	font-family: mundial, sans-serif;
	font-style: normal;
	font-weight: 100;
	margin: 0;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
}

nav {
	position: absolute;
	top: 0;
	right: 0;
}

nav a {
	text-decoration: none;
	color: #000000;
	font-family: hatch, serif;
}

nav a:hover {
	color: #ade430;
	transition: 0.2s ease;
}

nav li {
	display: inline;
}

h1 img, .logoText {
	margin: 15px;
}

h1, h2 h3 {
	font-family: hatch, serif;
}

.logoText {
	color: #81b804;
	position: relative;
	top: -40px;
	line-height: 150%;
	font-family: hatch, serif;
}

/*---portfolio---*/

.greetings {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*---individual project pages ---*/


.projectpg h1, .projectpg h2 {
	text-align: center;
}

.projectdescription p {
	max-width: 1200px;
	margin: auto;
	padding-bottom: 40px;
}

.projectpgimg {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
}

.projectpg figure img {
	padding: 0px;
}

.projectpg figcaption {
	background-color: #eee;
}

/*---About Page---*/

.aboutinfo {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

.aboutinfo .button {
	display: block;
	margin: 30px auto 30px auto;
	text-align: center;
	width: 13%;
}

.aboutinfo a {
	text-decoration: none;
}

.resume {
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 8px 8px 20px 2px lightgrey;
}

/*----Contact Page-----*/

.contactcontent {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.contactcontent h1, .contactcontent p {
	text-align: center;
}

.contactcontent h1 {
	font-size: 60px;
}

.contactcontent p {
	font-size: 30px;
}

form {
	max-width: 800px;
	margin: 2rem auto;
	border: 2px solid #ade430;
	border-radius: 15px;
	padding: 5rem;
}

label {
	display: block;
	padding: 1rem .25rem 0;
}

input, textarea {
	display: block;
	width: 100%;
	border: 2px solid #333;
	height: 26px;
	border-radius: 10px;
}

.button, button {
	background: rgb(173,228,48);
	background: linear-gradient(90deg, rgba(173,228,48,1) 0%, rgba(251,240,0,1) 94%);
	border: 0;
	color: #000000;
	font-family: hatch, serif;
	font-size: 16px;
	font-weight: 600;
	padding: .75rem;
	margin: 1rem 0;
	width: auto;
	border-radius: 15px;
	transition: .5s background ease;
	text-decoration: none;
}

.button:hover, button:hover {
	background: #000;
	color: #ade430;
	cursor: pointer;
}

.popup {
	width: 300px;
	background: white;
	border-radius: 10px;
	border: 2px solid #ade430;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.1);
	text-align: center;
	padding: 0 30px 30px;
	visibility: hidden;
	animation-name: popup;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}
		
@keyframes popup {
	to {
		visibility: visible;
		top: 50%;
		transform: translate(-50%,-50%) scale(1);}
}

.popup h1 {
	font-size: 30px;
}

.popup p {
	font-size: 22px;
}

.popup .button {
	display: inline-block;
	width: 80%;
}

/*---footer---*/

footer {
	margin-top: auto;
	text-align: center;
	padding-top: 10px;
	clear: both;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	color: #ade430;
	transition: .2s ease-out;
}

footer li {
	display: inline;
	border-right: 2px solid black;
}

footer li:nth-child(3){
	border-right: 0px;
}

/*--social media buttons--*/

footer .fa {
	text-align: center;
	padding: 18px;
	width: 20px;
	text-decoration: none;
	border-radius: 50%;
}

footer .fa:hover {
	color: #ade430;
	background-color: #474747;
	opacity: 0.6;
}

.fa-envelope, .fa-linkedin, .fa-behance {
	background: white;
	color: #002614;
}


/*----Portfolio Gallery-----*/

.project {
	display: block;
	text-decoration: none;
	margin: .25em 0em;
	cursor: pointer;
}

figure {
	margin: 1em;
}

.project figure img, .project figure video {
	width: 100%;
	display: block;
	object-fit: cover;
}

.project figcaption {
	background: #333333;
	color: #FFF;
	text-align: center;
}


/*---------DESKTOP STYLES---------*/

@media only screen and (min-width: 1200px) {
	
	/*----Header----*/
	
	header img {
		width: 200px;
	}
	
	.logoText {
		width: 300px;
		font-size: 14px;
	}
	
	/*----Nav----*/
	
	nav a {
		font-size: 26px;
	}
	
	nav li {
		padding: 20px;
		margin: 20px;
	}
	
	/*----Nav Hamburger Menu----*/
	
	.icon {
		display: none;
	}
	
	/*--- footer ---*/
	
	footer {
		background: #ffffff;
		margin-bottom: 6px;
	}
	
	footer a {
		color: #000;
		margin: 10px;
	}
	
	footer p {
		color: #000;
	}
	
	footer li a {
		padding: 8px 18px;
	}
	
	footer li a:hover {
		color: #ade430;
		opacity: 0.8;
		background-color: #474747;
		border-radius: 20px;
	}
	
	footer p:nth-child(2){
		padding-bottom: 20px;
	}
	
	/*------Portfolio------*/
	
	/*--greetings--*/
	
	.greetings h1 {
		font-size: 60px;
	}
	
	.greetings h2 {
		font-size: 36px;
	}

	.greetings p {
		font-size: 30px;
	}
	
	.portfolio-section {
		padding: 80px;
	}

	.portfolio-container {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 1em;
	}
	
	.project figure {
		position: relative;
		overflow: hidden;
	}

	.project figure img, .project figure video {
		position: relative;
		z-index: 999;
		transition: transform 0.3s;
		height: 500px;
	}

	.project figure:hover img {
		transform: translateY(-130px);
	}
	
	.project figure:hover video {
		transform: translateY(-130px);
	}

	.project figcaption {
		position: absolute;
		padding: 16px;
		left: 0;
		bottom: 0;
		height: 100px;
		width: 100%;
	}
	
	.project figcaption:hover {
		opacity: 55%;
		transition: .15s all ease;
	}
	
	/*-------Individual project pages-------*/
	
	.projectpg {
		margin: 60px;
	}
	
	.projectpg h1 {
		text-align: center;
		font-size: 60px;
	}

	.projectpg h2{
		font-size: 30px;
	}

	.projectpg p {
		font-size: 24px;
	}
	
	.projectpgimg {
		max-width: 70%;
	}
	
	.projectpg figure {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	
	.projectpg figure img {
		display: block;
	}
	
	.projectpg figcaption {
		display: table-caption;
		caption-side: bottom;
		margin-left: auto;
		margin-right: auto;
		max-width: 70%;
	}
	
	.singleimgproject {
		display: run-in;
	}

	.singleprojectpgimg {
		float: left;
		margin-right: 30px;
		max-width: 100%;
		padding-bottom: 125px;
	} 
	
	/*---About Page---*/

	.aboutinfo h1 {
		font-size: 60px;
	}

	.aboutinfo p {
		font-size: 30px;
	}
	
	#photoOfMe {
		width: 300px;
		float: right;
	}
	
}

/*---------TABLET STYLES---------*/

@media only screen and (max-width: 1199px) and (min-width: 801px) {
	
	/*----Header----*/
	
	header img {
		width: 200px;
	}
	
	.logoText {
		width: 275px;
		font-size: 12px;
	}
	
	/*----Nav----*/
	
	nav a {
		font-size: 24px;
	}
	
	nav li {
		padding: 30px;
		margin: 5px;
	}
	
	/*----Nav Hamburger Menu----*/
	
	.icon {
		display: none;
	}
	
	/*--- footer ---*/
	
	footer {
		background: #ffffff;
	}
	
	footer a {
		color: #000;
		margin: 2px;
	}
	
	footer .fa {
		margin-bottom: 10px;
	}
	
	footer p {
		color: #000;
	}
	
	footer li a {
		padding: 6px 14px;
	}
	
	footer li a:hover {
		background-color: #474747;
		border-radius: 20px;
		color: #ade430;
		opacity: 0.8;
	}
	
	footer p:nth-child(2){
		padding-bottom: 10px;
	}
	
	/*-----Portfolio-----*/	
	
	/*--greetings--*/
	
	.greetings h1 {
		font-size: 50px;
	}
	
	.greetings h2 {
		font-size: 32px;
	}

	.greetings p {
		font-size: 26px;
	}
	
	.portfolio-container {
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}

	.portfolio-section {
		padding: 5px;
	}
	
	.project figcaption {
		padding: 5px;
}
	
	.project figcaption h3 {
		font-size: 20px;
		font-family: hatch, serif;
	}
	
	.project figure img, .project figure video {
		height: 600px;
	}
	
	/*-------Individual project pages-------*/
	
	.projectpg {
		margin: 40px;
	}
	
	.projectpg h1 {
		text-align: center;
		font-size: 60px;
	}

	.projectpg h2{
		font-size: 36px;
	}

	.projectpg p {
		font-size: 30px;
	}

	.singleprojectpgimg {
		max-width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.projectpg figure {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	
	.projectpg figure img {
		display: block;
	}
	
	.projectpg figcaption {
		display: table-caption;
		caption-side: bottom;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	/*---about---*/

	.aboutinfo h1 {
		font-size: 50px;
	}

	.aboutinfo p {
		font-size: 22px;
	}
	
	#photoOfMe {
		width: 300px;
		float: right;
		padding-left: 8px;
	}
	

	/*----contact---*/
	
	.contactcontent {
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
	}
	
	.contactcontent h1 {
		font-size: 50px;
	}
	
	.contactcontent p {
		font-size: 26px;
	}
}

/*---------MOBILE STYLES---------*/

@media only screen and (max-width: 800px) {
	
	header img {
		width: 140px;
	}
	
	header h1, .logoText {
		text-align: center;
	}
	
	.logoText {
		font-size: 10px;
		margin: auto;
		max-width: 200px;
	}
	
	/*----Nav Hamburger Menu----*/
	
	.topnav {
		position: relative;
	}
	
	.topnav #navLinks {
  		display: none;
		margin: auto;
	}
	
	.topnav a {
		color: black;
		padding: 16px;
		text-decoration: none;
		font-size: 22px;
		display: block;
		text-align: center;
	}
	
	.topnav ul {
		background-color: #eee;
	}
	
	.topnav a.icon {
		color: black;
		background-color: #fff;
		display: block;
		position: absolute;
		width: 30px;
		right: 0;
		top: 0px;
		margin: 0;
		border-radius: 50%;
	}
	
	.topnav a.icon:hover {
		color: #ade430;
	}
	
	.topnav a:hover {
		background-color: #474747;
	}
	
	/*---Footer---*/
	
	footer p {
		font-size: 14px;
	}
	
	footer ul {
		display: none;
	}
	
	footer .fa {
		margin-bottom: 10px;
	}
	
	/*-----Portfolio-----*/
	
	/*--greetings--*/
	
	.greetings {
		margin: 0px 30px 60px;
	}
	
	.greetings h1 {
		font-size: 36px;
	}
	
	.greetings h2 {
		font-size: 22px;
	}

	.greetings p {
		font-size: 18px;
	}
	
	.project {
		margin-bottom: 50px;
	}
	
	.project figcaption {
		padding: 1px;
	}
	
	.project figcaption h3 {
		font-size: 18px;
	}
	
	.project figcaption p {
		font-size: 16px;
	}
	
	/*-------Individual project pages-------*/
	
	.projectpg {
		margin: 20px;
	}
	
	.projectpg h1 {
		text-align: center;
		font-size: 36px;
	}

	.projectpg h2{
		font-size: 28px;
	}

	.projectpg p {
		font-size: 22px;
	}
	
	.singleprojectpgimg {
		max-width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*---about---*/

	.aboutinfo h1 {
		font-size: 46px;
		text-align: center;
	}

	.aboutinfo p {
		font-size: 20px;
		margin: 20px;
	}
	
	#photoOfMe, .resume {
		width: 90vw;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.aboutinfo .button {
		width: 110px;
}
	
	
	/*----contact---*/
	
	.contactcontent {
		max-width: 90%;
	}
	
	.contactcontent h1 {
		font-size: 46px;
	}
	
	.contactcontent p {
		font-size: 20px;
	}
	
	.popup {
		width: 50%;
	}
	
	
	}

