html, body {
	font-family: 'Meister', sans-serif;
	color: #ffffff;
	background-color: #000000;
	height: 100%;
}

.color-black {
	color: #000000;
}

.color-c8 {
	color: #c8c8c8;
}


.color-jgm {
	color: #ff6600;
}

.bgcolor-jgm {
	background-color: #ff6600;
}

.page0-content {
	background-image: url('../img/background0.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 2000px;
	max-width: 1000px;
	height: 622px;
	width: 345px;
	padding-top: 186px;
	margin-top: 0;
	margin-bottom: 0;
	border: 5px solid white;
}

.page1-content {
	background-image: url('../img/background1.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 1000px;
	max-width: 500px;
	height: 622px;
	width: 345px;
	padding-top: 386px;
	margin-top: 0;
	margin-bottom: 0;
	border: 5px solid white;
}

.page2-content {
	background-image: url('../img/background2.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 1000px;
	max-width: 500px;
	height: 622px;
	width: 345px;
	padding-top: 68px;
	margin-top: 0;
	margin-bottom: 0;
	border: 5px solid white;
}

.page5-content {
	background-image: url('../img/background3.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 1000px;
	max-width: 500px;
	height: 622px;
	width: 345px;
	padding-top: 68px;
	margin-top: 0;
	margin-bottom: 0;
	border: 5px solid white;
}

.page6-content {
	background-image: url('../img/background4.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 1000px;
	max-width: 500px;
	height: 622px;
	width: 345px;
	padding-top: 68px;
	margin-top: 0;
	margin-bottom: 0;
	border: 5px solid white;
}
.btn-start {
	padding: 0.10rem 0.50rem;
}

.font-0-5 {
	font-size: 0.5rem;
}

.font-0-6 {
	font-size: 0.6rem;
}

.font-0-7 {
	font-size: 0.7rem;
}

.font-0-9 {
	font-size: 0.9rem;
}

.font-1-4 {
	font-size: 1.4rem;
}

.font-1-5 {
	font-size: 1.5rem;
}

.px-2-5 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.px-2-9 {
	padding-left: 2.9rem;
	padding-right: 2.9rem;
}

.mt-4-5 {
	margin-top: 4.5rem;
}

.line-0-9 {
	line-height: 0.9;
}

.text-justify {
	text-align: justify;
	text-align-last: justify;
}

.list-group-item {
	background-color: transparent;
	border-bottom: 1px solid #cbcbcb;
	padding: 0.75rem 1.25rem 0.75rem 0;
}
.list-group-item.active {
	background-color: #ff6600 !important;
	border-color: #cbcbcb;
}
.list-group-item:last-child {
	border-bottom-right-radius: unset;
	border-bottom-left-radius: unset;
}
.list-group-item:first-child {
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: transparent;
}

.border-top-bottom {
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
	padding-top: 2px;
	padding-bottom: 2px;
}

.form-control {
	background-color: #f6f6f0;
	border: 1px solid #ff6600;
	border-radius: unset;
	padding: 2px 4px;
	font-size: 0.7rem;
}

.link {
	text-decoration: underline;
}

@media (max-width: 375px) {	
	.align-items-center{
		margin-top:20px;
		align-items: inherit !important;
	}
}