@font-face {
    font-family: 'Chowderhead';
    src: url('../fonts/chowderhead.eot');
    src: url('../fonts/chowderhead.eot?#iefix') format('embedded-opentype'), url('../fonts/chowderhead.woff2') format('woff2'), url('../fonts/chowderhead.woff') format('woff'), url('../fonts/chowderhead.ttf') format('truetype'), url('../fonts/chowderhead.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
    ;
}
* {
	margin:0;
	padding:0;
	list-style:none;
}

html {
	font-size: 100%;
}

body {
	font-family: 'Fira Sans',Arial, Helvetica, sans-serif;
	color: #f7f7f7;
	margin: 0;
	padding: 0;
	width: 16000px;
	overflow: hidden;
}

a img {
	border:none;
}

p {
	line-height: 1.5em;
}


h1 a, h2 a, h3 a, p a{
	padding: 0 1px;
	color: #f7f7f7;
	text-decoration: none;	
}

h1, h2, h3, p {
	margin-top: 0;
}

img {
	border: none;
}


/*--- GLOBAL ---*/

header {
	width: 100%;
	padding: 1em 1.875em;
	position: fixed;
	z-index: 1000;
	color: #f7f7f7;
	background-color: rgba(51, 51, 51,0.3);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

header h1 {
	font-size: 2.4em;
	font-family: 'Chowderhead', Tahoma, Geneva, Verdana, sans-serif;
	text-shadow: 1px 1px 1px rgba(51, 51, 51, 1);
}

section {
	padding: 110px 0 0 0;
	margin: 0 auto;
}

.section-heading {
	font-family: 'Chowderhead', Tahoma, Geneva, Verdana, sans-serif;
}

article {
	padding: 1.875em 3em;
	z-index: 1000;
	margin: 0 auto;
	max-width: 98%;
	background-color: rgba(29, 26, 34, 0.7);
	border-radius: 12px;
}

article h3 {
	font-size: 2.4em;
	color: rgba(255, 130, 0, 1);
	margin: 0 0 20px 0;
	padding: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

#contact h3 {
	font-family: 'Chowderhead', Tahoma, Geneva, Verdana, sans-serif;
}

article p {
	line-height: 1.5;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

article img {
	padding: 0;
	width: 100px;
	height: 100px;
	border-radius: 6px;
}

.article-thumb {
	clear: both;
}

.container {
	float: left;
	display: block;
	height: 1500px;
	width: 1920px;
	position: relative;
	z-index:0 !important;
}

.home {
	position: absolute;
	width: 75px;
	height: 26px;
	left: 0px;
	top: 0px;
}


/*--- Main Nav ---*/

.main-nav {
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0;
	display: flex;
}
.main-nav li {
	margin: 0 20px 0 0;
}

.main-nav a, .sitetitle {
	color: rgba(255, 130, 0, 1);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	font-size: 1.3em;
	font-family: 'Chowderhead', Tahoma, Geneva, Verdana, sans-serif;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(51, 51, 51, 1);
}

.main-nav a:hover, .sitetitle:hover {
	text-decoration: underline dotted rgba(153, 155, 48, 1);
	color: rgba(153, 155, 48, 1);;
}

/*--- Page Backgrounds ---*/
/*--- ONE ---*/
#home {
	background: rgb(73, 157, 91) /* url(../../assets/images/2021-02-06/purple_and_yellow_pansy.jpg) no-repeat center center */;
	position: relative;
	background-size: cover;
}

/*--- TWO ---*/

#bio {
	background: #414142 url(../../assets/images/2021-02-06/bird_skull.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
}


/*--- THREE ---*/

#interactive {
	background: #4e3a2f url(../../assets/images/2021-02-06/001lg.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
	margin-left:-1px;
}

/*--- FOUR ---*/

#print {
	background: #ee2e52 /*  url(../../assets/images/2021-02-06/002lg.jpg) no-repeat center center */;
	position: relative;
	background-size: cover;
}

/*--- FIVE ---*/

#identity {
	background: #c5d053 url(../../assets/images/2021-02-06/003lg.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
	margin-left:-1px;
}

/*--- SIX ---*/

#retouch {
	background: rgb(241, 91, 37) url(../../assets/images/2021-02-06/004lg.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
}

/*--- CONTACT ---*/

#contact {
	background: rgb(47, 37, 37) url(../../assets/images/2021-02-06/005lg.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
}


/*--- END ---*/

#end {
	background: rgb(30, 77, 44);
}

/* gridbox */
.grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(360px,1fr));
	grid-column-gap: 45px;
	grid-row-gap: 45px;
}

.grid-item {
	padding: 0;
	margin: 0;
}

.grid-item p {
	text-shadow: 1px 1px 1px rgba(51, 51, 51, 1);
	margin: 0 0 20px 0;
	padding: 0;
}

.grid-item h4 {
	font-size: 1.6em;
	font-weight: 400;
	color: rgba(255, 130, 0, 1);
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	text-shadow: 1px 1px 1px rgba(51, 51, 51, 1);
}
