@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	background-color: rgba(246,246,246,1.00);
}
h1, h2, h3, h4, h5, h6{
	font-family: 'montserrat' , sans-serif;
	color: rgba(146,146,146,1.00);
	font-style: normal;
	font-weight: 400;
	font-stretch: extra-expanded;
}

hr {width:50%;margin:auto;}
tr {text-align:left;}
p{
	font-size: 14px;
	font-family: 'alice', sans-serif;
	font-style: normal;
	font-weight: 100;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
}


/* Link styles*/
a {
	color: rgba(195,195,195,1.00);
	text-decoration:none;
	font-weight:700;
	font-style:italic;
}
a:visited {
	color: rgba(146,146,146,1.00);
}
a:hover {
	color: rgba(255,255,255,1.00);
}
.linkStyle {
	color: rgba(146,146,146,1.00);
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
}

h6 a {font-size:large;}

/* Header & HERO styles*/
.logo {
	text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.heroHeader {
	
	background-color: rgba(0,0,0,1.00);
	border-radius: 15px;
}
/* Navigation styles*/

/* Typography styles*/
.textStyle {
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(73, 73,73,1.00);
	font-size: small;
	min-height:40px;
	
}
.headingStyle {
	/* [disabled]font-family: 'montserrat', sans-serif; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	color: rgba(146,146,146,1.00);
	font-size: 24px;
	line-height: 1em;
	margin-top: 0px;
	padding-top: 60px;
}
.mainHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
	margin-top: 0%;
	font-size: 48px;
	background-repeat: no-repeat;
}
.mainTagline {
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 12px;
	margin-top: 0%;
	line-height: 1em;
}
.sectionText {
	text-align: center;
	
}
#sectionOne {
	text-align: justify;
	min-width:240px;
		
}
#sectionTwo {
	text-align: justify;
	min-width:240px;
	}

/* Gallery styles */
.gallery{
    padding-top:20px;
    padding-bottom:30px;
}

.hasNote {
	opacity: 1.0;
	filter: alpha(opacity=100);
	
	}
.hasNote:hover {opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */}	

.paraContent{
	font-size: 14px;
	font-family: alice, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(100,100,100,1.00);
	line-height: 1.8;
	margin-left: 5%;
	margin-right: 5%;
}
.contentArea{
	font-size: 14px;
	font-family: alice , sans-serif;
	font-style: normal;
	font-weight: 100;
	color: rgba(255,255,255,1.00);
	line-height: 1.8;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.showAreaH2 {
	
}
#secondaryStyling {
	padding-top: 20px;
    padding-bottom: 20px;
}
.secondarySection {
	background-color: rgba(110,110,110,1.00);
	width:100%;
	
}
.secondaryHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
}
/*Footer styles*/
.footerTitle {
    text-align: center;
    font-size: 22px;
}
.footerTextContainer {
	text-align: justify;
	margin-bottom: 10%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bbb;
	width:100%;
	max-width:500px;
	margin:auto;
	font-family: 'montserrat' , sans-serif;
	color: rgba(146,146,146,1.00);
	font-style: normal;
	font-weight: 400;
	font-stretch: extra-expanded;
	text-align:center;
	}
td,th {
    border-top: 1px solid #ddd;
    padding: 4px; 
	text-align:center;
	}
th {
    background-color: black;
    color: white;
}
tbody tr:nth-child(even)  td { background-color: #eee; }
.note {
	background-color: rgba(227,210,9,1.00);
	overflow:hidden;
	display:none;
	opacity:1.0;
	
}

.grammy {background-color: #FBE200;}

 


/*
  @media only screen and (max-width: 480px) {
  
  .tiles {width: 100%;
display:inline-block;
clear:none;margin:auto;}
  }*/
