@charset "UTF-8";
/* CSS Document */

/********************************************
	Tag Resets
********************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/********************************************
	Normalize CSS
	http://necolas.github.com/normalize.css/
********************************************/

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
  	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

b,
strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 1px dotted;
}

input,
textarea,
button,
select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* ******************************************
  Grid
****************************************** */

body {
	margin: auto;
	padding: 0;
	color: #fff;
	background-color: #000;
}

/* ******************************************
	Web Fonts
****************************************** */


body {
	font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
}

/* ******************************************
  LINKS
****************************************** */



/* ******************************************
  NAVIGATION
****************************************** */

nav {
	display: inline-block;
	position: fixed;
	top: .5em;
	right: .5em;
`	z-index: 1;
	 }

nav ul {
	text-decoration: none;
}

nav ul li {
  	float: left;
	padding-right: .5em;
}

nav ul li a {
	color: #999;
	font:'Oswald', Times, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	text-decoration: none;
}

nav a:hover {
    opacity: .5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

nav .active a {
    opacity: .5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* ******************************************
  Typography
****************************************** */


h1 {
	display: inline-block;
	color: #fff;
	font:'Oswald', Times, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	text-decoration: none;
}

h4 {
	color: #CCC;
	font:'Oswald', Times, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.5;
	text-decoration: none;
	padding-bottom: .75em;
}

h5 {
	color: #666;
	font:'Oswald', Times, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.5;
	text-decoration: none;
	padding-bottom: .75em;
}

.bold {
	font:'Oswald', Times, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 500;
}


/* ******************************************
  CONTAINERS
****************************************** */

section {
	background-color: #000;
	margin: 0;
	padding: 0;
}

.light_gray {
	background-color: #ccc;
	padding: .65em .5em .65em .5em;
		}

.dark_gray {
	background-color: #333;
	padding: .65em .5em .65em .5em;
		}

.journey_keys {
	background-color: #ccc;
	padding: 0 0 0 .5em;
		}

.contact_footer {
	background-color: #ccc;
	padding: 0 0 0 .5em;
		}

.bio_p_bass {
	background-color: #333;
	padding: 0 0 0 0em;
		}

.album_info {
	padding: .65em 0 0em 0;
		}


/* ******************************************
  IMAGERY
****************************************** */

img {
	margin: 0;
	padding: 0;
		}

.title {
	position: fixed;
	max-width: 40%;
	top: .625em;
	left: .75em;
}
.guitar_player {
	display: block;
	max-width: 100%;
		}

.journey_logo {
	display: block;
	max-width: 70%;
		}

.bio_logo, .contact_logo {
	display: block;
	max-width: 70%;
	margin-left: .175em;
		}

.album_cube {
	display: block;
	width: 100%;
	padding: .5em 0 0 0;
		}

.keys {
	display: block;
	width: 100%;
	padding: .5em 0 0 0;
		}

.gibson_head {
	display: block;
	max-width: 100%;
	padding: .5em 0 0 0;
		}

.p_bass {
	display: block;
	width: 95%;
		}


@media (max-width:720px) and (min-width:475px) {


}

@media all and (min-width: 720px) {


}

@media all and (min-width: 1200px) {



}

