html,body{
	-webkit-font-smoothing: antialiased;
	height: 100%;
/*	font-family: "brandon-grotesque",sans-serif;*/
	font-family: "Cabin",sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 300;
}

.clear-fix{
	clear:both;
}

body{
	background-image: url(../img/common/main-bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

h1{
	color: #0f3e52;
    font-size: 2em;
    margin-bottom: 30px;
}
p{
	width: 620px;
	max-width: 100%;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}
p.attrib{
	font-style: italic;
	color: #666;
	margin-top: -10px;
}
.content h2,.content h3{
	color: #0f3e52;
	margin-bottom: 4px;
	font-size: 1.1em;
	font-weight: 300;
	text-transform: none;
}
a{
	color:#0f3e52;
}

a:hover{
	color: #5EB9AD;
}

ol{
    padding: 20px 28px;
}

ol li{
	padding: 5px;
}
#wrapper{
	width:960px;
	max-width: 100%;
	min-height: 800px;
	margin:auto;
	padding-top: 20px;
	position:relative;
}
.content{
	padding: 60px 20px 0 20px;
	max-width: 100%;
}
#footer{
	width:960px;
	max-width: 100%;
	margin:auto;
	padding: 15px 20px 0 20px;
	margin-top: 60px;
	margin-bottom: 60px;
	color: #808382;
	border-top: 1px solid #808382;
	font-size: 0.9em;
}

#logo{
	margin-top: -15px;
	margin-bottom: 10px;
	max-width: 70%;
	display:block;
}
#littlelogo{
	margin-top: -15px;
	margin-bottom: 10px;
	max-width: 100%;
	display:none;
}
#topmenu{
	padding: 0 20px;
}
#topmenu li{
	float: left;
	margin-right: 23px;
}
#topmenu li a{
	text-decoration: none;
	color: #333;
	line-height: 1.3em;
}
#topmenu li a:hover{
	color: #0f3e52;
}
#topmenu li a.here{
	color: #0f3e52;
}

.navbar {
  overflow: hidden;
	/*padding: 0px 20px;*/
	font-size: 1.3em;
	text-decoration: none;
	line-height: 1.3em;

/*		width:960px;
		max-width: 100%;
		margin:auto;
		padding-top: 20px;*/

}

.navbar a {
  float: left;
  color: #4E6263;
  text-align: left;
  padding: 0px 0px 0px 20px;

}

.subnav {
  float: left;
  overflow: hidden;
}


.subnav .subnavbtn {
  font-size: 1.3em;
  border: none;
  outline: none;
  color: #4E6263;
  padding: 0px 20px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  color: #5EB9AD;

	  --vis: none;
}

#subnavHere a{
	color:#5EB9AD;
}
#navHere button{
	color:#5EB9AD;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
padding: 0px 0px;
  width: 100%;
  z-index: 1;

}

.navbar:hover .subnavbtn{

}

:root {
  --vis:block;
}

#navHere:hover {
	--vis:block;
}
#navHere .subnav-content {
	display:var(--vis);
}

.subnav-content a {
  float: left;
  color: #4E6263;
  text-decoration: none;

}

.subnav-content a:hover {

  color: #5EB9AD;
}

.subnav:hover .subnav-content {
  display: block;
}

.navbar:hover  {
  --vis: none;
}

.hiderShower {
  font-size: 1.5em;
  border: none;
  outline: none;
  color: #4E6263;
  padding: 0px 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.hiderShower:hover{
	color: #5EB9AD;
}

.songShower{
	font-size: 1.3em;
	color: #0f3e52;
	border: none;
	outline: none;
	padding: 10px 10px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.songShower:hover{
	color: #5EB9AD;
}

.hidden {
	display: none;
}

h2{
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #0f3e52;
	font-size: 0.8em;
}
.soundcloud-container{
	width: 75%;
}
.home-block{
	width: 480px;
	margin-right: 60px;
	margin-top: 50px;
	float: left;
}

.home-block h3{
	font-size: 1.2em;
    line-height: 1.3em;
}
.home-block h3 a{
	text-decoration: none;
	color: #000;
}
.home-block h4{
	color: #808382;
    font-style: italic;
    margin-bottom: 10px;
}

.home-block p{
	line-height: 1.2em;
	width: 480px;
}
.news-teaser{
	margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 24px;
    width: 620px;
    max-width: 100%;
    line-height: 1.2em;
}
.choirSection{
	margin-bottom: 20px;
		border-bottom: 1px solid #CCC;
		padding-bottom: 24px;
		width: 620px;
		max-width: 100%;
		line-height: 1.2em;
}
.choirSong{
	margin-bottom: 5px;
		padding-bottom: 6px;
		padding-left:20px;
		width: 620px;
		max-width: 100%;
		line-height: 1.2em;
		position:relative;
}
.choirSong h2{
	font-size: 1.6em;
    line-height: 1.7em;
}
.choirSong h3{
	font-size: 1.4em;
    line-height: 1.5em;
}

.cal-day,
.cal-date {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
	background-color: #FFFFFF;
	border: 1px solid #CCC;

}

.cal-entry {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	height: 5.5em;

}
.cal-inner {
	font-size:0.8em;
	line-height:1.0em;

}

.cal-littleblock{
	margin-bottom: 4px;
}

.home-block .news-teaser{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.news-teaser h3{
	font-size: 1.2em;
    line-height: 1.3em;
}
.news-teaser h3 a{
	text-decoration: none;
	color: #000;
}
.news-teaser h4{
	color: #808382;
    font-style: italic;
    margin-bottom: 10px;
}

.link-btn{
	display: inline-block;
	background: url(../img/common/link-btn.gif) no-repeat top right;
	padding-right: 14px;
	text-decoration: none;
	font-weight: 500;
	color: #0f3e52;
	font-size: 1.1em;
	margin-top: 8px;
}

.release-teaser{
	margin-bottom: 40px;
}
.release-teaser-content{
	float: left;
	max-width: 100%;
}
.release-teaser h3{
	font-size: 1.3em;
}
.release-teaser h4{
	margin-top: 6px;
	font-size: 1em;
	font-weight: bold;
	color: #999;
	font-style: italic;

}

.release-teaser p{
	width: 400px;
	max-width: 100%;
}
.release-summary{
	margin-top: 10px;
	width: 400px;
	max-width: 100%;
}
.release-cover{
	float: left;
	margin-right: 30px;
	border: 1px solid #ccc;
}

.release-detail-cover{
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.release-detail h5{
	margin-bottom: 0.5em;
}
.release-detail h6{
	margin-top:1em;
	color: #0f3e52;
	font-size: 1.2em;
}
.release-detail h3{
	font-size: 1.3em;
}
.paypal-box{
	margin: 22px 0 10px;
}
.release-detail h4{
	margin-top: 6px;
	font-size: 1em;
	font-weight: bold;
	color: #999;
	font-style: italic;
	margin-bottom: 22px;
}
.gigs-intro{
	margin-bottom: 40px;
}

.workshop-teaser{
	display: block;
	width:300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

.workshop-teaser h3{
	margin-top: 10px;
}

.workshop-teaser h3 a{
	text-decoration: none;
}

.download-list{
	margin-top: 30px;
	margin-bottom: 30px;
}

.download-list a{
	display: block;
	height: 47px;
	margin-bottom: 20px;
}

.download-list a img{
	float: left;
}
.download-label {
    margin-left: 12px;
    float: left;
    margin-top: 13px;
}
.gallery-images img{
	line-height:0;
	display: block;
	float: left;
	margin-bottom: 3px;
	margin-right: 3px;
}
.perfundo__image {
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.grid-cell{
	margin-bottom: 10px;
    padding-right: 10px;


}

.grid-cell img{
	border: 1px solid #ccc;
	width: 100%;
}


.galgrid {
/*	display:grid;
	grid-template-columns: repeat(3, 1fr);*/
	column-count:3;
	column-fill:balance;
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }



@media only screen and (min-width: 801px) { /*   */
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
	#cal-big{
		display:block;
	}
	#cal-little{
		display:none;
	}
	#logo{
		display:block;
	}
	#littlelogo{
		display:none;
	}
}

@media only screen and (min-width: 621px) and (max-width: 800px) { /*   */

	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
	#cal-big{
		display:block;
	}
	#cal-little{
		display:none;
	}
	#logo{
		display:none;
	}
	#littlelogo{
		display:block;
		max-width:50%;
	}
}
@media only screen and (max-width: 620px) { /*   */
	.galgrid{
		column-count:1;
	}
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
	#cal-big{
		display:none;
	}
	#cal-little{
		display:block;
	}
	#logo{
		display:none;
	}
	#littlelogo{
		display:block;
	}
	.navbar {
	  overflow: hidden;
		/*padding: 0px 20px;*/
		font-size: 1.3em;
		text-decoration: none;
		line-height: 1.3em;

			width:100%;
			max-width: 100%;


			padding:0px 0px;

	}
	.subnav .subnavbtn{
		padding:0px 0px 0px 12px;
	}
	.subnav-content {
		padding:0px 0px 0px 0px;
	}
}

@media only screen and (max-width: 620px) { /*   */
	body{
		/*background: none;*/
		background-image: url(../img/common/main-bg-trans.jpg);
		background-position:top right;
		background-repeat:no-repeat;
	}
	#wrapper{
		width: 100%;
	}
	.content{
		width:320px;
		margin:auto;
		padding-top:60px;
	}
	.home-block{
		width:320px;
		margin:auto;
		padding-top:60px;
	}
	#topmenu{
		padding: 0;
	}
	#logo{
		margin-top: 20px;
	}
	.content{
		margin-top: 20px;
	}

	.release-teaser h3 {
    	margin-top: 10px;
	}
	.content img{
		width:100%;
		height:auto;
	}
}


@media only screen and (max-width: 430px) { /*   */
	.navbar {
		/*padding: 0px 20px;*/
		font-size: 1em;
		text-decoration: none;
		line-height: 1em;}
		#logo{
			margin-top: 10px;
		}
		.content{
			margin-top: 0px;
		}
		.content img{
			width:280px;
			height:auto;
		}
}
