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

/*
************************************************************************
 *  Author: Lois Jones | jonesloism.net | jonesloism@gmail.com
 *  History: Created 2014-June
 *  Description:
 *
 *
 *
 ************************************************************************
 */
 
 
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

@font-face {
	font-family: daniel;
	src: url(../fonts/daniel-webfont.woff);
}

@font-face {
	font-family: Kingthings_Wrote;
	src: url(../fonts/Kingthings_Wrote-webfont.woff);
}


@font-face {
    font-family: 'ADD-font-PRACTICE';
    src: url('aguafinascript-regular-webfont.eot');
    src: url('aguafinascript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('aguafinascript-regular-webfont.woff') format('woff'),
         url('aguafinascript-regular-webfont.ttf') format('truetype'),
         url('aguafinascript-regular-webfont.svg#aguafina_scriptregular') format('svg');
    font-weight: heavy;
    font-style: normal;

}

p8 {
	//border: 5px solid #B0FF00;
	text-shadow: 0px 0px;
	color: #0655A0;
	font-family: ADD-font-PRACTICE;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	letter-spacing:  .15em;
}


/* Basic Styles */
body {
	//background-color: #ece8e5;
	background-color: #d5d7da;
	//background-image: url('img/bg7.png');
	background-image: url('images/paintedScatterGrainFilter9.png');
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-bottom: 20%;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 80%;
}
	
	
/*Headings*/
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: .6;
	color: #010101;
	color: #467289;
	letter-spacing: 0px;
}


	
	
/* p tags*/

p {
	color: #392f2f;
	font-size:16px;
	color: #283744;
}


/************* DEFAULT link styles ***************/
a {
	outline: 0;
}			/* default link styles */

a img {
	border: 0px; 
	text-decoration: none;
}			/* default links style */

a:link, a:visited {
	color: #CF5C3F;
	color: #010101;
	color: #fff;
	padding: 0 1px;
	text-decoration: none;
}			/* default links style */

a:hover, a:active {
	color: #fff;
	//color: purple;
	text-decoration: none;
}			/* default links style */

/**************  END default links style *************/



/* Content Area */

.mainContent {
	/*overflow: hidden;
	line-height: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background-color: rgba(199,212,223,.4);
	background-color: rgba(255,255,255,.2);
	*/
	//border:7px groove rgba(199,212,223,1);
	padding: 12px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 45%;
	margin-right: auto;
	margin-left: auto;
}





/* Footer */

.mainFooter {
	width: 100%;
	float: left;
	//margin-top: 7%;
	margin-bottom: 80px;
	padding-left: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	background-color: rgba(187,187,187,.6);
	//box-shadow: 10px 5px 5px rgba(140,153,165,.2);
	border: 1px groove rgba(199,212,223,1);	
}

.mainFooter .footerSig {
	text-shadow: 1px 1px 0px rgba(140,153,165,.7);
}

.mainFooter a:hover, nav a:active {
	//background-color: #8c99a4;
	//background-color: #purple;
	color: purple;
	//background-color: HERE;
	text-shadow: 2px 10px 10px rgba(140,153,165,.7);
	padding-top: 12px;
	padding-bottom: 12px;

}

.mainFooter .copyright {
	font-size: 40%;	
	color: red;
}

.mainFooter .webDesign {
	
}



.footerSig a:hover {
	color: purple;
	
}


.mainFooter p {
	width: 91%;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	
	//color: blue;
}

.COPYRIGHT{
font-size: 40%;	
}



@media only screen and (max-width:780px) {
   .mainContent  { width: 85%; }
}