@font-face {
    font-family: 'UbuntuLight';
    src: url('../fonts/Ubuntu-L-webfont.eot');
    src: url('../fonts/Ubuntu-L-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu-L-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-L-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-L-webfont.svg#UbuntuLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuMedium';
    src: url('../fonts/Ubuntu-M-webfont.eot');
    src: url('../fonts/Ubuntu-M-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu-M-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-M-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-M-webfont.svg#UbuntuMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	color: #ddd;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 108%;
	font-family: UbuntuLight,Arial,sans-serif;
	letter-spacing: 1px;
	line-height: 160%;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-ligatures: none;
}

h1,h2,h3 {
	font-family: UbuntuMedium,Arial,sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 0px rgba(0,0,0,.35);
}

h1 {
	font-size: 1.3em;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.1em;
	padding-bottom: 0;
	color: #C2D8E8;
}

h3 {
	font-family: UbuntuLight,Arial,sans-serif;
	font-size: 1em;
	padding-bottom: 10px;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

input,
textarea {
	font-family: UbuntuLight,Arial,sans-serif;
}

b,strong {
	font-family: UbuntuMedium,Arial,sans-serif;
	font-weight: normal;
}

a:link,
a:visited,
a:active {
	color: #afbe33;
}

a:hover {
	color: #dfe6a3;
}

img,
a img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle; /*bottom;*/
}

#screen_bg {
    width: 100%;
	height: auto;
    left: 0;
    top: 0;
    min-height: 100%;
    position: fixed;
}

#content {
	position: relative;
}

#wrap {
	max-width: 960px;
	width: 92%;
	margin: 0 auto;
	text-align: left;
	
}

#header {
	margin-top: 50px;
}

#logo {
	text-align: center;
}

#instruments {
	text-align: center;
	margin-top: 8px;
}

.instrument_box {
	width: 174px;
	height: 82px;
	display: inline-block;
	margin-right: 60px;
}

#bass {
	background: url(../images/bass.jpg) no-repeat 0 0;
	box-shadow: -3.536px 3.536px 13px 0px rgb(0,0,0);
}

@media screen and (min-width:0\0) { /* IE9 and IE10 */
    #bass {
	    box-shadow: -3.536px 3.536px 36px -6px rgb(0,0,0);
	}
}

#drums {
	background: url(../images/drums.jpg) no-repeat 0 0;
	box-shadow: -1.125px 4.872px 13px 0px rgb(0,0,0);
}

@media screen and (min-width:0\0) { /* IE9 and IE10 */
    #drums {
	    box-shadow: -1.125px 4.872px 36px -6px rgb(0,0,0);
	}
}

#guitar {
	background: url(../images/guitar.jpg) no-repeat 0 0;
	box-shadow: 1.125px 4.872px 13px 0px rgb(0,0,0);
}

@media screen and (min-width:0\0) { /* IE9 and IE10 */
    #guitar {
	    box-shadow: 1.125px 4.872px 36px -6px rgb(0,0,0);
	}
}

#saxophone {
	background: url(../images/saxophone.jpg) no-repeat 0 0;
	box-shadow: 3.536px 3.536px 13px 0px rgb(0,0,0);
  	margin-right: 0;
}

@media screen and (min-width:0\0) { /* IE9 and IE10 */
    #saxophone {
	    box-shadow: 3.536px 3.536px 36px -6px rgb(0,0,0);
	}
}

#nav {
	margin: 40px 0 0;
	font-family: UbuntuMedium,Arial,sans-serif;
	font-size: 1.07em;
	border-top: 1px solid #973149;
	-webkit-box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, .75);
	-mox-box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, .75);
	-ms-box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, .75);
	-o-box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, .75);
	box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, .75);
}

#nav > div {
	display: none;
	cursor: pointer;
}

#mobile_menu {
	display: none;
	width: 20px;
	position: relative;
	top: .25em;
	margin-right: 8px;
}

#mobile_menu > div {
    height: 3px;
    background-color: black;
    margin: 3px 0;
    border-radius: 3px;
    background-color: #ddd;
}

#mobile_menu span {
	display: none;
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	top: -1px;
	line-height: .8em;
}

#nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

@media screen and (min-width:0\0) { /* IE9 and IE10 */
    #nav ul {
	    box-shadow: inset 0px 8px 16px -10px rgba(0, 0, 0, .75);
	}
}

#nav ul li {
	display: inline-block;
	margin: 0 4%;
	position: relative;
	border-radius: 0 0 7px 7px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.13) 0%, rgba(0,0,0,0.13) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.13)), color-stop(100%,rgba(0,0,0,0.13))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.13) 0%,rgba(0,0,0,0.13) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.13) 0%,rgba(0,0,0,0.13) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.13) 0%,rgba(0,0,0,0.13) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.13) 0%,rgba(0,0,0,0.13) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21000000', endColorstr='#21000000',GradientType=0 ); /* IE6-9 */
}

#nav ul li a {
	display: block;
	text-decoration: none;
	padding: 3px 30px 6px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#main {
	padding: 0 30px;
	margin: 40px 0;
	overflow: hidden;
}

#footer {
	position: relative;
	text-align: center;
	font-size: .8em;
	color: #7DB4D9;
	padding: 15px 0;
	border-top: 1px solid #2e688d;
	-webkit-box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, .75);
	-mox-box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, .75);
	-ms-box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, .75);
	-o-box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, .75);
	box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, .75);
}

@media screen and (min-width:0\0) { /* IE9 and IE10 */
    #footer {
	    box-shadow: inset 0px 8px 16px -10px rgba(0, 0, 0, .75);
	}
}

#footer > a:first-child {
	border: none;
	position: absolute;
	right: 10px;
	top: 10px;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    display: inline-block;
}

html[xmlns] .clear {
    display: block;
}

a.telephone {
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	#wrap {
		width: auto;
	}
	
	#logo {
		padding: 0 4%;
	}
}

@media only screen and (max-width: 700px) {
	#header {
		margin-top: 30px;
	}
	
	#nav {
		margin-top: 20px;
		position: absolute;
		width: 100%;
		overflow: hidden;
		border-top: none;
		box-shadow: none;
		z-index: 0;
	}
	
	#nav > div {
		display: block;
		background: #973149;
		position: relative;
		box-sizing: border-box;
		padding: 0 15px 2px;
		z-index: 1;
		box-shadow: 0px 8px 8px -10px rgba(0, 0, 0, .75);
	}

	#mobile_menu {
		display: inline-block;
	}
	
	#mobile_menu.open > div {
		display: none;
	}
	
	#mobile_menu.open span {
		display: inline-block;
	}
	
	#nav ul {
		text-align: left;
		position: relative;
		transform: translateY(-100%);
		transition: transform .5s ease-out;
	}
	
	#nav ul li {
		display: block;
		margin: 0;
		background: rgba(0, 0, 0, .85);
		border-radius: 0;
		border-bottom: 1px solid #4a1824;
	}
	
	#nav ul li:last-child {
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
	}
	
	#nav.show {
		padding-bottom: 10px; /* Make room for the drop shadow on the UL */
		z-index: 2;
	}
	
	#nav.show ul {
		transform: translateY(0);
		box-shadow: 0px 8px 8px -10px rgba(0, 0, 0, .75);
	}
	
	#nav.show.up ul {
		transform: translateY(-100%);
	}
	
	#main {
		margin-top: 70px;
		position: relative;
		z-index: 1;
	}
}

@media only screen and (max-width: 530px) {
	#footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer > a:first-child {
		position: relative;
		display: table;
		top: auto;
		right: auto;
		margin: 0 auto;
	}
}