@charset "utf-8";

/* global styles */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,ul,ol,li{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
html, body {
	width:100%;
	height:100%;
}
body {
	background-color:#fff;
	font-family:'Montserrat', sans-serif;
	color:#333;
	font-weight:300;
	font-size:16px;
	line-height:1.5em;
	letter-spacing:0;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
b {
	font-weight:600;
}
.bgPic {
background-attachment:fixed;
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}
.bgPic2019_1 {
background-image: url("../img/bgPic2019_1.jpg");
}
.bgPic2019_2 {
background-image: url("../img/bgPic2019_2.jpg");
color:#fff;
}
.bgPic2019_3 {
background-image: url("../img/bgPic2019_3.jpg");
color:#fff;
}
.bgPic2020_1 {
background-image: url("../img/bgPic2020_1.jpg");
}
.bgPic2020_2 {
background-image: url("../img/bgPic2020_2.jpg");
color:#fff;
}
.bgPic2021_1 {
background-image: url("../img/bgPic2021_1.jpg");
}
.bgPic2021_2 {
background-image: url("../img/bgPic2021_2.jpg");
color:#fff;
}
.bgPic2021_3 {
background-image: url("../img/bgPic2021_3.jpg");
background-position:bottom center;
color:#fff;
}
.bgPic2024_ukulele {
background-image: url("../img/bgPic2024_ukulele1920.jpg");
background-position:bottom center;
color:#fff;
}
.bgPic2019_2 h1, .bgPic2019_2 h2, .bgPic2019_2 h3, .bgPic2019_2 h4 {
color:#fff;
}
.bgPic2019_2 a.btn {
color:#fff !important;
border-color:#fff !important;
}
.bgBlur {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.bgBlur1 {
	background-image:url(../img/bgBlur1.jpg);
}
.bgGray05 {
	background:#f2f2f2;
}
.bgGradientGray {
	background-image:linear-gradient(to bottom right, #e5e5e5, #ffffff, #e5e5e5);
}
.bgGradientGreen {
	background-image:linear-gradient(to bottom right, #799584, #c5b469);
}
.block {
	display:inline-table;
	margin:0 1px 0 0;
}
.width25 {
	width:calc(25% - 1px);
}
.width33 {
	width:calc(33% - 1px);
}
.width50 {
	width:calc(49% - 1px);
}
.width100 {
	width:100%;
	margin:0;
}
.width960 {
	max-width:960px;
	margin:0 auto;
}
div.clear {
	clear:both;
}
div.center {
	text-align:center;
}
h1, h2, h3, h4 {
	font-family:"Montserrat", sans-serif;
	font-weight:700;
	line-height:1em;
	color:#000;
	letter-spacing:-1px;
	margin-bottom:24px;
}
h1 {
	font-size:6em;
}
h2 {
	font-size:4em;
}
h3 {
	font-size:2em;
}
h4 {
	font-size:1.5em;
	letter-spacing:0;
}
a:link, a:visited, a:hover, a:active {
	color:#0e7aaf;
}
a.btnBlack {
	display:inline-block;
	padding:1em 2em;
	border:1px solid #000;
	color:#000;
	text-decoration:none;
	font-weight:600;
}
a.btnWhite {
	display:inline-block;
	padding:1em 2em;
	border:1px solid #fff;
	color:#fff;
	text-decoration:none;
	font-weight:600;
}
a.btnLight, a.btnDark, a.btn {
	display:inline-block;
	padding:1em 2em;
	border:1px solid #542a29;
	color:#542a29;
	text-decoration:none;
	font-weight:600;
}
a.btnLight {
	background:url(../img/bgFadeWhite25.png);
	background:rgba(255,255,255,0.25);
}
a.btnDark {
	background:url(../img/bgFadeBlack50.png);
	background:rgba(0,0,0,0.5);
	background:#542a29;
}
audio {
	clear:both;
	margin:0 0 1em 0;
}
.bgGray {
	background:#333;
}
dt {
	display:inline-block;
	font-size:1.5em;
	line-height:1em;
}
dd {
	margin-bottom:1em;
}
footer {
	background-color:#1a2930;
	font-size:12px;
	text-align:center;
	color:#808080;
}
.gold {
	color:#dda625;
}
.header img {
	width:100%;
	height:auto;
}
.hidden {
	display:none;
}
hr {
	clear:both;
	border:0;
	height:1px;
	background:#808080;
	margin:24px 0;
}
iframe {
	max-width:100% !important;
	margin:0;
	padding:0;
	overflow:hidden;
}
img, video {
	vertical-align:middle;
	display:inline-block;
	max-width:100%;
	height:auto;
}
img.img40 {
	width:40px;
	height:auto;
	margin: 0 1em;
}
img.flipped {
	display:block;
	-webkit-transform:scaleY(-1);
	-moz-transform:scaleY(-1);
	-o-transform:scaleY(-1);
	transform:scaleY(-1);
	-ms-filter:"FlipV";
	filter:FlipV;
}
img.media_album {
	width:260px;
	height:auto;
	max-width:100%;
}
input.contactForm, textarea.contactForm {
	width:100%;
	padding:.5em;
	background:url(../img/bgFadeWhite50.png);
	background:rgba(0,0,0,0.05);
	border-style:none;
	font-family:'Montserrat', sans-serif;
	color:#333;
	font-weight:300;
	font-size:16px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
input.contactForm:focus, textarea.contactForm:focus {
	background:url(../img/bgFadeWhite75.png);
	background:rgba(0,0,0,0.1);
}
input[type=submit] {
	padding:1em 2em;
	font-family:'Montserrat', sans-serif;
	color:#333;
	font-weight:300;
	font-size:16px;
}
form a.btn {
	display:inline-block;
	margin-bottom:1em;
}
input.formField1 {
	display:none;
}
.marginTop {
	margin-top:1.5em;
}
nav {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:1em;
	background:rgba(255,255,255,0.95);
	box-shadow:0 2px 4px rgba(0,0,0,0.1);
	font-family:"Barlow Condensed", sans-serif;
	font-weight:700;
	text-align:center;
}
nav ul {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}
nav ul li {
	display:inline-block;
	margin:0;
	padding:0;
}
nav ul li a:link, nav ul li a:visited, nav ul li a:hover, nav ul li a:active {
	margin:0 .5em;
	padding:0;
	font-family:"Barlow Condensed", sans-serif;
	font-weight:700;
	font-size:16px;
	color:#666;
	text-decoration:none;
}
p {
	margin-bottom:1.5em;
}
.padding {
	padding:4em;
}
.small {
	font-size:13px;
}
ul, ol {
	list-style-position:outside;
	margin-bottom:1em;
}
ul li, ol li {
	margin:0 0 0 1em;
}
ul.merch {
	list-style:none;
}
ul.merch li {
	margin:1em 0;
}
ul.merch li a {
	padding:9px 0 9px 35px;
	background-position:left center;
	background-size:30px 30px;
	background-repeat:no-repeat;
}
ul.merch li a.merch_amazon {
	background-image:url(../img/merch_amazon.png);
}
ul.merch li a.merch_bandcamp {
	background-image:url(../img/merch_bandcamp.png);
}
ul.merch li a.merch_cdbaby {
	background-image:url(../img/merch_cdbaby.png);
}
ul.merch li a.merch_itunes {
	background-image:url(../img/merch_itunes.png);
}
ul.merch li a.merch_spotify {
	background-image:url(../img/merch_spotify.png);
}
video {
	margin:0 auto;
}
.video-container {
	position:relative;
	width:100%;
	padding-bottom:56.25%;
	height:0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
audio {
	clear:both;
	margin:0 0 1em 0;
}

/* Home Page */

div.fourpics {
	position:relative;
	z-index:-2;
	width:100%;
	height:100vh;
	background-color:#ccc;
}
div.homepic {
	position:absolute;
	width:50%;
	height:50vh;
	background-position:center center;
	background-size:cover;
}
div.home1 {
	top:0;
	left:0;
	background-image:url(../img/bg1_202507.jpg);
}
div.home2 {
	top:0;
	left:50%;
	background-image:url(../img/bg2_202507.jpg);
}
div.home3 {
	top:50%;
	left:0;
	background-image:url(../img/bg3_202507.jpg);
}
div.home4 {
	top:50%;
	left:50%;
	background-image:url(../img/bg4_202507.jpg);
}
div.homelogo {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-image: radial-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0) 21%);
	text-align:center;
	line-height:97vh;
}
div.homelogo img {
	width:25%;
}

div#homevidtest {
  width:100%;
  padding-top:41.67%; /* 1:1 Aspect Ratio */
  position:relative; /* If you want text inside of it */
}
/* If you want text inside of the container */
div#homevidtest iframe {
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

div#homevid {
	width:100%;
}
div#homevid video {
	width:100%;
	height:auto;
}

.width-social-icon {
	width:32%;
	margin: 0;
}

section {
	position:relative;
	margin:0 auto;
	padding:2em;
	max-width:50%;
	text-align:center;
}
img.icon-social {
	width:150px;
	height:auto;
}
a.homeSocial {
	display:inline-table;
	margin:0 1px 0 0;
	width:calc(33.029% - 1px);
	padding:2em;
	background-color:rgba(0,0,0,0.05);
	text-align:center;
	color:#666;
	font-weight:300;
	text-decoration:none;
	transition:background 241ms;
}
a.homeSocial:hover {
	background-color:rgba(0,0,0,0.1);
}
a.homeSocial:nth-child(n+3) {
	width:33.029%;
	margin-right:0;
}
a.homeSocial img {
	max-width:100%;
	height:auto;
}

/* Media Page */

div.video-src-links {
	margin:1em 0 0 0;
	text-align: center;
}
div.video-src-links a img {
	display: inline-block;
	width: calc(25% - 10px);
	margin:0 10px 0 0;
	opacity:0.35;
	transition: all 250ms;
}
div.video-src-links a img:hover {
	opacity:1.0;
}

/* Events Page */

.event {
	width:960px;
	max-width:100%;
	margin:-1px auto 0 auto;
	padding:3em 0;
	text-align:left;
	border-bottom:1px solid #c5904b;
}
.eventDate {
	float:left;
	width:calc(17% - 20px);
	margin:0 20px 0 0;
	font-family:"Barlow Condensed", sans-serif;
	font-weight:700;
	font-size:150%;
	line-height:1em;
	color:#542a29;
	color:#fff;
	text-align:center;
	padding:6px 5px 9px 5px;
	background:#542a29;
	border-radius:.5em;
}
.eventLocation {
	float:left;
	width:83%;
}
.eventLocation b {
font-size:125%;
}
.eventsDate, .eventsCity, .eventsVenue {
	display:inline-block;
	margin-bottom:1em;
}
.eventsDate {
	width:20%;
}
.eventsCity {
	width:39%;
}
.eventsVenue {
	width:39%;
}


/*****************/
/* MOBILE STYLES */
/*****************/


@media only screen and (max-width:767px) {

nav {
	position:fixed;
	top:100%;
	left:0;
	width:100%;
	margin-top:-56px;
	padding:1em;
	background:rgba(255,255,255,0.95);
	box-shadow:0 -2px 4px rgba(0,0,0,0.1);
	text-align:center;
}
footer {
	margin-bottom:57px;
}
div.homelogo {
	line-height:100vh;
}
div.homelogo img {
	width:50%;
}
div#homevidtest {
display:none;
}
img.home-music-logo {
	max-width:50%;
	height:auto;
}
img.shop-music-logo {
filter:invert(100%);
}
section {
	max-width:100%;
}
div.col {
	float:none;
	clear:both;
}
div.left, div.right {
	margin:0;
}
div.width25, div.width33, div.width50, div.width67, div.width75 {
	width:100%;
	margin:0 0 1em 0;
}
.padding {
	padding:2em 1em;
}
.bgPic2019_1 {
background-image: url("../img/bgPic2019_1m.jpg");
}
.bgPic2019_2 {
background-image: url("../img/bgPic2019_2m.jpg");
}
.bgPic2024_ukulele {
background-image: url("../img/bgPic2024_ukulele1080.jpg");

}
.eventDate {
	width:calc(32% - 10px);
	margin:0 10px 0 0;
}
.eventLocation {
	width:68%;
}
img.icon-social {
	width:100px;
	height:auto;
}

}


/*****************/
/* MOBILE STYLES */
/*****************/


@media only screen and (max-width:359px) {

nav {
	padding:.5em;
}
nav ul li a:link, nav ul li a:visited, nav ul li a:hover, nav ul li a:active {
	font-size:12px !important;
	margin:0 .25em;
}
a.homeSocial {
	padding:1em;
	font-size:12px;
}

}