body{
	background-color: #000000;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5;
}
h1{
	font-size: 1.6rem;
}
h2{
	font-size: 1.4rem;
}
h3{
	font-size: 1.2rem;
}
h1,h2,h3{
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    margin: 0;
}
img{
	border: 0;
}
a{
	color: #ffffff;
}
#main{
	max-width: 1200px;
	width: 100%;
    margin: 0 auto;
}
#top{
	width: 100%;
	grid-template-columns: auto auto;
    padding-top: 4px;
}
#content {
	border: 1px solid #6c0300;
	width: 100%;
	background-image: url(/images/wood.jpg);
	box-sizing: border-box;
}
.nsfw{
    filter: blur(16px);
    transform: scale(.9);
}
.nsfw_cell{
    position: relative;
    padding: 8px;
	box-sizing: border-box;
    text-align: center;
}
.nsfw_text{
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    z-index: 100;
    font-size: .95rem;
    background-color: rgba(240, 248, 255, 0.25);
    margin: 4px;
    pointer-events: none;
    
}
.border{
	border: 1px solid grey;
	box-sizing: border-box;
	margin: 4px 0;
}
.signup_fields{
	margin: 0 0 20px 0;
}
.signup_field{
	width: 100%;
	height: 30px;
	box-sizing: border-box;
}
.tbutton{
    display: inline-block;
	background-color: #6c0300;
	text-align: center;
	padding: 8px 16px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
    margin-bottom: 4px;
}
.tbutton a{
	text-decoration: none;
	color: #ffffff;
}
.navbottom {
	width: 100%;
	background-color: #6c0300;
	font-weight: bold;
	padding: 8px;
	box-sizing: border-box;
	margin: 0 0 4px 0;
}
.cell{
	padding: 8px;
	box-sizing: border-box;
}
.padded_cell {
	padding: 4px;
	box-sizing: border-box;
}
.grid_2,.grid_3,.preview_updates,.grid_r,.model_image_container,.responsive_grid,.thumbs,.gallery_thumbs,.member_comments,#top{
    display: grid;
    gap: 4px;
}
.grid_2{	
	grid-template-columns: 1fr 1fr;
}
.grid_3{
	grid-template-columns: 1fr 1fr 1fr;
}
.preview_updates,.grid_r,.model_image_container{
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.responsive_grid {
	grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
}
.thumbs,.gallery_thumbs{
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.member_comments{
	grid-template-columns: 1fr 2fr 1fr;
	background-color: #6c0300;
	text-align: left;
}
.preview_cell{
	padding: 8px;
	box-sizing: border-box;
	text-align: center;
    position: relative;
}

.gallery_cell {
	background-color: rgba(25, 25, 25, 0.5);
	padding: 0.25rem;
	box-sizing: border-box;
}
.speach_bubble{
	display: inline-block;
	padding: 16px;
	margin: 8px;
	border: 1px solid gray;
	border-radius: 8px;
	background-color: rgba(185, 185, 185, 0.2);
	font-size: 0.9em;
	font-family: cursive;
}
.floatright{
	float: right;
}
.sub_image_title{
	margin: 0;
	display: block;
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
}
.forum_subtext{
	font-size: 0.9rem;
}
.join_button{
    max-width: 100%;
    display: block;
	border: 1px solid rgb(201, 123, 6);
	background-color: #ffae00;
	background: linear-gradient(#ffdf74, #ffae00);
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 4px;
	line-height: 30px;
	font-size: 1em;
	padding: 8px;
    box-sizing: border-box;
}
a.join_button{
	text-decoration: none;
	color: #000 !important;
}
.image{
	max-width: 100%;
    height: auto;
}
.model_image {
	text-align: center;
	padding: 8px;
	box-sizing: border-box;
}
.initials {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.initial {
	display: inline-block;
	width: 25px;
	margin: 0px 1px 0px 1px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.twitter-follow-button {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.memtitle {
	text-align: center;
	font-weight: bold;
}
.initial {
	padding: 8px;
	font-weight: bold;
	font-size: 1.2em;
}
.table_left {
	width: 440px;
	border: 0;
	padding: 0;
	margin: 0;
}
.preview_video {
	display: inline-block;
	width: 33%;
	height: auto;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 0.9em;
	box-sizing: border-box;
	vertical-align: top;
}
.thumb_images {
	width: 100%;
	height: auto;
}
.thumb_text,.align_center,.centre_text {
	text-align: center;
}
.align_right {
	text-align: right;
}
.contact_fields {
	max-width: 400px;
	width: 100%;
	box-sizing: border-box;
}
.model_image {
	max-width: 250px;
	width: 100%;
}
.video_player {
	width: 100%;
}
.link {
	max-width: 100%;
	max-height: 100%;
}
#hamburger{
	display: none;
}
.mobile_nav{
    visibility: hidden;
    opacity:0;
    transition: visibility 0.3s linear,opacity 0.3s linear;
	position: absolute;
	font-size: 2em;
	padding: 8px;
	top: 100px;
	right: 0;
	width: 200px;
	background-color:  rgb(25,25,25);
	color: #FFFFFF;
	box-sizing:border-box;
	border-left: 2px solid #6c0300;
	border-top: 2px solid #6c0300;
	border-bottom: 2px solid #6c0300;
	z-index: 10;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

@media screen and (max-width: 799px) {    
    #hamburger{
		display: block;
		float: right;
		margin: 4px 8px 0 8px;
	}
	input#navmenu[type=checkbox]{
        display: none;
	}
	input#navmenu[type=checkbox]:checked ~ .mobile_nav{
		visibility: visible;
        opacity:1;
	}
    .nav_bar{
        display: none;
    }
    .top_left_image{
        display: none;
    }

	.gallery_cell {
		min-height: 10rem;
	}
	.gallery_thumbs {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}

	.responsive_grid {
		display: block;
	}
	.grid_3,.grid_2 {
		display: block;
		text-align: center;
	}
	#topleft {
		display: none;
	}
	.model_image {
		max-width: none;
		width: 100%;
	}
	#navbottom {
		text-align: center;
	}
	.preview_video {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		height: auto;
	}
	.thumb_images {
		float: left;
		display: block;
		width: auto;
		max-width: 100%;
		min-width: 120px;
		margin: 0;
		height: auto;
	}
	.thumb_video {
		float: left;
		display: block;
		width: auto;
		max-width: 100%;
		min-width: 150px;
		margin: 0;
		height: 250px;
	}
	.tbutton {
		font-size: 1.2em;
		box-sizing: border-box;
		border-radius: 5px;
	}
}