@media (min-width: 992px) {
	.container {
		width: 950px;
	}
}
.sticky-footer {
	margin-top: 5rem;
	padding: 2rem 0 3rem 0;
	font-size: 0.9rem;
}
.sticky-footer, .sticky-footer a {
	color: #9b9b9b;
}
.sticky-footer a:hover {
	color: #000;
}

/* plattform specific button styles */
.bg-amazon {
	color: #000;
	background: -webkit-linear-gradient(right,#fff,#fff);
}
.bg-amazon-tc:before {
	font-weight: bold;
	color: #ff9900;
	content: "amazon ";
}
.bg-amazon:hover {
	color: #000;
}
.bg-discord {
	background: linear-gradient(#738bd7,#738bd7);
}
/* original Instagram button by LoboStylez
/*.bg-instagram {
	background: #f75581;
	background: linear-gradient(333deg, #c32dca 0%, #ffbb3e 100%);
}*/
.bg-instagram {
	background: -webkit-linear-gradient(right,#ffdc80,#fcaf45,#f77737,#f56040,#fd1d1d,#e1306c,#c13584,#833ab4,#5851db,#405de6);
}
.bg-onlyfans {
	background: linear-gradient(#00aff0,#00aff0);
}
.bg-patreon {
	background: linear-gradient(#f96853,#f96853);
}
.bg-snapchat {
	color: #000;
	background: linear-gradient(#fffc00,#fffc00);
}
.bg-snapchat:hover {
	color: #000;
}
.bg-spotify {
	color: #000;
	background: linear-gradient(#1ed760,#1ed760);
}
.bg-spotify:hover {
	color: #000;
}
.bg-tiktok {
	background: linear-gradient(-90deg, #25f4ee 16%,#000,#000,#fe2c55 83%);
}
/*.bg-tiktok {
	background: -webkit-linear-gradient(right,#25f4ee,#25f4ee,#000,#000,#fe2c55,#fe2c55);
}*/
.bg-twitch {
	background: linear-gradient(#9146ff,#9146ff);
}
.bg-twitch:hover::after {
	content: ": GenericExampleUser";
}
.bg-twitter {
	background: linear-gradient(#1da1f2,#1da1f2);
}
.bg-youtube {
	background: #ff0000;
}
/*.bg-youtube {
	background: linear-gradient(#ff0000,#ff0000);
}*/

/* custom shadow cards */
.card-shadow {
	box-shadow: 0px 0px 20px #0000004d;
	border: 0;
}

.card-small-text {
	font-size: 0.85rem;
	line-height: 1rem;
	text-transform: lowercase;
}


.bg-shadow {
	box-shadow: 2px 2px 10px 0px #88888866;
}

.profile-html {
	min-height: 100%;
}

.profile-body {
	font-family: 'Montserrat', sans-serif;
	/*background: rgb(245,245,245);*/
	/*background: linear-gradient(-45deg, rgba(245,245,245,1) 1%, rgba(250,250,250,1) 100%);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.profile-button-addition {
	white-space: normal;
	word-wrap: break-word;
	padding: 1rem 1rem;
	font-size: 1.1rem;
	border-radius: .3rem;
	box-shadow: 0px 0px 20px #00000010;
	border: 0;
	transition: opacity 0.3s, background 0.3s;
}
.profile-button-addition:hover {
	opacity: 0.5;
}
.profile-background-enabled .profile-header, .profile-background-enabled .profile-description {
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.unselectable {
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
