body {
	background: #000000 url(../images/bk_splashdb.jpg) repeat;
	
	background-position: center;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.container {
	height: 100vh;
	max-width: 1400px !important;
}

.main {

}
.logo {

}
.ptmain {
	display: flex;
	align-items: flex-end;
	gap: 40px;
	flex-wrap: wrap;
	flex: 0 1 auto;
	justify-content: center;
	max-width: 100%;
}
.ptitems {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	flex-wrap: wrap;
	flex: 0 1 auto;
	justify-content: center;
	max-width: 100%;
}

.ptbuy {
	width: 240px;
}
.ptfunder {
	width: 250px;
}
.ptfeat {
	width: 250px;
}
.ptfeat2 {
	width: 310px;
}
.ptstream {
	width: 240px;
}
.pttm {
	width: 280px;
}

.alsoavail {
	color: rgba(255,255,255,0.7);
	font-size: 1rem;
	margin-top: 50px;
}

.copyright {
	background: rgba(0,0,0,0.4);
	border-radius: 20px;
	color: #cbcbcb;
	font-size: 12px;
	margin: 30px auto 20px;
	padding: 5px 10px;
	text-align: center;
	width: 80%;
}
.copyright a {
	color: #cbcbcb;
	font-weight: 700;
}
.copyright a:hover {
	color: #d22026;
	font-weight: 700;
}