@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,800;1,100;1,800&family=Titan+One&display=swap');


* {
	box-sizing: border-box;
}

body {
	font-size: 1.2em;
	margin: 0;
	padding: 2em;
	font-family: 'Mint Grotesk', sans-serif;
	/*background: linear-gradient(0deg, #3fb6b6 0%, #d56b86 100%);*/
	background: linear-gradient(0deg, rgba(26,151,152,1) 0%, rgba(191,114,240,1) 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	overflow-wrap: break-word;
	font-family: 'Montserrat', sans-serif;
}

main {
	display: block;
	max-width: 30em;
	border-radius: 1em;
	margin: 0 auto;
	text-align: center;
	background: rgba(255, 255, 255, .7);
	padding: 2em;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	margin: 0;
	font-family: 'Titan One', cursive;
}

button {
	background-color: rgba(255, 255, 255, .5);
	border: 8px solid rgba(255,255,255,0.6); /* Remove borders */
	padding: 15px;
	color: white; /* White text */
	font-family: 'Montserrat', sans-serif;
	font-size: 16px; /* Set a font size */
	cursor: pointer; /* Mouse pointer on hover */
	width: 80%;
	max-width: 350px;
	margin: auto;
	border-radius:20px;
	text-shadow: 2px 2px 4px #000000c9;
	}

#profile-items {
	text-align: center;
	/*border-top: 1px solid #666;*/
	padding: .5em 0 0 0;
	margin: 1.5em 0 0 0;
}

#profile-items ul {
	text-align: center;
	width: 100%;
	margin: 0px;
	list-style: none;
	padding: 0px;
	display: inline-block;
}



#profile-items :is(h1, h2, h3, h4, h5, h6) {
	text-align: left;
	margin: 0;
}

#profile-items h1 { font-size: 1.2em; }
#profile-items h2 { font-size: 1.2em; }
#profile-items h3 { font-size: 1.2em; }
#profile-items h4 { font-size: 1.1em; }
#profile-items h5 { font-size: 1.1em; }
#profile-items h6 { font-size: 1.1em; }

#profile-picture-container {
	margin: auto;
	color: #555;
	margin-bottom: 1em;
}

#profile-picture {
	border-radius: 0.25em;
	height: 8.7em;
}

#pronouns {
	margin: 0 0 1em 0;
	/* color: #666; */
	font-weight: 300;
}

#pronouns a:link,
#pronouns a:visited,
#pronouns a:hover,
#pronouns a:active {
	color: #666;
}

#details {
	margin: 1em 0;
}

#location {
	display: inline-block;
}

#occupation {
	display: inline-block;
}

#location, #occupation {
	margin: .5em;
	padding: 0 .5em;
}

#bio {
	text-align: center;
	font-size: 110%;
	line-height: 140%;
}

#footer {
	margin: 0;
	margin-top: 5em;
	color: #555;
	text-align: center;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #555;
	text-decoration: none;
	border: 0;
}

#prami {
	width: 2em;
}

ul {
	text-align: left;
}

li {
	line-height: 170%;
	margin-bottom: 10px;
}

a:link,
a:visited {
	color: #000;
	text-decoration-color: #555;
	text-decoration: none;

}
a:hover,
a:active {
	color: #000;
	text-decoration-color: #000;
	text-decoration: none;
	
}

.logotype {
	color: #f783ac;
	font-family: 'omg.lol';
}

#verification {
	font-size: 80%;
	color: #0089cf;
}

.tiktok-button {
	background: rgb(0,0,0);
	background: linear-gradient(52deg, rgba(0,0,0,1) 0%, rgba(254,44,85,1) 29%, rgba(0,0,0,1) 51%, rgba(37,244,238,1) 71%, rgba(0,0,0,1) 92%);
}

.masto-button {
	background-color: #6364ff;
}

.enbynyc-button {
	background-color: #5ebcbb;
}

.insta-button {
background: radial-gradient(circle farthest-corner at 32% 106%, 
rgba(255, 225, 125, 1.0) 0%, 
rgba(255, 205, 105, 1.0) 10%, 
rgba(250, 145, 55, 1.0) 28%, 
rgba(235, 65, 65, 1.0) 42%, transparent 82%), 
linear-gradient(135deg, rgba(35, 75, 215, 1.0) 12%, rgba(195, 60, 190, 1.0) 58%);
}

@media (max-width: 500px) {
	body {
		font-size: 1em;
		padding: 1em;
	}
	main {
		padding: 1.5em;
	}
}
