
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.subtitle-small{font-size:36px;font-family:Poppins-Light;color:#FFF;}
.subtitle-medium{font-size:28px;font-family:Poppins-Light;color:#FFF;}
.lead-text{font-size:24px;font-family:Poppins-Bold;color:#FFF;}
.subtitle-text {
	font-size: calc(1.2vw + 1.2vh + 1.2vmin);
	font-family: Poppins-Bold;
	color: #FFF;
}
.title-text {
	font-size: calc(2.28 * (1.2vw + 1.2vh + 1.2vmin));
	font-family: Poppins-Bold;
	color: #B1C0D1;
	-webkit-text-stroke: 2px #fff; /* Change to desired outline color */
}
.body-text{font-size:18px;font-family:Poppins-Light;color:#FFF;}
.signoff-text{font-size:35px;font-family:Poppins-Bold;color:#FFF;}
.signoff-name{font-size:47px;font-family:Poppins-Bold;color:#FFF;}
.signup-text{font-size:18px;font-family:Poppins-Light;color:#000;}
.decline-text{font-size:14px;font-family:Poppins-Light;color:#000;margin-left: 7px;}

@font-face {
	font-family: Poppins-Bold;
	src: url("fonts/poppins-bold.woff") format("woff");
}

@font-face {
	font-family: Poppins-Light;
	src: url("fonts/poppins-light.woff") format("woff");
}
.main-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	background-color: #B1C0D1;
}
.text-container {
	margin-top: 5%;
	margin-left: 10%;
}

.infoDisplay {
	margin-top: 20px;
	margin-bottom: 40px;
}
.infoDisplay p {
	width: 300px;
}
.nameDisplay {
	justify-content: center;
	align-items: center;
}
.signoffDisplay {
	width: 300px;
	height: 200px;
	margin-top: 60px;
	margin-bottom: 40px;
	height: auto;
}
.image-container {
	max-width: 981px;
	width: 100%;
	min-height: 100%; 
	background-image: url('images/sebastian.png');
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 75%; 
	display: flex; 
	background-color: #B1C0D1;
}
.formDisplay {
	background-color: rgba(255, 255, 255, 0.4); 
	width: 300px;
	padding: 12px;
	border-radius: 10px;
}
.buttonStyle {
	background-color: #B1C0D1;
	font-size: 18px;
	font-family: Poppins-Bold;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 10px;
	-webkit-appearance: none;
}
