html { 
	overflow: scroll;
}

#mainContainer {
	width: 100%;
	height: 42.5em;
}

#space {
	height: 1.8em;
}

#headingContainer {
	margin-bottom: 2.5em;
}

#birdsHeading {
	text-align: center;
	margin: 0;
}

#imageContainer {
	width: 85%;
	margin: 0 auto;
}

.imageRows {
	margin-top: 1.25em;
	text-align: center;
}

.birdImageLink {
	text-decoration: none;
	margin: 0 1.25em 0 1.25em;
}

.artworkImg {
	width: 10em;
}


/*tablet styling*/	
@media only screen and (min-width: 500px) and (max-width: 950px) {
	body {
		font-size: 16px;
	}

	#mobileHeader {
		display: none;
	}

	header {
		height: 12%;
		background: url("../images/headerDrawingCrop.jpg");
		background-size: cover;
	}

	.navLinks {
		margin: 0.75em 0.8em;
	}

	.navLinks a {
		font-size: 1.4em;
		letter-spacing: 0.04em;
		font-weight: bolder;
	}

	#mainContainer {
		height: 60%;
	}

	#imageContainer {
		width: 90%;
		margin: 0 auto;
	}

	.imageRows {
		margin-top: 1.6em;
	}

	.artworkImg {
		width: 6em;
	}
}

/*mobile styling*/	
@media only screen and (max-width: 500px) {
	html {
		overflow: scroll;
	}
	body {
		font-size: 12px;
	}
	header {
		height: 10%;
		background: none;
		background-color: rgb(2,122,89);
	}

	#resumeLink {
		display: none;
	}

	#mobileHeader {
		text-align: center;
		color: rgb(255, 255, 255);
		font-family: 'Noto Sans', sans-serif;
		font-size: 2em;
		line-height: 48px;
	}

	#navBar {
	    list-style-type: none;
	    padding: 0;
	    text-align: center;
	    margin: 0;
	    border-bottom: solid rgb(2,122,89) 0.1em;
	}

	.navLinks {
		display: block;
		margin: 0;
		padding: 1.2em 0;
		border-bottom: solid rgb(2,122,89) 0.1em;
		border-top: solid rgb(2,122,89) 0.1em;
		line-height: 18px;
	}

	.navLinks a {
		color: rgb(2,122,89);
		font-size: 2em;
		font-weight: bold;
		letter-spacing: 0.2em;
	}

	#imageContainer {
		width: 100%;
	}

	#headingContainer {
		margin-bottom: 1em;
	}

	#birdsHeading {
		font-size: 2em;
	}

	.imageRows {
		margin: 0;
	}

	.birdImageLink {
		margin: 0 auto;
	}

	.artworkImg {
		width: 12em;
		margin: 1.6em 0.5em 0 0.5em;
		border: solid rgb(148,148,148) 0.04em;
		border-radius: 0.8em;
	}

	#footerCopy {
		display: none;
	}
}



