@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-color: white;
    width: 100%;
	font-size: 100%;
	margin: 0px;
	padding: 0px;	
}

/*header*/

header {
	height: 450px;
	width: 100%;
	background-image: url("../_images/imgnav/self-pity-hd1400.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
}

/*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:darkorchid;
}
.nav a {
	color:darkorchid;
	text-decoration: none;
}
.nav a:hover {
	color: rgba(138,117,35,1.00);	
}
.wrap {
	width: 100%;
	position: relative;
	margin: auto;
	background-color: white;
	padding: 0px;
}
.data {
	position: relative;
	width: 70%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
.data p {
	font-size: 1.4em;
}
 blockquote{
	font-family: 'Satisfy', cursive;
	background-color: rgba(255,255,255,1);
	width:80%;
	box-shadow: 0px 3px 5px #888; 
	border-radius: 30px 30px 30px 30px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 1.3em;
	color: rgba(0,153,0,1);
	padding: 18px;
}

blockquote p {
	font-family: 'Satisfy', cursive;
	margin: 40px 30px 20px 50px;
     padding: 15px;}
blockquote p.quote { font-style: italic; font-size: 1.3em;}

blockquote::before { 
     content: '\201c';
	 color:rgba(255,0,128,1);
	 position: absolute;
	 top: 20px; left: 15px;
	 font-size: 8em;
	 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(105,118,205,0.5);
	color: rgba(102,102,102,1);
	padding-top: 25px;
	padding-bottom: 25px;
}
.data1 button {
	cursor: hand;
	background-color:rgba(249,28,156,1.00);
	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:1em;
}
.data1 button:hover {
	transform: scale(1.2);
	background-color:rgba(201,205,126,1.00);
	color: rgba(51,51,51,1);
}
.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;
	clear: both;
	position: relative;
}
.rape h2{
	font-family: "Titillium Web", sans-serif;
	font-size: 1.1em;
	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;
}

.rape img{
	width: 95%;
	position: relative;
	padding: 3px;
}

@media screen and (max-width: 1024px) {
	
	header { width: 100%; background: url("../_images/imgnav/self-pity-hd1024.jpg"); background-repeat: no-repeat;height: 308px; }
}

@media screen and (max-width: 768px) {
	
	header { width: 100%; background:url("../_images/imgnav/self-pity-hd780.jpg"); 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/imgnav/self-pity-hd440jpg.jpg"); 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*/	


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


p a img{
	padding-top: 0px;
	padding-left: 5px;
	float: left;
	width: 30px;
	height: 30px;
}
/*table style*/	

/* 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: 5px;
	margin-bottom: 0px;
	position: relative;
	background-color:white;
	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;
}
