/*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 {
	padding: 0;
	margin: 0;
	color: #000;
}

h1 {
    color: #004400;
}
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: 2em;
}

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

h3 {
    font-size: 1.2em;
}

/*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;
}

#bodyCopy ul {
    list-style-type: circle;
    margin-left: 1em;
}

/*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;
}

/*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_thumbs, #sport_thumbs {
    width: 100%;
    display: block;
}

#portfolio_display {
	display: none;
}

.gallery_directions {
	display: none;
}

/* Sports */
#race_header {
    display: inline-block;
    width: 100%;
    margin: 1em auto 2em;
    overflow-x: hidden;
}

.race_container {
    display: inline-block;
    width: 45%;
    height: 45%;
    float: right;
}

.raceimage {
    display: inline-block;
    margin: 0 auto;
}

#race_header .landscape {
    display: inline-block;
    max-height: 100%;
    width: 95%;
    margin: 0 auto;
    vertical-align: middle;
    
}

#race_header .portrait {
    display: inline-block;
    max-width: 95%;
    margin: 0 auto;
    vertical-align: middle;
}

#racecopy {
    width: 48%;
    margin: -28em auto 2em 2em;
}

/* 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: 1.5em auto -1em;
}

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

#albums_copy .caption {
    display: inline-block;
    width: 100%;
    font-size: 1.5em;
    font-style: italic;
    font-weight: 400;
    background-color: white;
    color: black;
    margin: -2em auto 0;
    text-align: center;
}

