body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/erotic2123.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
header {
	position: relative;
	width: 100%;
	height: 100vh;
}
#head {
	position: absolute;
	right: 30%;
	top: 40%;
	width: 420px;
	max-width: 95%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-size: 32px;
	margin-bottom: 0px;
}
h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 0px;
}
#logo {
	position: relative;
	width: 280px;
	max-width: 85%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.galleryContainer {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-top: 45px;
	padding-bottom: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 165%;
	color: #FFFFFF;
	border: solid 1px rgba(173,173,173,0.8);
	background-color: rgba(73,73,73,0.8);
	background-image:linear-gradient(135deg,rgba(27,27,27,0.8) 0,rgba(63,63,63,0.8) 90%);
}
.galleryContent {
	position: relative;
	width: 90%;
	margin: auto;
}
.joinSite {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 30px;
	
}
.joinSite a {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	text-decoration: none;
	border: solid 3px rgba(0,0,0,0.3);
	background-color: rgba(204,0,0,0.8);
	padding: 12px 23px;
	border-radius: 30px;
	display: block;
	
}
.joinSite a:hover {
	border: solid 3px rgba(255,255,255,0.8);
}
#more {
	cursor: pointer;
	margin-top: 25px;
}
#more img {
	position: relative;
	width: 190px;
	height: auto;	
}
.socialMedia {
	position: relative;
	width: 500px;
	max-width: 84%;
	padding-left: 20xp;
	padding-right: 20xp;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #FFFFFF;
	border-radius: 22px;
	margin: 75px auto;
}
.socialMedia p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
.fetishList {
	position: realtive;
	text-align: center;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	width: 80%;
}
.fetishList li {
	display: inline-block;
	white-space: nowrap;
	margin-left: 8px;
}
@media only screen and (max-width: 800px) {
	#head {
	position: absolute;
	right: 0;
	top: 40%;
	width: 95%;
	text-align: center;
	margin: auto;
	}
	.galleryContainer {
	border: solid 0px rgba(173,173,173,0.8);
	}

}