 @font-face { font-family: 'Condensed';	src: url('/css/fonts/OpenSansCondensed-Light.ttf') }
 @font-face { font-family: 'Shrikhand';	src: url('/css/fonts/OleoScriptSwashCaps-Regular.ttf') }
 @font-face { font-family: 'MarkScript'; src: url('/css/fonts/MarckScript-Regular.ttf') }
 @font-face { font-family: 'Regular'; src: url('/css/fonts/OpenSans-Regular.ttf') }
 @font-face { font-family: 'Baskerville'; src: url('LibreBaskerville-Italic.ttf') }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
  font-family: 'Regular', sans-serif;
}

.container {
  padding: 20px;
  background-color: rgba(0,0,0,.6);
  border-radius: 10px;
  margin: auto;
  color: #fff;
}

/*		Headers		*/
.header {
  position: fixed;
  top: 0;
  padding: 20px;
  width: 100%;
  color: #fff;
  background-color: black;
  z-index: 9999;
}

.topad {
	font-family: 'Condensed', cursive;
	position: absolute;
	top: 10px;
	left: 210px;
}

.headline {
	font-family: 'Shrikhand', cursive;
	font-size: 18px;
	position: absolute; 
	left:210px;
	top:55px;
}

.header a:link, .header  a:visited, .header  a:hover, .header  a:active {
	color: #fff !important;
	transition: color 0.15s linear;
	text-decoration: none;
}

/*		Footer		*/
.c8footer {
	font-family: 'Condensed', cursive;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  z-index: 9999;
  padding-top: 15px;
  padding-bottom: 15px;
  
}


.postfooter .glyphicon {
	margin-left: 25px;
	margin-right: 5px;
	color: #fa1ec7;
	font-size: 18px;
}

.small {
	font-size: 11px;
	color: #777;
}
h1 {
     line-height: 1.2;
    color: #fff;
	font-size: 48px !important;
}

h1.title {
	color: #000;
	font-size: 32px !important;
	font-style:italic;
	font-family: 'Baskerville', cursive;

}


/* Inputs */

input[type=text], input[type=password], textarea, select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 3px #CCCCCC inset;
	border: 1px solid #999999;
	padding: 3px;
}
select{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	
}
.dateinput {
	background-image: url(../images/icons/view-calendar-day.png);
	background-position: right center;
	background-repeat: no-repeat;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

input[type=button] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #000;
	padding: 18px 48px;
	color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px;
  font-style: italic;
  color: #CCC;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px;
  font-style: italic;
  color: #CCC;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 12px;
  font-style: italic;
  color: #CCC;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 12px;
  font-style: italic;
  color: #CCC;
}

.right {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
  color: #FFF;
}
/* Style the side navbar */
/* aside */
.leftsidebar {
	position: fixed;
	float: left;
	min-width: 20%;
	max-width: 20%;
	top: 110px;
	height: 100vh;
	padding: 20px;

}
.rightsidebar {
	position: absolute;
	float: right;
	min-width: 20%;
	max-width: 20%;
	top: 130px;
	height: 100vh;
	padding: 20px;
	padding-top: 0;
	right: 0;
}

#girls {
	width: 100%;
	height: 140px;
}




.main {
	position: relative;
	margin-left: 20%; /* Same as the width of the sidenav */
	padding: 30px 30px 100px 30px;
	top: 100px;
	width: 60%;
}

.feed {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFFFFF;
	margin: 0px auto;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 20px;
	box-shadow: 2px 2px 5px #ccc;
	font-size: 14px; /* Increased text to enable scrolling */
	min-height: 150px;
	position: relative;
}

.feed input {
	z-index: 9999;
}

.swfeed {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	margin: 0px auto;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	box-shadow: 1px 1px 3px #ccc;
	font-size: 11px; /* Increased text to enable scrolling */
	position: relative;
}

.feed textarea {
	border-style: none; 
    border-color: Transparent; 
    overflow: auto; 	width: 100%;
	padding: 20px;
	resize: none;
}

/* Profile image cropping */
img.profile {
	object-fit: cover;
  	width:60px;
  	height:60px;
	border-radius: 50%;
	margin-right: 30px;
}
img.profilesmall {
	object-fit: cover;
  	width:35px;
  	height:35px;
	border-radius: 50%;
	margin-right: 10px;
}
.intro {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #999;
	box-shadow: 2px 2px 5px #ccc;
	background-color: #FFFFFF;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; 
	width:100%;
	height:0;
	padding-bottom: 100%;
}
.fancy {
	font-family: 'MarkScript', Script;
}
.ethnicity {
    color: #fa1ec7;
}





img.icon {
	object-fit: cover;
  	width:30px;
  	height:30px;
	border-radius: 50%;
}
.postinput {
	margin-top: -60px;
	margin-left: 100px;
}
.postmessage {
	padding-bottom: 40px;
}
.postfooter {
	position: absolute;
	padding-top: 10px;
	bottom: 0;
	padding-bottom: 20px;
	color: #0000C0;
	font-size: 11px;
	width: 94%;
	border-top: 1px solid #CCCCCC;
}

.posticon {
	height: 18px;
	cursor: pointer;
}

.leftspace {
	margin-left: 20px;
}

.ja_btn_wrap {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #000 inset;
}
.ja_btn , .ja_btn:hover {
	background: #f3f3f3 !important;
}