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

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:900|Roboto:300,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;
}
/* colors 
red: #97190a
green: #008e76
blue: rgba(0,204,204,1)
orange: #ed782a
grey: #9caaa4
yellow:rgba(255,204,0,1)
fuccia:rgba(221,34,81,1)
black:rgba(255,255,255,1)
prune: rgba(128,0,64,1)
*/

body {
	font-size: 100%;
	width: 100%;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/*header*/

header {
	height: 419px;
	width: 100%;
	background-image: url(../_images/noir_lg.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
}

header h1 {
	font-family: "Titillium Web", sans-serif;
	font-size: 2.5em;
	line-height: 60px;
	text-transform: uppercase;
	text-shadow: 0px 5px 2px #000;
	font-weight: 900;
	letter-spacing: 2px;
	color: rgba(0,204,204,1);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	}
	
/*nav*/
ul.nav {
	color: rgba(51,51,51,1);
	font-size: 2em;
	text-align: center;
	width: 65%;
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 12px;
}
.nav li {
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
	color: rgba(102,102,102,1);
}
.nav a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
.nav a:hover {
	color: rgba(255,0,0,1);
}
.wrap {
	width: 100%;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
}
.data {
	position: relative;
	width: 55%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
p a img{
	padding-top: 0px;
	margin-bottom: 20px;
	float: left;
	width: 30px;
	height: 30px;
}
 blockquote{
	font-family: 'Montserrrat', sans-serif;
	background-color: rgba(255,255,255,1);
	width: 65%;
	border-radius: 40px 40px 40px 40px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 18px;
	color: rgba(0,153,0,1);
	padding: 25px;
}

blockquote p { margin: 40px 30px 20px 50px; }
blockquote p.quote { font-style: italic; font-size: 1.2em;}

blockquote::before { 
     content: '\201c';
	 color:rgba(128,0,64,1);
	 position: absolute;
	 top: 10px; left: 8px;
	 font-size: 9em;
	 font-family: serif;
}blockquote h4 {
	text-align: right;
	font-weight: normal;
}
.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(204,255,102,1);
	color: rgba(102,102,102,1);
	padding-top: 25px;
	padding-bottom: 25px;
}
.data1 button {
	cursor: hand;
	background-color: rgba(255,0,0,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: 10px;
	width: 65%;
}
.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);
}
/* Table Styles */
.titled{
	font: 100% 'Montserrat', sans-serif;
	font-size: 16px;
	background-color: rgba(229,229,229,1);
	border: 1px solid rgba(51,51,51,1);
	width: 90%;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.titled h2{
	font-family: "Titillium Web", sans-serif;
	color: rgba(255,255,255,1);
	letter-spacing: 2px;
	font-size: 1.5em;
	line-height: 44px;
	background-color: rgba(191,2,6,1);
	border-radius: 40px 40px 40px 40px;
	border: medium dashed rgba(0,196,196,1);
	box-shadow: 0px 5px 10px #888;
	text-align: center;
	width: 70%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.titled a{
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: red;
	text-decoration: none;
}
.titled a:hover{
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: blue;
	text-decoration: none;
}
table#statist {
	font: 100% 'Montserrat', sans-serif;
	font-size: 16px;
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff;
	background-color: rgba(0,0,0,1);
	box-shadow: 0px 3px 3px #888;
	background-image: none;
	background-position: center top;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	width: 80%;
	position: relative;
	float: left;
}
table#statist th, table#statist td {
   text-align: center;
}
table#statist thead{
	font-size: 0.8em;
	line-height: 12px;
	background-color: rgba(49,136,112,1);
	text-transform: uppercase;
}
table#statist thead th {
	color:rgba(255,255,255,1);
	padding: 5px;
	vertical-align: bottom;
}
table#statist thead th:nth-child(1){width: 20%;
text-align: left; padding-left: 15px;}
table#statist thead th:nth-child(2){width: 25%;}
table#statist thead th:nth-child(3){width: 15%;}
table#statist thead th:nth-child(4){width: 15%;}

table#statist tbody	{ font-size: .9em; line-height: 15px;}
/*have dramatized the transition and color of fonts*/
table#statist tbody tr { 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(248,220,170,.8);
	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#statist tbody tr:nth-child(even) {
	background-color: rgba(0,153,51,0.2);
  }
  /*have added color to font to go black*/
table#statist tbody tr:hover {
	color: rgba(0,0,0,1);
	background-color: rgba(255,62,158,1);
}
  
/*below apply the color odd lines white*/  
table#statist tbody td { padding: 12px; }
table#statist tbody tr:hover td:first-child {
	background-color: rgba(204,0,102,0.0);
}

/*light color emphase for fist column with yellow*/
table#statist tbody td:first-child {
	text-align: left;
	padding-left: 20px;
	font-weight: 700;
	background-color: rgba(170,0,85,0.35);
	transition: background-color .6s;
}
table#statist tfoot {
	font-size: 1em;
	color: rgba(255,255,255,1);
} 
table#statist tfoot p{
	color:rgba(102,255,0,1);
}
table#statist tfoot tr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e79300;
	color: rgba(255,0,0,1);
}
table#statist tfoot td {
	color:rgba(255,255,255,1);
	text-align: left;
	line-height: 15px;
	padding: 15px 20px;
}
table#statist tfoot a { color: #f8dcac;
text-decoration: none; }
table#statist 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; }
}
.data2{
	background-color: rgba(255,102,0,1);
	padding-top: 25px;
	padding-bottom: 25px;
	color: rgba(51,51,51,1);
}
.data2 h2 {
	font-family: "Titillium Web", sans-serif;
	color: rgba(255,255,255,1);
	letter-spacing: 2px;
	font-size: 1.8em;
	line-height: 44px;
	text-shadow: 0px 5px 2px #000;
	text-align: center;
	padding: 15px;
}
.data2 h2 a {
	color: rgba(255,255,255,1);
	text-decoration: none;	
}
.data2 h2 a:hover {
	color: rgba(0,204,153,1);	
}
.data2 button {
	cursor: hand;
	background-color: rgba(205,254,244,1);
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 3px 5px #888;
	color: rgba(51,51,51,1);
	border: none;
	display: block;
	margin-top: 5em;
	margin-right: auto;
	margin-bottom: 5em;
	margin-left: auto;
	padding: 10px;
	width: 65%;
}
.data2 button h2{
	font-family: 'Satisfy', cursive;
	color: rgba(128,0,64,1);
	font-size:18px;
}
.data2 button:hover {
	transform: scale(1.2);
	background-color: rgba(255,51,102,1);
	color: rgba(51,51,51,1);
}

/* Table Styles */
.porn h2 {
	font-family: "Titillium Web", sans-serif;
	color: rgba(255,255,255,1);
	letter-spacing: 2px;
	font-size: 1.8em;
	line-height: 44px;
	text-shadow: 0px 5px 2px #000;
	text-align: center;
	padding: 15px;
	background-color: rgba(255,194,13,1);
	border-radius: 40px 40px 40px 40px;
	box-shadow: 0px 5px 10px #888;
	width: 80%;
	border: medium dotted rgba(219,21,105,1);
	margin-right: auto;
	margin-left: auto;
}
.porn h3{
	font-family: 'MOntserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(0,0,0,1);
	box-shadow: 0px 3px 2px #888;
	border-radius: 10px 10px 10px 10px;
	text-decoration: blink;
	line-height: 1.5em;
	background-color: rgba(230,200,249,1);
	padding: 7px;
}
.porn{
	background-color: rgba(102,204,153,1);
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 5px 10px #888;
	padding: 10px;
	width: 95%;
	border: medium dotted rgba(255,51,0,1);
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

	table#porn { font-size: 1em; }

 table#porn{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	width: 85%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	clear: both;
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff;
	background-color: rgba(98,98,255,1);
}
table#porn th, table#porn td {
   text-align: center;
}
table#porn thead{
	font-size: 0.8em;
	line-height: 12px;
	background-color: rgba(255,0,102,1);
	text-transform: uppercase;
}
table#porn thead th {
	color:rgba(255,255,255,1);
	padding: 8px;
	vertical-align: bottom;
}
table#porn thead th:nth-child(1){width: 40%;
text-align: left; padding-left: 20px;}
table#porn thead th:nth-child(2){width: 45%;}

table#porn tbody	{ font-size: .9em; line-height: 15px;}
/*have dramatized the transition and color of fonts*/
table#porn tbody tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:rgba(204,255,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#porn tbody tr:nth-child(even) {
	background-color: rgba(240,0,120,0.2);
  }
  /*have added color to font to go black*/
table#porn tbody tr:hover {
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
}
  
/*below apply the color odd lines white*/  
table#porn tbody td {
	padding: 12px;
	outline-color: rgba(51,51,51,1);
}
table#porn 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#porn 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#porn tfoot {
	font-size: 0.8em;
	color: rgba(255,255,255,1);
} 
table#porn tfoot p{
	color: rgba(255,255,255,1);
}

table#porn tfoot tr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: rgba(255,0,0,1);
	background-color: rgba(0,0,0,1);
}
table#porn tfoot td {
	color: rgba(255,255,255,0.6);
	text-align: left;
	line-height: 15px;
	padding: 15px 20px;
}
table#porn tfoot a {
	color:rgba(255,204,0,1);
	text-decoration: none;
}
table#porn 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; }
}
/*table style*/	
.rape{
	background-color: rgba(255,255,255,1);
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 5px 10px #888;
	padding: 15px;
	width: 90%;
	border: medium double rgba(255,51,0,1);
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
}

.rape h2{
	font-family: "Titillium Web", sans-serif;
	font-size: 1.8em;
	line-height: 44px;
	text-transform: uppercase;
	color: rgba(204,0,0,1);
	font-weight: 900;
	padding: 20px;
	letter-spacing: 2px;
	background-color: rgba(216,216,177,1);
	border: thick dashed rgba(0,0,0,1);
	border-radius: 40px 40px 40px 40px;
	box-shadow: 0px 5px 10px #888;
	clear: both;
	width: 80%;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.rape h3{
	font: 100% 'Montserrat', sans-serif;
	font-size:18px;
	line-height: 44px;
	text-transform: uppercase;
	color: rgba(204,0,0,1);
	font-weight: 900;
	padding: 15px;
	letter-spacing: 2px;
	background-color: rgba(255,255,255,1);
	border-radius: 40px 40px 40px 40px;
	box-shadow: 0px 5px 10px #888;
	clear: both;
	width: 75%;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
table#rap {
	background-color: rgba(221,0,72,1);
	width: 85%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff;
}
table#rap th, table#rap td {
   text-align: center;
}
table#rap thead{
	font: 100% 'Montserrat', sans-serif;
	font-size: 0.8em;
	line-height: 12px;
	background-color: rgba(128,0,0,1);
	text-transform: uppercase;
}
table#rap thead th {
	color:rgba(255,255,255,1);
	padding: 8px;
	vertical-align: bottom;
}
table#rap thead th:nth-child(1){width: 10%;
text-align: left; padding-left: 20px;}
table#rap thead th:nth-child(2){width: 25%;}
table#rap thead th:nth-child(3){width: 15%;}
table#rap thead th:nth-child(4){width: 10%;}
table#rap thead th:nth-child(5){width: 10%;}

table#rap tbody	{ 		font: 100% Cantarell, Arial, Helvetica, sans-serif; font-size: .9em; line-height: 15px;}
/*have dramatized the transition and color of fonts*/
table#rap tbody tr { 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:rgba(0,204,204,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#rap tbody tr:nth-child(even) {
	background-color: rgba(255,204,0,0.2);
  }
  /*have added color to font to go black*/
table#rap tbody tr:hover {
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
}
  
/*below apply the color odd lines white*/  
table#rap tbody td { padding: 12px; }
table#rap tbody tr:hover td:first-child {
	background-color: rgba(204,51,0,0.0);
}

/*light color emphase for fist column with yellow*/
table#rap tbody td:first-child {
	text-align: left;
	padding-left: 20px;
	font-weight: 700;
	background-color: rgba(0,204,204,0.35);
	transition: background-color .6s;
}
table#rap tfoot p{
	font-size: 16px;
	color: rgba(255,255,255,1);
	font-family: Cantarell, Arial, Helvetica, sans-serif;
}

table#rap tfoot {
	font-size: .8em;
	background-color: rgba(0,0,0,1);
	padding: 10px;
} 
table#rap tfoot tr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color:rgba(0,204,204,1);
}
table#rap tfoot td {
	color: rgba(255,0,0,0.6);
	text-align: left;
	line-height: 15px;
	padding: 15px 20px;
}
table#rap tfoot a {
	color: rgba(204,204,0,1);
	text-decoration: none;
	font-weight: bold;
}
table#rap tfoot a;hover { color: rgba(255,153,0,1);
text-decoration: underline; }

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

	table#rap { font-size: 1em; }
}

.data4{
	background-color: rgba(0,204,102,1);
	padding-top: 25px;
	padding-bottom: 25px;
}
.data4 button {
	cursor: hand;
	background-color: rgba(145,34,255,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: 10px;
	width: 65%;
}
.data4 button:hover {
	transform: scale(1.2);
	background-color: rgba(51,51,51,1);
	color: rgba(255,255,255,1);
}

@media screen and (max-width: 1024px) {
	
	header { width: 100%; background:url(../_images/noir_lg.png); background-repeat: no-repeat;height: 419px; }
}

@media screen and (max-width: 768px) {
	
	header { width: 100%; background:url(../_images/noir_m.png); background-repeat: no-repeat; height: 196px; }
	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: 320px) {
	
	header { width: 100%; background: url(../_images/noir_sm.png); background-repeat: no-repeat; height: 118 }
	h1{
	font-family: "Titillium Web", sans-serif;
	font-size: 1.5em;
	line-height: 10px;
	text-transform: uppercase;
	text-shadow: 0px 5px 2px #000;
	font-weight: 900;
	letter-spacing: 2px;
	color: rgba(0,204,204,1);
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 30px; }
	nav ul{ margin-top: 30px;
	padding-top: 20px; }
}

/*footer styles	*/

footer{
	background-size: cover;
	box-shadow: 0px 10px 0px #888;
	margin-top: 0px;
	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: rgba(102,102,102,1);
	font-size: 0.7em;
}
 
footer #privacy {
	padding: 20px;
	margin-top: 20px;
}
footer #privacy h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: rgba(102,102,102,1);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
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:'Montserrat', sans-serif;
	color: rgba(102,102,102,1);
}
footer #privacy p:hover {
	font-size: 1em;
	color: rgba(102,102,102,1);
}
