/*

Theme: omg.lol Special
Author: Ediz Baha (@edizbaha)
License: MIT
Version: 1.1
Description: omg.lol Special - This theme is inspired by the design of the omg.lol.

*/

@import url('https://cdn.cache.lol/type/font-honey.css');
@import url('https://cdn.cache.lol/type/font-lato-regular.css');

:root {
		--verified: #f783ac !important;
}


* {
		font-family: 'Lato', sans-serif;
}

h1, h2, h3 {
		font-family: 'VC Honey Deck', sans-serif;
}

body {
	background: #343A40;
	color: #F1F3F5;
}

main {
	background: unset;
}

a:link,
a:visited {
	color: #F1F3F5;
	text-decoration-color: #F1F3F5;
	text-decoration: none;
	border-bottom: 1px dotted #F1F3F5;
}

a:hover,
a:active {
	color: #A5A5A5;
	text-decoration-color: #A5A5A5;
	text-decoration: none;
	border-bottom: 2px solid #A5A5A5;
}

#profile-picture {
	border-radius: 15%;
	box-shadow: 0px 8px 0px rgb(0 0 0 / 15%);
}

#pronouns {
	color: #A5A5A5;
}

hr {
		background: #495057;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #A5A5A5;
}

/* Now Page Style */
#now {
	margin-top: 2em;
	text-align: left !important;
}

/* Color for profile items list */
.fa-li, .fas, .omg-icon, .omg-icon path {
	color: #F783AC;
	fill: #F783AC;
	stroke: #FA638D;
}

/* Specific colors for individual icons */
.fa-plug {
	color: #FFE066;
}

.fa-badge-check {
	color: #74C0FC !important; /* important is needed to override inline style*/
}

.omg-verified {
	color: #74C0FC !important; /* important is needed to override inline style*/
}

.fa-briefcase {
	color: #FFE066;
}

.fa-map-marker-alt {
	color: #FFE066;
}

.fa-location-dot {
	color: #FFE066;
}

/* Additional theming for OMGEX (https://github.com/litdevs/omgex) */

.fa-clock {
	color: #FFE066;
}

.fa-smile-plus {
	color: #FFE066;
}

.fa-birthday-cake {
	color: #FFE066;
}