body{
	margin: 0;
	font-family: verdana;
}
.container{
	max-width: 980px;
	margin: 0 auto;
}
.userlist{
	width: 100%;
}
.userbox{
	float: left;
	width: 150px;
	margin: 5px;
	box-shadow: -5px 5px 5px #888888;
	border-bottom-left-radius: 3px; 
	border-bottom-right-radius: 3px; 
}
.userboxinfo{
	position: absolute;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	/*background-color: white;*/
	color: white;
    text-shadow: -1px 1px 2px #000;
	padding: 5px;
	width: 140px;
	font-size: 12px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.userthumb{
	width: 100%;
}
.userthumb img{
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border-bottom-left-radius: 3px; 
	border-bottom-right-radius: 3px; 
	width: 100%;
}

.pages{
	margin: 0 auto;
    display: flow-root;
	padding: 10px;
}

.pagenumber{
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px; 
	box-shadow: -1px 1px 5px #888888, 1px -1px 5px #888888;
	background-color: white;
}

.filtersbox{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	/*box-shadow: -1px 1px 2px #888888, 1px -1px 2px #888888;*/
}

.mainfilters{
	width: 100%;
	display: flow-root;
	padding: 10px;
}

.mainfilterbox{
	width: 33%;
	float: left;
}

@keyframes advancedup {
	from {
		-ms-transform: translateY(0%); /* IE 9 */
		transform: translateY(0%);
		margin-top: 0%;
		opacity: 100%;
	}
	to {
		-ms-transform: translateY(-100%); /* IE 9 */
		transform: translateY(-100%);
		margin-top: -100%;
		opacity: 0%;
	}
}

.mainfilterbox{
	text-align: center;
}

.location{
	width: 100%;
}

.location select{
	width: 100%;
}

.advanced{
	width: 100%;
    display: flow-root;
    height: 0;
    opacity: 0;
  	transition: all .5s ease;
	margin-top: -100%;
}

.advanced div{
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 5px;
}

.advanced select{
    width: 90%;
    padding: 5px;
}

.advanced div label{
	width: 100%;
}

.submitbtn{
	width: 100%;
    float: left;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.advancebox{
	width: 100%;
    text-align: center;
}

.advlabel{
	padding: 5px;
	background-color: #fd59dd;
	color: white;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

#advance{
	margin: 0 auto;
	display: none;
}

#advance:checked~.advanced{
	height: 100%;
	opacity: 1;
	transform: translateY(0);
	margin-top: 0%;
}

@keyframes advanceddown {
	from {
		-ms-transform: translateY(-100%); /* IE 9 */
		transform: translateY(-100%);
		opacity: 0%;
		margin-top: -100%;
	}
	to {
		-ms-transform: translateY(0%); /* IE 9 */
		transform: translateY(0%);
		opacity: 100%;
		margin-top: 0;
	}
}

.usercontainer{
	width: 100%;
    display: grid;
}

.userheader{
	width: 100%;
}

.usermainphoto{
	width: 50%;
	float: left;
}

.usermainphoto img{
	width: 100%;
	border-top-left-radius: 15px;
}

.userinfo {
	float: left;
	width: 50%;
	font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-right: -10px;
    background-color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    text-shadow: 0px 0px 0px black;
}

.infotitle{
}

.infoval{
	padding: 15px;
}

.userphotos{
	width: 100%;
}

.userphotocarousel{
	width: 100%;
}

.userphotoc{
	float: left;
	margin: 5px;
	cursor: pointer;
}

.photoscreener {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}

.displayphotoframe {
    display: block;
    opacity: 1;
    z-index: 999999;
    transition: all 0.5s;
    left: 0;
    top: 0;
}

.photoframe {
    /*width: 80vw;
    height: 80vh;*/
    margin: 0 auto;
    margin-top: 100px;
    /*background-color: white;*/
    transition: all 0.5s;
}

.pxbtn {
    font-family: sans-serif;
    position: absolute;
    float: right;
    color: white;
    border-radius: 12.5px;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

.userphoto{
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

.displayxbtn {
    display: block;
    opacity: 1;
    z-index: 999999;
    transition: all 0.5s;
}

.displayphoto {
    display: block;
    opacity: 1;
    z-index: 999999;
    transition: all 0.5s;
    left: 0;
    top: 0;
}

.chatbox{
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    float: left;
}

.chatbox iframe{
	width: 100%;
	height: 50vh;
	border: none;
}

.username{
	color: black;
}

.headlinetitle{
	color: black;
}

.headline{
	color: black;
	padding: 15px;
}

.about_metitle{
	color: black;
}

.about_me{
	color: black;
	padding: 15px;
}