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

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700italic,700);

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Regular-webfont.eot');
	src: url('../_fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Bold-webfont.eot');
	src: url('../_fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('../_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Bold-webfont.svg#webfontKr2CkGZp') format('svg');
	font-weight: bold;
	font-style:normal;
}


/*layout styles*/ 
html {
	background-color: rgb(255,255,255);
	width: 100%;
}


body {
	background-color: rgba(0,0,0,1);
	background-image: url(../_images/img-back/quest2.png);
	font-size: 1.em;
	font-family: 'Cantarell', sans-serif;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
}



article {
	width: 90%;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	background-color: rgba(255,255,255,0.3);
}
p {
	font-family: 'Cantarell', sans-serif;
	color: black;
	font-size: 16px;
}

 
p a {
 	font-family: 'Cantarell', sans-serif;
	line-height: 1.5;
	color: black;
	text-decoration: none;
}
p a:hover{
	font-family: 'Cantarell', sans-serif;
	line-height: 1.5;
	color: rgba(204,0,0,1);	
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}


/*Header styles*/

header {
	height: 412px;
	background-size: cover;
	margin-bottom: 50px;
	position: relative;
	background-color: rgba( 0,0,0,1.0);
	background-image: url(../_images/img-back/white-eyes.png);
	background-repeat: no-repeat;
	background-position: center;
}
header h2 {
	
	font-family: "Titillium Web", sans-serif;
	font-size: 2.7em;
	line-height: 120px;
	text-transform: uppercase;
	text-shadow: 0px 5px 2px #000;
	color:rgba(255,255,255,1);
    font-weight: 900;
	margin: 0;
	padding: 20px 0 0 30px;
	letter-spacing: 2px;
}
.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.logo a{
    font-family: 'Cantarell', sans-serif;
	font-size: 2.5em;
	color: #fff;
	text-decoration: none;
	border: 3px solid #fff;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	background-color: #fff;
	color: chocolate;
}

header a.logo span { display: none; }


header a.logo span { display: none; }
nav {
	font-family: 'Cantarell', sans-serif;
	font-size: 0.9em;
	width: auto;
	background-color: rgba(98,158,208,0.3);box-shadow: 0px 5px 10px #888; position: relative; padding: 30px 0px 0px 160px; }

nav ul{ list-style: none; margin: 0; padding: 0;}
nav > ul > li{ float:left;}
nav ul::after {content:''; display:block; clear:both;}
nav ul li:hover {background-color:rgba(0,0,255,1)}
nav ul li:hover > ul { display:block;}
nav ul li a {
	display: inline-block;
	color: rgba(255,255,255,1);
	padding: 10px;
	text-decoration: none;
	width: 110px;
}
nav ul li a:hover { background-color:rgba(108,108,255,1); }
nav ul ul { display:none; position: absolute; top: 100%; background-color:rgba(0,0,0,1) }
nav ul ul li { position:relative;}
nav ul ul ul { left: 100%; top: 0;}

/*top level*/
nav > ul {padding-left: 35px; }
nav > ul > li{ float:left;}
 
@media screen and main,header,footer{
	max-width:1024px;
	width:100%;
	float:none;
}
@media screen and main,header,footer{
	min-max:320px;
	width:100%;
	float:none;
}
/*the two codes below are for the images of the site to be responsive*/
[if lt IE 9]><script>
jQuery(function($) {
    $('img').each(function(){
        // .removeAttr supports SSVs in jQuery 1.7+
        $(this).removeAttr(width height);
    });
});
img, object, embed, video {
	max-width: 100%;
	-ms-interpolation-mode:bicubic;}



/*main article styles*/


article h1 {
	font-family: 'Satisfy', cursive;
	color:rgba(31,31,31,1.00);
	font-size: 2.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 20px;
	 }
article p{
	font-family: 'Cantarell', sans-serif;
	color: black;
	font-size: 18px;
	font-weight: 400;
}
article h2 {
    font-family:'Cantarell', sans-serif;
    margin: 0px 0px 1.5em 0px;
	color: orangered;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
article h2 span {
	font-family: "Finger Paint", cursive;
	font-size: 1.3em;
	color: red;
	text-shadow: 0px 3px 2px #000;
	text-align: center;
    margin-top: 0px;
}
#mainContent{
width: 85%;
}
#mainContent h2 span {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}

.note{
	padding: 15px;
	text-align: left;
	width: 80%;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.note p{
	color: white;
	font-size: 1.2em;
}
.note h1 {
	color: white;
	
}
.note h2 {
	font-family: "Finger Paint", cursive;
	font-size: 1.3em;
	color: red;
	text-shadow: 0px 3px 2px #000;
    text-align: center;
	margin-top: 15px;
}
.note img{
	padding-right: 10px;
}
.firstcharacter { 
   font-family: 'Georgia;'; 
   float: left;
   color:aqua;
   font-size: 1.8em; 
   line-height: 60px;
   padding-top: 4px;
   padding-right: 8px; 
   padding-left: 3px; 
}
article h3 {
	font-family: "Finger Paint", cursive;
	font-size: 1.8em;
	color:darkcyan;
	font-weight: bold;
	margin-bottom: 0;
}
article a {
	color: rgb(2, 99, 174);
}
article a:hover {
	color: rgb(251, 174, 44);
}
article .more {
	color: rgb(2, 99, 174);
	text-align: right;
	font-weight: bold;
}
article a.more:hover {
	color: rgb(251, 174, 44);
	background: none;
}

img, object, embed, video {
	max-width: 100%;
	-ms-interpolation-mode:bicubic;
}
#theArt {
	text-align: center;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	position: relative;
	display: block;
}
#theArt img {
	width: 100%;
	height: auto
}
/*collapsible  containers*/
section.condense {
	max-height: 308px;
	overflow: hidden;
	position: relative;
	-webkit-transition: max-height 0.75s ease 0s;
	-moz-transition: max-height 0.75s ease 0s;
	-ms-transition: max-height 0.75s ease 0s;
	-o-transition: max-height 0.75s ease 0s;
	transition: max-height 0.75s ease 0s;
}
section.condense:hover {
	max-height: 999px;
}
section.condense:after {
	content: " ";
	background: url(../_images/hover.png) no-repeat right top;
	width: 30px;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
}
section.condense:hover:after {
	background-position: right bottom;
}
/*spotlight gallery styles */


p a {
    font: 'Cantarell', sans-serif; 
	font-size: 14px; 
	color: rgba(102,102,102,1);
	text-decoration: none;
}
.firstcharacter {
	float: left;
	color: rgba(128,0,64,1);
	text-shadow: 0px 3px 2px #000;
	font-size: 6em;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: Georgia;
  }
p a:hover{
	color: rgba(204,0,0,1);	
}
 ul{
	font-size: 16px;
	color: rgba(204,0,0,1);
	font-weight: 600;
 }
 .intro-apart span {
	text-transform: uppercase;
	color: rgba(51,51,51,1);
	text-align: center;
	padding: 10px;
	line-height: 30px;
	font-weight: 500;
 }

 /* Table Styles */

.matter h3{
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: rgba(51,51,51,1);
	box-shadow: 0px 3px 2px #888;
	border-radius: 10px 10px 10px 10px;
	text-decoration: blink;
	line-height: 1.5em;
	background-color: rgba(248,248,241,1);
	padding: 22px;
	text-align: left;
	font-family: Cantarell, Arial, Helvetica, sans-serif;
}
.matter{
    background-color: rgba(178,178,178,1);
    box-shadow: 0px 5px 10px #888;
    padding: 10px;
    width: 90%;
    border: thin double rgba(14,15,15,1.00);
    margin-right: auto;
    margin-left: auto;
}

.data1 .data2{
	float: left;
	width: 45%;
	padding: 15px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	color: rgba(51,51,51,1);
}
.data1{
	background-color: rgba(98,158,208,0.3);
	color: rgba(102,102,102,1);
	border-radius: 40px 40px 40px 40px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.data1 button {
	width: 60%;
	cursor: hand;
	background-color: rgba(174,213,241,1);
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 3px 5px #888;
	color: rgba(255,255,255,1);
	border: none;
	display: block;
	margin-top: 5em;
	margin-right: auto;
	margin-bottom: 5em;
	margin-left: auto;
	padding: 5px;
	
}
.data1 button h2{
	font-family: 'Satisfy', cursive;
	color: rgba(128,0,64,1);
	font-size:18px;
}
.data1 button:hover {
	transform: scale(1.2);
	background-color: rgba(255,204,0,1);
	color: rgba(51,51,51,1);
}

aside.matter img {
	padding: 10px;	
}
aside table#matter{
	width: 70%;
	margin-top: 10px;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 30px;
}
table#matter {
    width: 80%;
    font-family: 'Cantarell', sans-serif;
    color: black;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: yellow;
    box-shadow: 0px 5px 10px #888;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 10px;
	border-radius: 20px 20px 20px 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
   
}
table#matter th, table#matter td {
   text-align: center;
}
table#matter thead{
	font-size: 1em;
	line-height: 25px;
	background-color: rgba(0,0,0,1);
	text-transform: uppercase;
}
table#matter thead th {
	color:rgba(255,255,255,1);
	padding: 15px;
	vertical-align: bottom;
}
table#matter thead th:nth-child(1){width: 40%;
text-align: left; padding-left: 20px;}
table#matter thead th:nth-child(2){width: 45%;}
table#matter tbody	{ font-size: 1em;line-height: 15px;}
/*have dramatized the transition and color of fonts*/
table#matter tbody tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,1);
	transition: background-color .6s, color .6s;
}
/*the odd goes to second line even starts on first linecreate different designs copy paste the bellow lines to create different back colors */
table#matter tbody tr:nth-child(even) {
	background-color:aquamarine;
  }
  /*have added color to font to go black*/
table#matter tbody tr:hover {
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
}
  
/*below apply the color odd lines white*/  
table#matter tbody td {
	padding: 12px;
	outline-color: black;
}
table#matter tbody tr:hover td:first-child {
	background-color: rgba(204,51,0,0.0);
	color: rgba(0,102,102,1);
}

/*light color emphase for fist column with yellow*/
table#matter tbody td:first-child {
	text-align: left;
	padding-left: 20px;
	font-weight: 700;
	background-color: rgba(255,6,131,0.35);
	transition: background-color .6s;
}
table#matter tfoot {
	font-size: 0.8em;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
} 
table#matter tfoot p{
	color: rgba(255,255,255,1);
}

table#matter tfoot tr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: rgba(255,0,0,1);
}
table#matter tfoot td {
	color: rgba(255,255,255,0.6);
	text-align: left;
	line-height: 15px;
	padding: 15px 20px;
}
table#matter tfoot a {
	color:rgba(255,204,0,1);
	
	text-decoration: none;
}
table#matter tfoot a:hover { color: #fff;
	text-decoration: underline; }

/* Media Queries */
@media screen and (max-width: 400px) {
	h1 { font-size: 34px; line-height: 36px; padding-left: 15px; }
}
/*footer styles	*/

footer{
	background-size: cover;
	box-shadow: 0px 10px 0px #888;
	margin-top: 20px;
	margin-bottom: 0px;
	position: relative;
	background-color: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
}

footer img{
	padding: 7px;
}
.container{
	padding: 10px;
}
.container a{
	padding: 10px;
}
 ul.social{
	display: block;
	padding-top: 20px;
	margin: auto;
	list-style-type: none;
	text-align: center;
}
ul.social li{
	font-size: 2em;
	display: inline;
	padding: 0 1%;
}
ul.social li a{
	color: #666;
}
ul.social li.facebook a:hover{color: rgb(59,89,152);}
ul.social li.twitter a:hover{color: rgb(0,172,237);}
ul.social li.instagram a:hover{color: rgb(81,127,237);}
ul.social li.youtube a:hover{color: rgb(187,0,0);}
ul.social li.flickr a:hover{color: rgb(255,0, 132);}
 
 p.copyright{
	text-align: center;
	color: white;
	font-size: .7em;
}
 
footer #privacy {
	padding: 20px;
	margin-top: 20px;
}
footer #privacy h3 {
     font: Cantarell, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	font-weight: normal;
	text-transform: capitalize;
	color: white;
	text-align: center;
}
footer #privacy p {
	font-size: 0.5em;
	text-align: justify;
	-webkit-transition: font-size .5s ease;
	-moz-transition: font-size .5s ease;
	-o-transition: font-size .5s ease;
	transition: font-size .5s ease;
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	color: white;
}
footer #privacy p:hover {
	font-size: 1.2em;
}
