body {
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
}

p, h1, h2, h3, h4, div {
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
}

#panel {
	text-align: center;
	position: relative;
	width: 60%;
	margin: 50px auto;
}

#content-panel {
	height: 80%;
	margin-top: 1%;
	padding-top: 5%;
	z-index: 5;
}

/*h1 {
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.15em;
}*/

h1 {
	text-align: center;
	width: 750px;
	margin: 0 auto;
}

h1 img#title {
	width: 100%;
}

img#title {
	margin-bottom: 50px;
}

#gallerypage h1 img, #aboutpage h1 img{
	width: 70%;
	margin: 20px 0;
}

h2 {
	font-weight: 400;
}

#content-panel h1 {
	font-size: 60px;
}

nav {
	text-align: center;
	padding: 2% 5% 3% 5%;
}

nav a {
	display: inline-block;
	width: 100px;
	text-align: center;
	font-style: italic;
	color: inherit;
	outline: 0;
}

img#border {
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: -5;
	background-color: #ffffff;
}

a.email {
	color: inherit;
}

#contact {
	font-size: 20px;
}


/*______about page styles _________*/

#headshot img {
	border: 3px double #000000;
}

#aboutpage {
	background-image: url('../images/new-about-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

#aboutpage {
	color: #3a3a3a;
}

#about-text-block {
	padding: 20px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	border: 3px double #000;
}

#text-panel {
	padding-top: 30px;
}

#text-panel h2 {
	padding-bottom: 30px;
}
/*________image-gallery________*/

#image-link-group {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.image-link {
	width: 50%;
	padding: 30px 20px;
	float: left;
	box-sizing: border-box;
	text-align: center;
}

.image-link img {
	width: 100%;
}

ul.mobile-column {
	display: none;
}

/*________Misc styles________*/

.larger {
	font-size: 110%;
}

.smaller {
	font-size: 90%;
}

.clear {
	clear: both;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

#desktop-instagram {
	display: block;
}

#mobile-instagram {
	display: none;
}

@media (min-width: 600px) and (max-width: 1200px) {
	#panel {
		width: 90%;
	}

	#content-panel h1, h1 {
		width: 80%;
	}

	#contact {
		font-size: 14px;
	}

	img#title-block {
		width: 60%;
		margin: 10px auto;
	}

	a.email {
		margin-top: 20px;
		display: inline-block;
	}

	#gallerypage h1 img, #aboutpage h1 img {
		width: 90%;
		margin: 20px 0;
	}

}

@media (max-width: 600px) {

	#panel {
		width: 100%;
	}

	#content-panel h1, h1 {
		width: 80%;
	}

	#contact {
		font-size: 14px;
	}

	#gallerypage h1 img, #aboutpage h1 img {
		width: 90%;
		margin: 20px 0;
	}
	img#border {
		display: none;
	}

	img#title-block {
		width: 60%;
		margin: 10px;
	}
	a.email {
		margin-top: 20px;
		display: inline-block;
	}

	#desktop-instagram {
	display: none;
	}

	#mobile-instagram {
		display: block;
	}

	.image-link {
	width: 100%;
	}

	ul.mobile-column {
		display: block;
	}

	ul.mobile-column img {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}

	ul#WS-LiSli {
		display: none;
	}

}