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

/* reset */
html,body,div,span,h1,h2,h3,h4,p,a,em,img,strong,center,ul,li,fieldset,form,label,article,aside,figure,figcaption,footer,header,hgroup,menu,nav,section{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}

header, nav, main, section, article, aside, footer, figure, figcaption {display: block;}
ol,ul {list-style:none;}

/* Global Styles */

html {
	background-color:  #2b2d3a;
}

body {
	max-width: 1200px;
	margin: 0 auto;	
	background-color: #fdfaf5;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	position:relative;
}

h1 {
	color: #2b2d3a;
	font-family: 'Oswald', sans-serif;
}

h2 {
	color: #2b2d3a;
	font-family: 'Merriweather', serif;
	font-size: 1.4em;
	margin-bottom: 1em;
}
h3 {
	color: #2b2d3a;
	font-family: 'Oswald', sans-serif;
	font-size: 1.6em;
	margin-bottom: .4em;
}
h4 {
	color: #2b2d3a;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	margin-bottom: .4em;
}
p {
	color: #2b2d3a;
	line-height: 1.6;
	margin-bottom: 1em;
	font-family: 'Merriweather', serif;
}
.bld {
	font-weight: 600;
}
.hl {
	font-weight: 500;
	font-size: 1.2em;
}
.hl a {
	font-size: 1.1em;
}
.material-icons.md-24 { font-size: 24px; }
.cl {
	clear:both;
}

a {
	text-decoration: none;
	color: #551a8b;
}
a:hover {
	text-decoration: underline;
	color: #735c88;
	
}
a img {
	border:none;
	outline:0;
}
ul {
	list-style: disc;
	margin-left: 5%;
	margin-bottom: 1.6em;
}

li {
	line-height: 1.6;
}


header h1 {
	font-size: 3em;
	text-align: right;
	padding-right: 4%;
	padding-top: 24px;
}
header h1 a {
	color: #2b2d3a;
}
header h1 a:hover {
	color: #5a5c63;
	text-decoration: none;

}
header img {
	position:absolute;
	width: 110px;
	height: 110px;
	top: 14px;
	left: 30px;
}
header img {
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
header img:hover {
	opacity: .6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
header .smscrn {
	display: none;
}
main {
	margin-top: 2%;
	padding: 2% 6%;
}
.about {
	margin-bottom: 3em;
}
.NC {
	width: 45%;
	padding-right: 2%;
	float: left;
}
.NC img {
	display: block;
	margin: 1.8em auto;
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	border: 2px solid #2b2d3a;
	padding: 0px;
	
}

.grpslnk img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	border-radius: 12px;
	border: 1px solid #2b2d3a;
	padding: 0px;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.grpslnk img:hover {
	opacity: .6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

.groups {
	padding-left: 2%;
	float: right;
	width: 45%;
}
.groups p {
	padding-top: .8em;
	padding-bottom: 1em;
}
.groups img {
	display: block;
	margin: 1.4em auto;
	max-width: 100%;
	width: 400px;
	height: auto;
	border-radius: 12px;
	border: 2px solid #2b2d3a;
	padding: 0px;
}

.application {
	clear:both;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
}
.application h4.lrgscrn {
	display: block;
}
.application h4.smscrn {
	display: none;
}
.choir h3 a {
	color: #2b2d3a;
}
.choir img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.choirpic {
	display: block;
	margin: 2em auto;
	max-width: 100%;
	height: auto;
}
footer {
	background: #2b2d3a;
	background-image: url(../images/chea-footer.png);
	height: 100px;
	width: 1200px;
	max-width: 100%; 
}
footer p {
	color: #fdfaf5;
	font-size: .8em;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
footer p a {
	color: #fdfaf5;
}
footer p a:hover {
	color: #E1DED9;
}
footer .lrgscrn {
	display: block;
}
footer .smscrn {
	display: none;
}

/* groups page */

h2.title {
	color: #2b2d3a;
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	margin-bottom: 1em;
}
/* Media query for Mobile devices*/
@media only screen and (max-width : 480px) {
/* Header */
body {
	max-width: 100%;
}
header {
	height: 180px;
	background: url(../images/cheaBanner-skylineBlue_sm.jpg)no-repeat left 0px;
	margin-top: 14px;
}

header img {
	display: none;
}
header .lrgscrn h1 {
	display: none;
}

header .smscrn {
	display: block;
	text-align: right;
}
header .smscrn h1{
	font-size: 2em;
	padding-right: 4%;
	padding-top: 18px;
}
.NC {
	width: 100%;
	margin: 0 auto;
	padding: 2%;
	float: none;
}

.groups {
	width: 100%;
	padding: 2%;
	float: none;
}
.application {
	padding-top: 0em;
	padding-bottom: 0em;
}
.application h4.lrgscrn {
	display: none;
}
.application h4.smscrn {
	display: block;
}
.application h4 {
	font-size: 1.2em;
	margin-bottom: 2em;
	margin-top: 0em;
}

footer p {
	line-height: 2em;	
}
footer .lrgscrn {
	display: none;
}
footer .smscrn {
	display: block;
}
}
/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 800px) {
/* Header */
header {
	height: 220px;
	background: url(../images/cheaBanner-skylineBlue_s-med.jpg) no-repeat left 0px;
	margin-top: 14px;
}
header img {
	position:absolute;
	width: 80px;
	height: 80px;
	top: 12px;
	left: 18px;
}
header .lrgscrn h1 {
	display: none;
}

header .smscrn {
	display: block;
	text-align: right;
}
header .smscrn h1{
	font-size: 2.4em;
	padding-right: 4%;
	padding-top: 18px;
}
.NC {
	width: 100%;
	margin: 0 auto;
	padding: 2%;
	float: none;
}

.groups {
	width: 100%;
	padding: 2%;
	float: none;
}
.application {
	display:block;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 1em;

}
.application h4.lrgscrn {
	display: none;
}
.application h4.smscrn {
	display: block;
}
.application h4 {
	font-size: 1.4em;
	line-height: 1.8;

}
footer p {
	line-height: 2em;	
}
footer .lrgscrn {
	display: none;
}
footer .smscrn {
	display: block;
}
}
/* Media Query for Tablets */
@media only screen and (min-width : 801px) and (max-width : 1024px) {
/* Header */
header {
	height: 240px;
	background: url(../images/cheaBanner-skylineBlue_med.jpg) no-repeat left 0px;
	margin-top: 14px;
}
header h1 {
	font-size: 2.6em;
}
header img {
	position:absolute;
	width: 90px;
	height: 90px;
	top: 14px;
	left: 30px;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header {
	height: 280px;
	background: url(../images/cheaBanner-skylineBlue-lrg.jpg) no-repeat left 0px;
	margin-top: 14px;
	
}


}