@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('file:///C|/Users/dat09/AppData/Local/Temp/Adobe/_fonts/Cantarell-Regular-webfont.eot');
	src: url('file:///C|/Users/dat09/AppData/Local/Temp/Adobe/_fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('file:///C|/Users/dat09/AppData/Local/Temp/Adobe/_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('file:///C|/Users/dat09/AppData/Local/Temp/Adobe/_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('file:///C|/Users/dat09/AppData/Local/Temp/Adobe/_fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}

@font-face {
	font-family: 'Cantarell';
	src: url('file:///C|/Users/dat09/AppData/Local/Temp/Adobe/_fonts/Cantarell-Bold-webfont.eot');
	src: url('file:///C|/Users/dat09/AppData/Local/Temp/Adobe/_fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('file:///C|/Users/dat09/AppData/Local/Temp/Adobe/_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('file:///C|/Users/dat09/AppData/Local/Temp/Adobe/_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('file:///C|/Users/dat09/AppData/Local/Temp/Adobe/_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 {
	font-family: 'Montserrat', sans-serif;
	size: 1.1em;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 15px;
	font-weight: 200;
	width: 100%;

}

img{
	position: relative;
	text-align: center;
}

article {
	width: 80%;
	padding: 10px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	background-color: rgba(255,255,255,1);
}
p a {
 	font-family: 'Cantarell', sans-serif;
	line-height: 1.5;
	color: rgba(102,102,102,1);
	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;
}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
.cr {
	clear: right;
}
.cl {
	clear: left;
}
.cb {
	clear: both;
}
.nrm {
	margin-right: 0;
}
.orange {
	text-transform: uppercase;
	color: rgb(251, 174, 44);
	font-weight: bold;
}
.green {
	font-family:'Montserrat', sans-serif;

	text-transform: uppercase;
	color:rgba(0,153,51,1);
	font-weight: bold;
}
.blue {
	font-family: 'Montserrat', sans-serif;
	
	text-transform: uppercase;
	color:rgba(0,0,204,1);
	font-weight: bold;
}
.red {

	text-transform: uppercase;
	color: rgba(160,51,53,1.00);
	font-weight: bold;
}
/*Header styles*/

header {
    height: 360px;
    margin-bottom: 10px;
    position: relative;
    background-color: rgba(41,1,221,0.9);
    background-image:url(../_images/img-back/direcxtory-hd.png);
    background-repeat: no-repeat;
	box-shadow: 0px 5px 10px #888;
    padding-bottom: 0px;
}
.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 25px;
}
.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: #7accc8;
}
header a.logo span { display: none; }
ul.nav {
	background-color: none;
	color: rgba(255,0,0,1);
	font-size: 1.6em;
	text-align: center;
	width: 65%;
	font-family: 'Cantarell', sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}
.nav li {
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
	color: rgba(255,0,0,1);
	line-height: 1.5;
}
.nav a {
	color: rgba(204,0,0,1);
	text-decoration: none;
}
.nav a:hover {
	color: rgba(255,204,0,1);
	
}
@media screen and (max-width: 1280px){

} 
@media screen and (max-width: 850px) {
	header a.logo { width: 120px; height: 44px; }
	article { width: 100%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px; border-right: none; border-bottom: 1px solid #555; }
}

@media screen and (max-width: 414px) {
	header {
   font-size: .9em;
	padding-left: 30px;}
   .logo a{
    font-family: 'Cantarell', sans-serif;
	font-size: 1em;
    padding: 2px 2px 0 2px;
	margin: 0;}
	}
@media screen and (max-width: 750px) {
	header a.logo { width: 120px; height: 44px; }
	article { width: 100%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px; border-right: none; border-bottom: 1px solid #555; }
	aside { 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');
    });
    });}

.branding {
	background-color: rgba(120,173,185,1.00);
	padding-top: 1.2em;
	padding-right: 1em;
	padding-bottom: 1.2em;
	padding-left: 1em;
	position: relative;
	color: rgba(255,255,255,1);
	margin-top: 0px;
	box-shadow: 0px 5px 10px #888;
}
p.branding {
	float: left;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 0px;
	width: auto;
	color: rgba(51,51,51,1);
	font-family: 'Georgia', serif;
	font-size: 2em;
	line-height: 1.6;
	background-color: rgba(120,173,185,1.00);
	box-shadow: 0px 5px 10px #888;
	padding-top: 1.2em;
	padding-right: 1em;
	padding-bottom: 1.2em;
	padding-left: 1em;
	border: thin solid rgba(205,183,31,1.00);
}
p.branding a {
	color:rgba(255,0,0,1);
	line-height: normal;
	text-transform: capitalize;
}

/*main article styles*/
article #mainContent {
	width: 100%;
	margin-top: 3px;
	padding: 20px;
	background-color: rgba(255,255,255,1);
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
article h1 {
	font-family: 'Satisfy', cursive;
	color: rgba(128,0,64,1);
	line-height: 1.5;
	font-size: 2.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 20px;
	 }
article p{
	font: 100% 'Montserrat', sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: rgba(51,51,51,1);
	font-weight: 400;
}

article h2 {
    font: 100% 'MOntserrat', sans-serif;
	 margin: 0px 0px 1.5em 0px;
	color:rgba(102,102,102,1);
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 2px;
	
}
article h2 a {
	font: 100%  'Montserrat', sans-serif;
	 margin: 0px 0px 1.5em 0px;
	color: red;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
	
	article h2 a:hover {
	font: 100% 'Montserrat', sans-serif;
	 margin: 0px 0px 1.5em 0px;
	color:darkgoldenrod;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;	
	}
	
.note{
	padding: 20px;
	text-align: left;
	width: 80%;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

p a img{
	padding-top: 0px;
	padding-left: 5px;
	float: left;
	width: 30px;
	height: 30px;
}
.firstcharacter {
	font-family: 'Georgia', serif;
	float: left;
	color:rgba(120,173,185,1.00);
	text-shadow: 0px 5px 2px #000;
	font-size: 4cm;
	line-height: 60px;
	padding-top: 30px;
	padding-right: 8px;
	padding-left: 3px;
	padding-bottom: 35px;
  }

article h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	color: rgb(251, 174, 44);
	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;
}

/*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(file:///C|/Users/dat09/AppData/Local/Temp/Adobe/_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 */

div.nrm {
	margin-right: 0;
}



.blue {
	font-family: "Palatino Linotype",  "Century Schoolbook L", "Times New Roman", serif;
	text-transform: uppercase;
	color:rgba(0,0,204,1);
	font-weight: bold;
}
.red {

	text-transform: uppercase;
	color:rgba(255,0,0,1);
	font-weight: bold;
}
.matter{
	background-color:rgba(120,173,185,1.00);
	border-radius: 40px 40px 40px 40px;
	box-shadow: 0px 5px 10px #888;
	padding: 10px;
	width: 80%;
	border: thin double black;
	margin-right: auto;
	margin-left: auto;
}
 /* Table Styles */
article.matter h2 {
    font-family: "Titillium Web", sans-serif;
    color: white;
    background-color: rgba(19,17,17,1.00);
    border-radius: 40px 40px 40px 40px;
    padding: 15px;
    width: 50%;
    border: thick solid rgba(188,182,15,1.00);
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4em;
    line-height: 35px;
    text-align: center;
    letter-spacing: .1em;
}
.matter h2 a{
	
	font-family: "Titillium Web", sans-serif;
	color: white;
	background-color:black;
	border-radius: 40px 40px 40px 40px;
	box-shadow: 0px 5px 10px #888;
	padding: 25px;
	width: 50%;
	border: medium dashed red;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	line-height: 35px;
	text-align: center;
	letter-spacing: .1em;
}
.matter h2 a:hover{

	font-family: "Titillium Web", sans-serif;
	color: blue;
	border-radius: 40px 40px 40px 40px;
	box-shadow: 0px 5px 10px #888;
	padding: 15px;
	width: 50%;
	border: medium dashed rgba(102,102,255,1);
	border-width: thick;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4em;
	line-height: 35px;
	text-align: center;
	letter-spacing: .1em;
}
article.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: 'Montserrat', sans-serif;
}
aside.matter img {
	padding: 10px;	
}
aside table#matter{
	width: 70%;
	margin-top: 10px;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 30px;
}
table#matter {
	border-collapse: collapse;
	border-spacing: 0;
	color: #360;
	background-color: rgba(236,236,0,1);
	box-shadow: 0px 5px 10px #888;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: 78%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
table#matter th, table#matter td {
   text-align: center;
}
table#matter thead{
	font-size: 0.8em;
	line-height: 12px;
	background-color: rgba(0,0,0,1);
	text-transform: uppercase;
}
table#matter thead th {
	color:rgba(255,255,255,1);
	padding: 8px;
	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: .9em; 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: rgba(240,0,120,0.2);
  }
  /*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: rgba(51,51,51,1);
}
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;
	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: #666;
	font-size: .7em;
}
 
footer #privacy {
	padding: 20px;
	margin-top: 20px;
}
footer #privacy h3 {
     font: 'Montserrat', sans-serif; 
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color:rgba(51,51,51,1);
	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: rgba(102,102,102,1);
}
footer #privacy p:hover {
	font-size: 1em;
}

#theArt {
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	position: relative;
	display: block;
}
#theArt img {
	width: 100%;
	height: 100%;
}
