.bg-1 {
	background-color: rgb(96, 178, 88);
	/* Green */
	color: #ffffff;
}

.bg-1-1 {
	background-color: rgb(86, 158, 79);
	/* Green */
	color: #ffffff;
}

.bg-1-button {
	background-color: rgb(59, 145, 51);
	/* Green */
	color: #ffffff;
}

.bg-2 {
	background-color: #474e5d;
	/* Dark Blue */
	color: #ffffff;
}

.bg-3 {
	background-color: rgb(153, 196, 85);
	/* White */
	color: #ffffff;
}

.bg-3-1 {
	background-color: rgb(141, 181, 78);
	/* White */
	color: #ffffff;
}

.bg-3-button {
	background-color: rgb(113, 158, 43);
	/* Green */
	color: #ffffff;
}

.disabled-link {
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
}

.card {
	border: none;
}

.container-fluid {
	padding-top: 70px;
	padding-bottom: 70px;
	color: rgb(200, 200, 200);
}

.fill {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.fill img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%
}

html {
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

header {
	width: 100%;
	margin: 0px;
}

.profile-img {
	height: auto;
	width: auto;
	max-width: 200px;
	max-height: 200px;
}

#navbar {
	background-color: rgb(40, 40, 40);
	height: 6vh;
	padding: 0.5vh;
	width: 100%;
}

#navbar_home {
	height: 4.5vh;
	position: absolute;
	top: 0.6vh;
	left: 3vw;
}

.logo_img {
	height: inherit;
	width: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

#navbar_pages {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	position: absolute;
	top: 0.7vh;
	right: 2vw;
}

.navbar_item {
	color: rgb(200, 200, 200);
	font-size: 3.5vh;
	font-family: sans-serif;
	text-decoration: none;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	display: inline;
	margin-left: 1vw;
	margin-right: 1vw;
}

.navbar_item:visited {
	color: rgb(230, 230, 230);
}

footer {
	background-color: rgb(40, 40, 40);
	color: rgb(230, 230, 230);
	display: table;
	width: 100%;
}

.footerSubsection {
	display: table-cell;
	padding-left: 12vw;
	padding-top: 3vh;
	padding-bottom: 1vh;
}

h2 {
	color: rgb(255, 255, 255);
}

a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

ol{
	text-align: center;
	list-style: inside;
}
.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.generic-text {
	font-size: 16pt;
}

.generic-text-2 {
	font-size: 14pt;
}

#flow-caption {
	text-align: center;
	margin-top: 5px;
}
