@font-face {
    font-family: 'noway';
    src: url('../fonts/noway-regular-webfont.woff2') format('woff2'),
         url('../fonts/noway-regular-webfont.woff') format('woff'),
         url('../fonts/noway-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'noway';
    src: url('../fonts/noway-bold-webfont.woff2') format('woff2'),
         url('../fonts/noway-bold-webfont.woff') format('woff'),
         url('../fonts/noway-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'noway';
    src: url('../fonts/noway-thin-webfont.woff2') format('woff2'),
         url('../fonts/noway-thin-webfont.woff') format('woff'),
         url('../fonts/noway-thin-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'noway';
    src: url('../fonts/noway-medium-webfont.woff2') format('woff2'),
         url('../fonts/noway-medium-webfont.woff') format('woff'),
         url('../fonts/noway-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'noway';
    src: url('../fonts/noway-light-webfont.woff2') format('woff2'),
         url('../fonts/noway-light-webfont.woff') format('woff'),
         url('../fonts/noway-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
	background: #000;
	font-size: 16px;
	font-family: 'noway', sans-serif;
	color: #fff;
}

h1,
h2,
h3,
header nav ul,
nav.abcd {
	font-family: 'noway', sans-serif;
	/* font-weight: 300; */
	text-transform: uppercase;
}

h1 {
	font-size: 2.25rem;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.625rem;
	/* letter-spacing: 5px; */
}

h2.event {
	margin-bottom: 0.35em;
}

h3 {
	font-size: 1.25rem;
	letter-spacing: 1px;
	margin-top: 0;
}

h1.page-title {
	position: relative;
}

h1.page-title img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1.5rem;
	margin-left: 0.75rem;
	border: 2px solid #fff;
}

figure {
	margin: 0;
}

main a img,
.full-image img {
	border: 7px solid #fff;
}

#baguetteBox-overlay .full-image img {
	max-height: 75%;
}

a:link,
a:visited {
	/* color: #cddc39; */
	color: #E65100;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #FFA726;
}

a.button {
	font-family: 'noway', sans-serif;
	text-transform: uppercase;
	padding: 5px 10px;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}

a.button:hover, 
a.button:focus {
	background: #E65100;
	color: #fff;
}

.active {
	color: #FFA726;
}

a.active {
	color: #fff;	
}

.name-nav {
	display: inline-block;
	height: 6rem;
	padding-left: 1.25rem;
}

.name-nav h1 {
	font-size: 2.625rem;
	letter-spacing: 3px;
	margin-bottom: 0;
}

.logo {
	position: relative;
	float: left;
	color: #fff;
	text-decoration: none;
}

.logo img {
	width: 6rem;
}

header {
	margin: 3rem 0;
}

@media only screen and (max-width: 40em) { 
	header,
	footer {
		text-align: center;
	}

	.logo {
		float: none;
	}

	.name-nav {
		padding: 1rem 0;
	}
} 

footer {
	padding-top: 2rem;
	padding-bottom: 3rem;
	font-size: 0.875rem;
}

footer i {
	color: #666;	
}

header nav ul,
footer nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

header nav ul {
	font-size: 1.25rem;
	letter-spacing: 1px;
}

header nav li,
footer nav li {
	display: inline-block;
}

header nav li:after,
footer nav li:after {
	content: ' // ';
}

header nav li:last-of-type::after,
footer nav li:last-of-type::after  {
	content: '';
}

.wrapper {
	padding: 2em 4em;
	margin: 0 auto;
}

@media only screen and (max-width: 40em) { 
	ul.bandinfo li {
		display: block;
	}
} 

ul.bandinfo,
ul.sharebuttons {
	padding: 0;
	margin-left: 0;
	margin-bottom: 2rem;
	list-style-type: none;
}

ul.bandinfo li,
ul.sharebuttons li {
	display: inline-block;
	margin-right: 10px;
	font-family: 'noway', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul.sharebuttons {
	margin-bottom: 1rem;
}

ul.bandinfo li a.button {
	background: #fff;
	color: #000;
}

ul.bandinfo li a:hover,
ul.bandinfo li a:active,
ul.bandinfo li a:focus {
	text-decoration: none;
}

ul.bandinfo li.website a:hover {
	background: #afb42b;
	color: #fff;
}

ul.bandinfo li.bandcamp a:hover {
	background: #629aa9;
	color: #fff;
}

ul.bandinfo li.facebook a:hover,
.button.facebook {
	background: #3b5998;
	color: #fff;
}

ul.bandinfo li.instagram a:hover {
	background: #3f729b;
	color: #fff;
}

ul.bandinfo li.myspace a:hover {
	background: #040707;
	color: #fff;
}

ul.bandinfo li.youtube a:hover {
	background: #cd201f;
	color: #fff;
}

ul.bandinfo li.twitter a:hover,
.button.twitter {
	background: #55acee;
	color: #fff;
}

ul.bandinfo li.tumblr a:hover {
	background: #35465c;
	color: #fff;
}

ul.bandinfo li.soundcloud a:hover {
	background: #ff8800;
	color: #fff;
}

ul.bandinfo li.linktree a:hover {
	background: #45e65f;
	color: #fff;
}

@media only screen and (max-width: 40em) { 
	ul.bandinfo li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	ul.bandinfo li a {
		padding: 10px;
		display: block;
		background: #fff;
		color: #000;
	}
	ul.bandinfo li a::before {
		content: 'Visit ';
		font-weight: 400;
	}
	ul.bandinfo li a::after {
		content: '>>';
		font-weight: 700;
		margin-left: 5px;
	}
	
} 

.images-grid .column {
	margin-bottom: 2rem
}

.images-grid figure:hover,
.images-grid figure:focus {
	opacity: 0.6;
}

.images-grid a:hover {
	text-decoration: none;
}

.images-grid figure {
	position: relative;
}

.images-grid figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1.25rem;
	background: rgba(255,255,255,0.9);
	font-family: 'noway', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9375rem;
	text-align: center;
	color: #000;
} 

.images-grid time {
	font-size: 0.9375rem;
}

.menu > li {
	display: table-cell;
	vertical-align: middle;
}

.menu.vertical > li {
	display: block;
}

.menu.bandindex {
	margin-left: 0;
	margin-bottom: 0.5rem
}

.menu.bandindex > li > a {
	padding: 0;
}

.menu.bandindex > li:first-child {
	padding-left: 0;
}

.menu.bandindex li {
	padding: 1rem;
	margin-bottom: 2rem;
	color: #666;
}

.menu.bandindex li a.active {
	color: #fff
}

.band h3,
.events h2 {
	margin-bottom: 1.5rem;
}

ul.festival.overview  {
	margin-left: 0;
	margin-bottom: 2rem;
}

ul.festival.overview li {
	list-style-type: none;
	font-size: 1.25rem;
}