@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;
}

body {
	background:#141414;
	font-size: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

/*header*/

header {
	height: 410px;
	width: 100%;
	background-image: url(../_images/women.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: 120px;
	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: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	}
	
/*nav*/
ul.nav {
	color: rgba(255,0,0,1);
	font-size: 2em;
	text-align: center;
	width: 65%;
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 15px;
	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(255,0,0,1);
}
.nav a {
	color: rgba(204,0,0,1);
	text-decoration: none;
}
.nav a:hover {
	color: rgba(255,204,0,1);	
}
.wrap {
	width: 100%;
	position: relative;
	margin: auto;
	background-color: #141414;
	padding: 0px;
}
.data {
	position: relative;
	width: 65%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
.data p {
	font-size: 1.4em;
}
 blockquote{
	font-family: 'Cantarell', 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(255,0,128,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-bottom: 1em;
	margin-right: auto;
	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);
}
.data2{
	background-color: rgba(255,102,0,1);
	padding-top: 25px;
	padding-bottom: 25px;
	color: rgba(51,51,51,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(51,153,255,1);
	color: rgba(51,51,51,1);
}
.data3{
	background-color: rgba(0,0,153,1);
	padding-top: 25px;
	padding-bottom: 25px;
}
.data3 button {
	cursor: hand;
	background-color: rgba(255,204,0,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%;
}
.data3 button h2{
	font-family: 'Satisfy', cursive;
	color: rgba(128,0,64,1);
	font-size:18px;
}
.data3 button:hover {
	transform: scale(1.2);
	background-color: rgba(255,0,0,1);
	color: rgba(255,255,255,1);
}

.data4{
	background-color:rgba(0,128,128,1);
	padding-top: 25px;
	padding-bottom: 25px;
}
.data4 button {
	cursor: hand;
	background-color: rgba(145,34,255,1);
	border-radius: 10px 10px 10px 10px;
	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);
}
.data6 {
	background-color: crimson;
	padding-top: 25px;
	padding-bottom: 25px;
}
.data6 h1 {
	color: white;
	font-size: 2em;
	text-align: center;
	width: 65%;
	font-family: 'Cantarell', sans-serif;
	font-weight: bold;
}
.data6 h2 {
	color: white;
	font-size: 1.5em;
	text-align: center;
	width: 65%;
	font-family: 'Cantarell',  sans-serif;
	font-weight: bold;
}
.data6 a {
	color: white;
	font-size: 1.5em;
	text-align: center;
	width: 65%;
	font-family: 'Cantarell',  sans-serif;
	font-weight: bold;
	text-decoration: none;

}
.data6 a:hover {
	color: red;
	font-size: 1.5em;
	text-align: center;
	width: 65%;
	font-family: 'Cantarell',  sans-serif;
	font-weight: bold;
    text-decoration: none;
}

.data6 button {
	cursor: hand;
	background-color: blue;
	border-radius: 10px 10px 10px 10px;
	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%;
}
.data6 button:hover {
	transform: scale(1.2);
	background-color: rgba(139,126,7,1.00);
	color: rgba(255,255,255,1);
}
@media screen and (max-width: 1024px) {
	
	header { width: 100%; background:url(../_images/womenm.png); background-repeat: no-repeat;height: 308px; }
}

@media screen and (max-width: 768px) {
	
	header { width: 100%; background:url(../_images/womens.png); background-repeat: no-repeat; hieght: 257px; }
	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/womenxs400.png"); background-repeat: no-repeat; height: 208 }
	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; }
}

/*table style*/	
.rape{
	background-color: rgba(255,255,255,1);
	border-radius: 40px 40px 40px 40px;
	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;
	margin-bottom: 5px;
	clear: both;
	position: relative;
}

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

.rape h3{
	font: 100% Cantarell, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 44px;
	text-transform: uppercase;
	color: rgba(204,0,0,1);
	font-weight: 900;
	padding: 10px;
	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: 90%;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

table#rap {
	background-color: rgba(221,0,72,1);
	font-size: 1em;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff;
	clear: both;
}
table#rap th, table#rap td {
   text-align: center;
}
table#rap thead{
	font: 100% Cantarell, Arial, Helvetica, 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: 50%;
text-align: left; padding-left: 20px;}
table#rap thead th:nth-child(2){width: 50%;}
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(108,108,108,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(0,0,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; }
}
.data5{
	background-color: rgba(236,198,64,1);
	padding-top: 25px;
	padding-bottom: 25px;
	color: rgba(51,51,51,1);
}
.data5 button {
	cursor: hand;
	background-color: rgba(0,193,131,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%;
}
.data5 button h2{
	font-family: 'Satisfy', cursive;
	color: rgba(128,0,64,1);
	font-size:18px;
}
.data5 button:hover {
	transform: scale(1.2);
	background-color: rgba(210,166,166,1);
	color: rgba(51,51,51,1);
}
.data5 img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
p a img{
	padding-top: 0px;
	padding-left: 5px;
	float: left;
	width: 30px;
	height: 30px;
}
/*table style*/	
.assault{
	background-color: rgba(255,255,255,1);
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 5px 10px #888;
	width: 90%;
	border: medium double rgba(255,51,0,1);
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}

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

.assault h3{
	font: 100% Cantarell, Arial, Helvetica, 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: 85%;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.assault h3 a{
	color: rgba(0,102,0,1);
	text-decoration: none;
}

.assault h3 a:hover {
	color: rgba(255,0,0,1);
}
table#sault {
	background-color: rgba(89,89,172,1);
	width: 85%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff;
	padding-bottom: 20px;
}
table#sault th, table#sault td {
   text-align: center;
}
table#sault thead{
	font: 100% Cantarell, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 12px;
	background-color: rgba(128,0,0,1);
	text-transform: uppercase;
}
table#sault thead th {
	color:rgba(255,255,255,1);
	padding: 8px;
	vertical-align: bottom;
}
table#sault thead th:nth-child(1){width: 50%;
text-align: left; padding-left: 20px;}
table#sault thead th:nth-child(2){width: 50%;}

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

/*light color emphase for fist column with yellow*/
table#sault 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#sault tfoot p{
	font-size: 16px;
	color: rgba(255,255,255,1);
	font-family: Cantarell, Arial, Helvetica, sans-serif;
}

table#sault tfoot {
	font-size: .8em;
	background-color: rgba(128,0,64,1);
	padding: 10px;
} 
table#sault tfoot tr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color:rgba(0,204,204,1);
}
table#sault tfoot td {
	color: rgba(255,0,0,0.6);
	text-align: left;
	line-height: 15px;
	padding: 15px 20px;
}
table#sault tfoot a {
	color: rgba(0,0,0,1);
	text-decoration: none;
	font-weight: bold;
}
table#sault 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#sault { font-size: 1em; }
}

/*footer styles	*/

footer{
	background-size: cover;
	box-shadow: 0px 10px 0px #888;
	margin-top: 2px;
	margin-bottom: 0px;
	position: relative;
	background-color: rgba(204,255,204,0.4);
	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: #fafafa;
}
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{
	font: 'Montserrat', sans-serif;
	text-align: center;
	color: rgba(153,153,153,1);
	font-size: .7em;
}
 
footer #privacy {
	font: 'Montserrat', sans-serif;
	padding: 20px;
	margin-top: 20px;
}
footer #privacy h3 {
     font: 'Montserrat', sans-serif; 
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: rgba(153,153,153,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(204,204,204,1);
}
footer #privacy p:hover {
	font-size: 1em;
}
