body {
	margin: 0;
	cursor: default;
	background: rgb(245,240,240);
	color: rgb(5,5,5);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	user-select: none;
	-webkit-user-select: none;
}

body.dark {
	background: rgb(20,20,20);
	color: rgb(240,240,240);
}

div {
	box-sizing: border-box;
	display: block;
}

a {
	text-decoration: none;
	color: rgb(35,155,215);
}
a:hover {
	text-decoration: underline;
}

a:hover.b {
	text-decoration: none;
}

a:hover.b.p {
	background-color: rgba(233,0,255,1.00);
}

.b {
	display: block;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(255,255,255,1.00);
	background: rgba(50,94,244,1.00);
	text-align: center;
	border-radius: 5px;
}

.b.p {
	background-color: rgba(255,0,188,1.00);
}

.c {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

@media screen and (min-width: 800px) {
	.c	{
		padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	}
}

.hdr {
	display: block;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

.hdr a {
	display: inline-block;
	border: 0px;
	overflow: hidden;
	border-right: 1px solid rgba(125,125,125,1.00);
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 35px;
	height: 45px;
	border-radius: 0px 3px 3px 0px;
	color: rgba(50,50,50,0.7);
	text-decoration: none;
    font-size: 16px;
}
.hdr a:hover {
	color: rgba(30,30,30,1.0);
}

body.dark .hdr a {
	color: rgba(220,220,220,0.7);
}

body.dark .hdr a:hover {
	color: rgba(240,240,240,1.0);
}

.hdr .brand_logo {
	height: 35px;
	width: 35px;
}

.hdr .search {
    float: right;
}

.hdr .search input[type="search"] {
    max-width: 115px;
    font-size: 18px;
}

.brand_logo {
	display: inline-block;
	background-image: url('https://wtpx.io/+dstr/+assets/logo_placeholder.png');
	background-size: 100%;
	background-repeat: no-repeat;
    text-indent: -500px;
    overflow: hidden;
}
body.dark .brand_logo {
	background-image: url('https://wtpx.io/+dstr/+assets/logo_placeholder_darkmode.png');
}

.brand_icon_ani:before {
    content: '';
    display: block;
    padding: 100%;
}
.brand_icon_ani {
    display: block;
    background-size: 100%;
    width: 100%;
    max-width: 100px;
    margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    overflow: hidden;
    background-repeat: no-repeat;
}

.t {
	display: inline-block;
}

.cp {
	text-align: center;
    box-sizing: border-box;
	font-size: 10px;
	margin: 20px 0px 0px 0px;
	color: rgb(200,200,200);
	margin-bottom: 10px;
}

.cp a {
	color: rgb(180,180,180);
    margin: 0px;
}
.bioname {
	display: block;
	padding: 10px;
	margin: -10px -10px 10px -10px;
	background: rgba(90,90,90,.8);
	color: rgb(250,250,250);
	font-weight: lighter;
	font-size: 20px;
	text-align: center;
}

.bioimage {
	display: block;
	left: 0;
	right: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100%;
	background-position: center center;
	background-color: rgba(130,160,175,1.00);
	overflow: hidden;
	border-radius: 50%;
	max-width: 300px;
	border: solid 2px rgba(160,160,160,1);
	user-select: none;
	-webkit-user-select: none;
}
.bioimage:before {
	padding-top: 100%;
	display: block;
	content: '';
}

.desc {
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	user-select: auto;
	-webkit-user-select: auto;
	background: rgba(220,220,220,0.3);
	border-radius: 5px;
	overflow: hidden;
    text-align: left;
}

.desc h3 {
    display: block;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,1);
    padding: 12px;
    background-color: rgba(255,0,188,0.85);
    border-radius: 4px;
    text-align: center;
}

.desc a {
	padding: 2px 8px 2px 8px;
    margin: 1px;
	color: rgba(35,155,215,1.0);
    background: rgba(250,250,250,0.9);
	display: inline-block;
	border-radius: 3px;
}
.desc a:hover {
	text-decoration: none;
	background: rgba(35,155,215,0.7);
    color: rgb(255,255,255);
}

.desc .social_link {
	margin: 5px;
	padding: 4px 8px 4px 8px;
}

.desc h1 {
	padding: 0;
	margin: 0px 0px 5px 0px;
	font-size: 30px;
	font-weight: lighter;
    text-align: left;
}

.video {
	display: block;
	position: relative;
	margin: 10px 0px 10px 0px;
}

.video:before {
	content: '';
	padding-top: 56.25%;
	display: block;
}

.video #ytplayer		{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#cookies_consent {
    position: fixed;
    display: block;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
    background-color: rgba(0,0,0,.8);
    padding: 10px;
    text-align: center;
}
#cookies_consent .text {
    display: block;
    text-align: center;
    max-width: 800px;
    left: 0;
    right: 0;
    margin: auto;
}
#cookies_consent .text .header {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    background: rgba(152,32,245,.4);
    border-radius: 4px;
    font-weight: lighter;
    letter-spacing: 3px;
}
#cookies_consent form input[type="submit"] {
    margin: 0px 5px 0px 5px;
    padding: 10px;
    display: inline-block;
    border-style: none;
    border-radius: 2px 4px 2px 2px;
    background: rgb(230,230,230);
    color: rgb(60,60,60);
}
#cookies_consent form input[type="submit"]:active {
    color: rgb(35,155,215);
}
#cookies_consent .buttons {
    display: block;
    text-align: right;
    padding: 10px 0px 10px 0px;
    max-width: 800px;
    left: 0;
    right: 0;
    margin: auto;
}
#loading_screen {
    display: none;
}
.site_ls {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
    background-color: rgba(0,0,0,.8);
}
.brand_logo {
	background-image: url('https://wtpx.io/assets/site_logo.png');
}

body.dark .brand_logo {
	background-image: url('https://wtpx.io/assets/site_logo.png');
}

.brand_icon_ani {
    background-image: url('https://wtpx.io/assets/site_icon_animated.png');
}