h1, #journey-welcome {
	font-size: 48px;
	font-weight: normal;
	line-height: 60px;
	letter-spacing: 0.3px;
	color: #fff;
}
#qr-instruction-title {
    width: 95%;
}

#journey-container {
	background-color: #fff;
	padding: 48px 24px;
	border-radius: 12px;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 50%);
	min-height: 288px !important;
}

#username-engagement-input {
	margin-top: 40px;
}

#username-container {
	padding-top: 0px;
}

#background-color {
	background-color: #fff;
}

#journey-section {
	background: transparent;
}

@media (max-width: 767.98px) {
	#qr-container {
		border-bottom: 2px solid #414141;
		padding-bottom: 20px;
	}
}

@media (max-height: 767.98px) {
	#journey-welcome h1 {
		font-size: 32px;
		margin-bottom: 0;
	}
	.main-container {
		padding-bottom: 0px;
	}
	#main-image {
		width: 210px !important;
		height: 210px !important;
	}

	#main-image img.qr-code {
		width: 180px;
		height: 180px;
	} 

	#journey-container {
		padding: 12px 12px;
		margin-top: 0;
	}

	#journey-section {
		background: transparent;
		padding: 0px !important;
	}

	#journey-container {
		padding: 16px 0px;
	}
}


@media (max-height: 991px) {
	h1, #journey-welcome {
		font-size: 32px;
	}
	
	#journey-container {
		padding: 24px 24px;
	}
}

@media (max-width: 991px) {
	h1, #journey-welcome {
		font-size: 32px;
	}

	#journey-container {
		padding: 24px 24px;
	}

	#username-container {
		margin-top: 0;
		padding-top: 20px;
	}
}

@media (min-width: 992px) {
	#qr-container {
		border-right: 2px solid #414141;
		padding-right: 40px;
	}

	body {
		background-size: 100%;
		background-repeat: repeat; 
	} 

}

/* there was a typo in version 3.1 */
#qr-instructions-title, #qr-instuction-title {
	margin-bottom: 0;
}

#qr-instruction-steps {
	text-align: left;
	padding-left: 16px;
	margin-bottom: 0;
	font-size: 14px;
}

#qr-container {
	padding: 0px;
}

#main-image {
	width: 250px;
	height: 250px;
}

#main-image img.qr-code {
    border-radius: 12px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 50%);
	margin-top: 16px;
	margin-bottom: 16px;
} 

.button {
	letter-spacing: 1px;
	font-weight: 600;
	padding: 12px 24px;
	border-radius: 4px;
	background-color: #007AB3;
	border: 2px solid #007AB3;
}

.vid-label {
    font-weight: 300 !important;
}


.vid-container-box {
	border: 0;
}

input {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #414141;
}

.navbar {
	background-color: #fff !important;
	height: 80px !important;
}

.logo-wrapper {
	width: 1350px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: 135px;
	height: 35px;
	background-size: 135px 35px;
	background-image: url('../images/logo.png');
	min-width: unset !important;
min-height: unset !important;
}

body {

	margin: 0;
	padding: 0;
	/*background-image:		url('../images/veridium_wallpaper.jpg'); */
	background-size: cover;
	background-position: 0 80px;
  	background-repeat: no-repeat;
  	/*text-align:				center;*/
	font-family: Calibri, "Allianz Neo", sans-serif !important;
	font-weight: 300;
	font-size: 1rem;
	color: #414141;
	background-image: url('../images/allianz-background.jpg');
}