@font-face {
	font-family: Anybody;
	src: url(Anybody.ttf)
}

html {
	min-height: 100%;
}

body {
	font-family: "Anybody", sans-serif;
}

h1, h2, h3 {
	color: #E6007E;
	transition: color 0.3s ease;
}

a h1, a h2, a h3 {
	color: #E6007E;
}

a h1:hover, a h2:hover, a h3:hover {
	color: #000;
	text-decoration: none;
}

a {
	color: #E6007E;
	transition: color 0.3s ease;
}

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

img {
	max-width: 100%;
}

pre,
code {
	background: #f8f8f8;
	color: #333;
}

pre {
	border-left: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th,
td {
	padding: 0.5em 1em;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px 20px;
	border-left: 5px solid #eee;
	font-style: italic;
}

.text-hightlighted-yellow {
	display: inline-block;
	background-color: #ffed00;
	color: #E6007E;
	padding: 0.2em 0.4em;
	border-radius: 7px;
}

.nav-link-hightlighted-yellow {
	color: #E6007E !important;
	font-weight: 600;
	padding: 12px;
}

.nav-link-hightlighted-yellow:hover {
	background-color: #ffed00;
	color: #E6007E;
	border-radius: 7px;
}

.nav-link-hightlighted-magenta {
	background-color: #E6007E;
	color: #fff !important;
	font-weight: 600;
	border-radius: 7px;
	transition: none;
	padding: 12px;
}

.nav-link-hightlighted-magenta:hover {
	background-color: #ffed00;
	color: #E6007E !important;
	border-radius: 7px;
	transition: none;
}

.navbar-brand-centered {
	position: absolute;
	left: 50%;
	display: block;
	width: 160px;
	text-align: center;
	background-color: transparent;
}

.navbar>.container .navbar-brand-centered, 
.navbar>.container-fluid .navbar-brand-centered {
	margin-left: -80px;
}

section {
	padding: 150px 0;
    position: relative;
    overflow-x: clip;
}

section::before {
    content: '';
    position: absolute;
    width: 200%;
	top: 0;
    left: -50%;
    height: 100%;
    z-index: -1;
    transform: rotate(-7deg);
}

#soft-yellow-section::before {
	background-color: #fff7b2;
}

#soft-magenta-section::before {
	background-color: #f5b5d2;
}

.top-section {
	margin-top: 100px;
}

.bottom-section {
	margin-bottom: 160px;
}

#event {
	padding: 10px;
    border-radius: 10px;
    background-color: #fff;
	margin-bottom: 10px;
}

/* Navbar */
img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link {
	font-size: 1.2em;
}

/* Footer */
.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}

/* Plugins */
.plugin {
	margin-top: 3rem;
}

.plugin-label {
	font-size: 1em;
	text-transform: uppercase;
}

.plugin ul {
	list-style: none;
	padding: 0 0 0 10px;
}

.bi {
	margin-right: .5rem !important;
}