@import 'skeleton.css';
@import 'flexnav.css';
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
	background-color: #fff;
	background-image: url(images/1.png);
	font: 16px/29px 'Oxygen', sans-serif;
	color: #222;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Judson', serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 70px;
	line-height: normal;
	margin-bottom: 10px;
	color: white;
	padding-top: 60px;
}
h2 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 5px;
}
h3 {
	font-size: 19px;
	line-height: 22px;
	margin-bottom: 8px;
}
h4 {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 4px;
}
h5 {
	font-size: 17px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}
em {
	font-style: italic
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}
strong {
	font-weight: bold
}
.venues a {
	color: black;
	text-decoration: none;
}
.fixed {
	position: fixed;
	z-index: 99;
}

.inbutton{
	padding:10px;
	background-color:#FFFFFF;
	color:black;
	text-decoration:none;
}
.inbutton:hover{
	background-color:#7B5D5E;
	color:white;
		text-decoration:none;
}

	
	
	
	
.paddingtop{
	padding-top:60px;
}
.homepagetext {
	margin-bottom: 30px;
	margin-top: 30px;
}
.homepagetext p {
	color: white;
	font-size: 17px;
	line-height: 26px;
	padding-bottom: 20px;
}
.homepagetext h2 {
	color: white;
	padding: 20px 0px 20px 0px;
}
.bg{
		background-image: url(images/bg.png);
}
.welcometext {
	margin-bottom: 30px;
	margin-top: 30px;
}
.welcometext p {
	color: white;
	font-size: 17px;
	line-height: 26px;
	padding: 20px;
}

.headerbg {
	width: 100%;
	background-color: #FFF;
	z-index: 123;
}
.padding30 {
	padding-top: 30px;
}
.subtitle h2 {
	padding-top: 10px;
}
.subtitle img {
	border-radius: 5px;
}
.logo img {
	width: 100%;
	padding-top: 10px;
}
.phonenumber {
	padding-top: 30px
}
.phonenumber img {
	width: 32px;
}
.social {
	float: left;
}
.social img {
	margin-left: 5px
}
.header-padding {
	padding-top: 10px;
}
.menu-number p {
	padding-top: 34px;
	padding-left: 15px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	text-align: right
}
.hpadding {
	margin-top: 0px;
}

.background-harp {
	background-image: url(images/harp.jpg);
	background-repeat: no-repeat;
	background-color: #777;
	background-position: center top;
}
.backgrounddark {
	width: 100%;
	background-color: #333;
	background-image: url(images/1.png);
}
.backgroundlight {
	width: 100%;
	background-image: url(images/2.png);
	background-color: #999;
	padding-bottom: 45px;
}
.backgroundlight h1 {
	color: #666;
}
.gallery {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.gallery li {
	float: left;
	margin: 2px;
}
img {
	width: 100%
}
.footerbg {
	background-color: #777;
	width: 100%;
	background-image: url(images/3.png);
}
.bottomfooterbg {
	background-color: #000
}
.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer h2 {
	color: white
}
.bottomfooterbg p {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF
}
 @media only screen and (max-width: 767px) {
.logo img {
	width: 60%;
	float: left;
}
.phonenumber {
	display: none
}
.mu img{
	width:30%;
	padding-top:20px;
}
h1 {
	font-size: 60px;
}

.background-harp {
	background-color:#000000;
	
	
	background-size: 620px;
}

.homepage h1{
	padding-bottom:60px;
}

 @media only screen and (max-width: 479px) {
	 
	 .bg{
		 background-image:none;
		 background-color:black
	 }
	 
	 .background-harp {
	background-color:#000000;
	
	
	background-size: 479px;
}
.homepage h1{
	padding-bottom:30px;
}