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, 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,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
} 

body {
	line-height: 1;
} 

ol, ul {
	list-style: none;
} 

blockquote, q {
	quotes: none;
} 

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
} 

table {
	border-collapse: collapse;
	border-spacing: 0;
} 

a:link, a:visited, a:hover {
    text-decoration: none;
    color: inherit;
}

/* @media screen and (max-width: 960px) {

}

@media screen and (min-width: 960px) { */
	body {
		min-width: 100vw;
		width: 100vw;
		max-width: 100vw;
		overflow-x: hidden;

		font-family: sans-serif;
	}
	
	header {
		min-height: 10vh;
		max-height: 10vh;
		
		display: flex;
		justify-content: center;
		flex-direction: column;
		
		background-color: #231F20;
	}

	#header-image-holder {
		margin-left: 10vw;
	}
		
	#header-image {
		max-height: 8vh;
	}

	#hero-img-home {
		background-image: url("./media/hero-img-home.jpg");
		background-size: cover;
		background-position: 0 -200px;
		background-color: #000000;
		
		
		height: 60vh;
		width: 100vw;
	}
	
	#hero-img-home #hero-img-home-blur {
		height: 60vh;
		width: 100vw;
		
		backdrop-filter: blur(7px);

		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	#hero-img-ws {
		background-image: url("./media/hero-img-work-sample.jpg");
		background-size: cover;
		background-position: 0 -200px;
		background-color: #000000;
		
		
		height: 60vh;
		width: 100vw;
	}
	
	#hero-img-ws #hero-img-ws-blur {
		height: 60vh;
		width: 100vw;
		
		backdrop-filter: blur(7px);

		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	#hero-img-experience {
		background-image: url("./media/hero-img-experience.jpg");
		background-size: cover;
		background-position: 0 -200px;
		background-color: #000000;
		
		
		height: 60vh;
		width: 100vw;
	}
	
	#hero-img-experience #hero-img-experience-blur {
		height: 60vh;
		width: 100vw;
		
		backdrop-filter: blur(10px);

		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	#hero-img-contact {
		background-image: url("./media/hero-img-contact.jpg");
		background-size: cover;
		background-position: 0 -200px;
		background-color: #000000;
		
		
		height: 60vh;
		width: 100vw;
	}
	
	#hero-img-contact #hero-img-contact-blur {
		height: 60vh;
		width: 100vw;
		
		backdrop-filter: blur(5px);

		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	@keyframes floatInFromLeft {
		0% {
			left: 0;

			opacity: 0;
		}
		
		100% {
		  left: 2vw;

		  opacity: 1;
		}
	}

	@keyframes fadeIn {
		0% {
			opacity: 0;
		}

		50% {
			opacity: 0;
		}
		
		100% {
		  opacity: 1;
		}
	}

	#hero-img-home #hero-text-head {
		position: absolute;
		left: 2vw;
		margin-left: 23vw;
		top: 20vh;
		z-index: 1;

		color: #4b8044;
		text-shadow: 0 0 3px #000000;

		font-size: 32px;

		animation: 1s ease-out 0s 1 floatInFromLeft;
	}
	
	#hero-img-home #hero-text-head h1 {
		font-size: 38px;
		font-weight: 700;
	}

	#hero-text-body {
		position: absolute;

		left: 25vw;
		top: 30vh;

		animation-fill-mode: forwards;
		animation: 2s ease-out 0s 1 fadeIn;
	}

	#hero-text-body p {
		color: #92ec9a;
		text-shadow: 0 0 3px #000000;

		font-size: 22px;

		max-width: 50vw;
	}

	#hero-text-body a {
		all: unset;

		position: absolute;

		background-color: #0eb467;
		color: #ffffff;
		border-radius: 5px;

		padding: 10px 15px;
		margin-top: 10px;

		cursor: pointer;
	}

	#hero-text-home {
		position: absolute;
		left: 15vw;
		top: 15vh;

		width: 70vw;
		height: 30vh;
		
		background-color: rgba(0, 0, 0, 0.5);
	}

	nav {
		display: flex;
		justify-content: space-around;
		align-items: center;
		
		width: 50vw;

		position: absolute;
		right: 0;

		color: #33CC33;
	}

	nav a {
		display: inline-block;
		padding-bottom:2px;
		background-image: linear-gradient(#33CC33 0 0);
		background-position: 0 100%;
		background-size: 0% 2px;
		background-repeat: no-repeat;
		transition:
			background-size 0.3s,
			background-position 0s 0.3s;
	}
	  
	nav a:hover {
		background-position: 100% 100%;
		background-size: 100% 2px;
	}

	main {
		min-height: 81vh;

		display: grid;
		grid-template-columns: 5vw 1fr 3vw 1fr 5vw;
		grid-template-rows: min-content max-content min-content max-content 45vh;

		padding-top: 15vh;
	}

	main h1 {
		grid-column: 2/5;
		grid-row: 1/2;

		font-size: 36px;
		font-weight: 700;
		text-align: center;
		width: 100%;

		margin-left: -10px;
		margin-bottom: 5vh;
	}

	main h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	main #section-one {
		grid-column: 2/3;
		grid-row: 2/3;

		font-size: 18px;
		line-height: 1.5em;

		background-color: #e9e2e4;
		border-radius: 15px;
		border: #000000 2px solid;
		padding: 5vh;
	}

	main #section-two {
		grid-column: 4/5;
		grid-row: 2/3;

		font-size: 18px;
		line-height: 1.5em;

		background-color: #e9e2e4;
		border-radius: 15px;
		border: #000000 2px solid;
		padding: 5vh;
	}

	main #cert-selector {
		grid-column: 2/5;
		grid-row: 3/4;

		margin-top: 5vh;

		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	main #cert-selector a {
		display: inline-block;
		padding-bottom: 2px;
		background-image: linear-gradient(#210099 0 0);
		background-position: 0 100%;
		background-size: 0% 2px;
		background-repeat: no-repeat;
		transition: background-size 0.3s, background-position 0s 0.3s;
		cursor: pointer;

		font-size: 20px;
		color: #210099;
	}
	
	main #cert-selector a.active {
		background-position: 100% 100%;
		background-size: 100% 2px;
	}
	
	main #cert-images-section {
		grid-column: 2/5;
		grid-row: 4/5;

		margin-top: 50px;
	}

	#cert-images {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		flex-direction: column;
	}

	.cert-image-iframe {
		width: 80vw;
		height: 90vh;

		margin-bottom: 5vh;
	}

	#WS-section-one {
		grid-column: 2/5;
		grid-row: 2/3;

		font-size: 18px;
		line-height: 1.5em;

		background-color: #e9e2e4;
		border-radius: 15px;
		border: #000000 2px solid;
		padding: 5vh;

		margin-bottom: 5vh;
	}

	#WS-section-two {
		grid-column: 2/5;
		grid-row: 3/4;

		font-size: 18px;
		line-height: 1.5em;

		background-color: #e9e2e4;
		border-radius: 15px;
		border: #000000 2px solid;
		padding: 5vh;

		margin-bottom: 5vh;
	}

	#WS-section-three {
		grid-column: 2/5;
		grid-row: 4/5;

		font-size: 18px;
		line-height: 1.5em;

		background-color: #e9e2e4;
		border-radius: 15px;
		border: #000000 2px solid;
		padding: 5vh;
	}

	#work-sample-links {
		display: inline-block;
		padding-bottom: 2px;
		background-image: linear-gradient(#210099 0 0);
		background-position: 0 100%;
		background-size: 0% 2px;
		background-repeat: no-repeat;
		transition: background-size 0.3s, background-position 0s 0.3s;
		cursor: pointer;

		font-size: 20px;
		color: #210099;
	}

	#work-sample-links:hover {
		background-position: 100% 100%;
		background-size: 100% 2px;
	}

	section div {
		width: 100%s;

		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	section div img {
		margin-left: 5vw;

		max-height: 35vh;
	}

	#rest-of-work-samples {
		grid-column: 2/5;
		grid-row: 5/6;

		margin-top: 5vh;

		display: flex;
		justify-content: center;

		font-size: 20px;
	}

	#experience-main {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}

	#experience-section-three {
		margin-bottom: 45vh;
	}

	#contact-main {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-bottom: 45vh;
	}
	
	form input[type="text"], input[type="email"] {
		box-sizing: border-box;
		height: 5vh;
		width: 40vw;
		border-width: 1px;
		border-style: inset;
		border-color: #767676;
		border-radius: 5px;
		transition: 0.1s;
		box-shadow: #5e5e5e 3px 2px;
		margin-top: 5px;
		font-size: 16px;
	}
	
	form input[type="submit"] {
		box-sizing: border-box;
		padding-block: 1px;
		padding-inline: 2px;
		height: 5vh;
		width: 15vw;
		color: #fff;
		background-color: #1c771c;
		cursor: pointer;
		border-width: 0px;
		border-radius: 15px;
		transition: 0.3s;
		font-size: 16px;
	}
	
	form textarea {
		box-sizing: border-box;
		height: 20vh;
		width: 40vw;
		border-width: 1px;
		border-style: inset;
		border-color: #767676;
		border-radius: 5px;
		box-shadow: #5e5e5e 3px 2px;
		min-width: 40vw;
		max-width: 40vw;
		min-height: 20vh;
		margin-top: 5px;
		font-size: 16px;

		font-family: sans-serif;
	}
	
	form input[type="text"]:hover, input[type="email"]:hover {
		transition: 0.1s;
		background-color: #eee;
	}
	
	form input[type="submit"]:hover {
		transition: 0.3s;
		background-color: #1d4319;
	}
	
	form textarea:hover {
		transition: 0.1s;
		background-color: #eee;
	}
	
	form span {
		color: red;
	}
	
	form p {
		margin-bottom: 16px;
	}
	
	form h2 {
		font-size: 38px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	
	form label, form h2 {
		color: #fff;
	}
	
	form {
		margin: 0;
		display:flex;
		justify-content:center;
		align-items: baseline;
		flex-direction:column;
	}
	
	form div {
		background-color: rgba(0,0,0,0.7);
		padding: 10vh 5vw;
		height: 100%;
	}

	form #honeypot-p {
		display: none;
	}

	footer {
		min-height: 10vh;
		max-height: 10vh;

		display: flex;
		justify-content: center;
		align-items: center;

		background-color: #231F20;
		color: #ffffff;
		font-size: 18px;
	}

	#contact-main-php {
		display: block;
		margin: 0;

		display: flex;
		justify-content: center;

		height: 81vh;
	}
/* } */
