@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);



/* w3-theme */
.w3-theme-l5 {color:#000 !important; background-color:#f2f9fe !important}
.w3-theme-l4 {color:#000 !important; background-color:#d2eafd !important}
.w3-theme-l3 {color:#000 !important; background-color:#a6d4fa !important}
.w3-theme-l2 {color:#000 !important; background-color:#79bff8 !important}
.w3-theme-l1 {color:#fff !important; background-color:#4daaf6 !important}
.w3-theme-d1 {color:#fff !important; background-color:#0c87eb !important}
.w3-theme-d2 {color:#fff !important; background-color:#0b78d1 !important}
.w3-theme-d3 {color:#fff !important; background-color:#0a69b7 !important}
.w3-theme-d4 {color:#fff !important; background-color:#085a9d !important}
.w3-theme-d5 {color:#fff !important; background-color:#074b83 !important}

.w3-theme-light {color:#000 !important; background-color:#f2f9fe !important}
.w3-theme-dark {color:#fff !important; background-color:#074b83 !important}
.w3-theme-action {color:#fff !important; background-color:#074b83 !important}

.w3-theme {color:#fff !important; background-color:#071e24; !important}
/* .w3-theme {color:#fff !important; background-color:#2196f3 !important} */

.w3-text-theme {color:#2196f3 !important}
.w3-border-theme {border-color:#2196f3 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#2196f3 !important}
.w3-hover-text-theme:hover {color:#2196f3 !important}
.w3-hover-border-theme:hover {border-color:#2196f3 !important}

.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}


/* w3.css override */
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
hr {
	border-top: 6px solid #8ab1ef;
    border-radius: 10px;
    width:80%;
    margin: auto;
}

footer, .header-home, .header-about, .header-performances, .header-photos, .header-recordings, .header-links {
	/*background-image:url(wallpaper.jpg);
	background-color:#eaeaea;*/
}

.header-home, .header-about, .header-performances, .header-photos, .header-recordings, .header-links {
	display: none;
	padding: 32px 8px;
	width: 100%;
}

#home .header-home {display:inline-block}
#about .header-about {display:inline-block}
#performances .header-performances {display:inline-block}
#photos .header-photos {display:inline-block}
#recordings .header-recordings {display:inline-block}
#links .header-links {display:inline-block}

.wt-home-about {
    text-align: left;
	font-size:1.2em;
}

.mySlides {display: none}
	
.w3-sidenav a,.w3-sidenav h4 {padding: 12px;}
.w3-navbar li a {
	padding-top: 12px;
	padding-bottom: 12px;
}

/* print content section only - no header, sidenav, sidebar or footer */
@media print {
}

.article-content a.hf:link {color: #ffffff; text-decoration: none;}
.article-content a.hf:visited {color: #ffffff; text-decoration: none;}
.article-content a.hf:hover {color: #333399; text-decoration: none;}
.article-content a.hf:active {color: #ffffff; text-decoration: none;}
	
.article-content a:link {color: #825a29; text-decoration: none; font-weight: bold;}
.article-content a:visited {color: #825a29; text-decoration: none; font-weight: bold;}
.article-content a:hover {color: #333399; text-decoration: none; font-weight: bold;}
.article-content a:active {color: #825a29; text-decoration: none; font-weight: bold;}

.list-content a:link {color: #fff; text-decoration: underline; font-weight: normal;}
.list-content a:visited {color: #fff; text-decoration: none; font-weight: normal;}
.list-content a:hover {color: #8ab1ef; text-decoration: none; font-weight: normal;}
.list-content a:active {color:  #8ab1ef; text-decoration: none; font-weight: normal;}

/* .list-content a:link {color: #6a294e; text-decoration: none; font-weight: bold;}
.list-content a:visited {color: #6a294e; text-decoration: none; font-weight: bold;}
.list-content a:hover {color: #339999; text-decoration: none; font-weight: bold;;}
.list-content a:active {color:  #006ed6 ; text-decoration: none; font-weight: bold;} */



.vid-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 35px; height: 0; overflow: hidden;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer a, header a {
	text-decoration: none;
}

.article-content .page-navbar a:link {
	font-weight: normal;
}

.page-navbar li {
	color:#0c87eb; /* w3-theme */
}

@media screen and (max-width: 1150px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width:1009px) {
}

@media screen and (min-width:901px) {
}

@media (max-width:900px) and (min-width:601px) {
}

@media screen and (max-width:900px) {
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 600px) {
  h1{font-size:32px}
  h2{font-size:27px}
  h3{font-size:24px}
  h4{font-size:18px}
  h5{font-size:16px}
  h6{font-size:14px}

  .header-home, .header-about, .header-performances, .header-photos, .header-recordings, .header-links {
	padding: 0px;
  }
  
  .wt-home-about {
	font-size:1.0em;
  }
}

/* Mobile */
@media screen and (min-width: 320px) and (max-width: 480px) { 
  .section-tile {
	  display: block;
	  width: 100%;
  }
  
  .w3-bar .ecak-home-menuitem {
	padding: 12px 8px;
  }
}



.perf-list li {
	padding: 6px 0px;
}

.perf-list.show10 li:nth-child(n+10),
.perf-list.show15 li:nth-child(n+15),
.perf-list.show20 li:nth-child(n+20),
.perf-list.show25 li:nth-child(n+25),
.perf-list.show40 li:nth-child(n+40) {
    display:none;
}

.perf-list.show-more {
	font-weight: bold;
	padding: 25px 0px;
	text-align: center;
    cursor: pointer;
}

.sub { font-size: 12px; color:#999999; font-style:normal }

.subhead {color: #8ab1ef; text-align: center; font-weight: bold}
/*.subhead {color: #6a294e; text-align: center; font-weight: bold} */
