/*CSS3 stylesheet for BrianSeitz.Photography*/
/*WebFonts to use on this site: */
@import url(https://fonts.googleapis.com/css?family=Averia+Sans+Libre);

@font-face {
	font-family: "Raleway Light";
	src: url('fonts/Raleway-Light.ttf');
}

@font-face {
	font-family: "Raleway Reg";
	src: url('fonts/Raleway-Regular.ttf');
}

@font-face {
	font-family: "Raleway Thin";
	src: url('fonts/Raleway-Thin.ttf');
}

@font-face {
	font-family: "Raleway X-Light";
	src: url('fonts/Raleway-ExtraLight.ttf');
}

/*Generic elements & Resetting Defaults: */
html {
	padding: 0;
	width: 100%;
	font-family: "Raleway Thin", "Helvetica Neue Light", Helvetica, Arial;
	/*overflow: hidden;*/
}

body {
	font-size: 18px;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, li, ul{
	padding: 0;
	margin: 0;
	color: #000;
}

a {
	display: block;
	padding: 1em .5em;
	border-radius: 4px;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	background-color: #ccc;
	opacity: .75;
	font-family: "Raleway Reg";
}

a:active {
	color: #00a;
}

p {
	font-size: 125%;
}

/*Header Elements: */
h1 {
	/*font-size: 3.25em;*/
	padding: .25em 0 .5em 0;
	margin: 0;
	font-weight: 200;
	text-align: center;
	height: 1em;
	display: block;
	width: 100%;
	border-bottom: 1px #555 solid;
	font-size: 1.6em;
}

h2 {
	font-family: "Raleway Reg", "Helvetica Neue", Arial, sans-serif;
	font-size: 2.2em;
	margin: 0 0 0 1em;
}

/*Navigation Elements: */
#navLogo {
	width: 10%;
	position: absolute;
	top: 4em;
	left: .5em;
	z-index: 1;
}

#navLink {
	margin: .5em;
	padding: 0;
}

nav {
	display: none;
	font-family: "Raleway Light";
	font-size: 2.25em;
	padding: .25em;
	border-radius: 5px;
	border: 1px black solid;
	background-color: #fff;
}

nav:target {
	display: block;
	position: absolute;
	z-index: 150;
	top: 1.5em;
	left: .5em;
	width: 14em;
	font-size: 18px;
}

nav ul {	
	list-style-type: none;
}

nav a {
	text-decoration: none;
}

/*BodyCopy*/

section#bodyCopy {
	display: block;
	width: 90%;
	margin: auto;
	padding: 1em;
}

p.clear {
	width: 100%;
	clear: both;
}

/*Page Specific Elements*/
/*Home*/
#home_image {
	/*position: relative;
	z-index: 50;*/
	display: block;
	width: 100%;
	margin: 0 auto;
}

/*About Me*/
#about_copy {
	display: block;
	width: 100%;
	float: left;
}

#about_selfie {
	width: 75%;
	float: right;
	padding: 1em;
	margin: 1.5 em;
}

/* Albums: 2021 update */
#albums_copy ul {
	list-style-type: none;
}

#albums_copy ul li {
	display: block;
	margin-bottom: 4em;
}

.albumname {
	font-size: 1.75em;
	font-weight: 800;
}

.albumdescription {
	font-style: italic;
}

.albumimg {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.albumthumb {
	display: block;
	width: 100%;
}

/*Footer Elements*/
footer {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	font-size: 90%;
}

footer a {
	display: inline;
}

/*Galleries*/
#folio_filters {
	display: none;
}

.portfolio_thumb, .portfolio_thumb2 {
	width: 100%;
	display: inline-block;
}

#portfolio_display {
	display: none;
}

.gallery_directions {
	display: none;
}