@charset "utf-8";
/* Global */


/* Navigation */
.bg-light {
	background-color: #8000ff66 !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #fef7bf;
	font-weight: normal;
	font-style: normal;
	font-size: x-large;
	font-variant-caps: all-small-caps;
}

h1, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 3;
}

h2, .h2 {
	font-style: normal;
}
h2, .h2 {
	font-size: 3rem;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}





