* {
	margin: 0;
	padding: 0;
}

*, *:after, *:before {
	box-sizing: border-box;
}

*:focus {
	outline-color: #90EE90;
}

html {
	font-size: 16px;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8fbfb;
	font-family: system-ui,-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	overflow-x: hidden;
	line-height: 1.4;
	height: 100vh;
	width: 100vw;
}

main {
	padding: 2rem;
	max-width: 500px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

blockquote {
	display: block;
	font-size: 0.85rem;
	padding-left: 0.75rem;
	border-left: 4px solid #90EE90;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

blockquote p {
	margin-bottom: 0.5rem;
}

.input {
  display: block;
  margin-bottom: 1rem;
	line-height: 1.6;
}

.input label,
.checklist > label {
	display: block;
	font-weight: bold;
}

.input input,
.input select {
	width: 100%;
  display: block;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #000;
	padding: 0.375rem 0.5rem;
	min-height: 2rem;
	height: 2rem;
}

.checklist li {
	list-style: none;
	padding-left: 0.5rem;
	margin-bottom: 0.25rem;
}

.checklist input {
	margin-right: 0.25rem;
}

button {
	width: 100%;
	display: block;
	cursor: pointer;
	margin-top: 1.5rem;
	background-color: #90EE90;
	border-radius: 2px;
	font-weight: bold;
	padding: 0.75rem;
	outline: none;
	border: none;
	color: #fff;
}

button:hover {
	background-color: #90EE90;
}
a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
  }
  
  /* Provide sufficient contrast against white background */
  a {
	color: #0366d6;
  }
  
  .btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
  }
  
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
  }
  .jumbotron {
	  background: url('https://h8nw38w4.tinifycdn.com/Images/HappyTogether1.jpg') no-repeat center top;
	  padding-top: 30px;
	  padding-bottom: 5px;
	  margin-bottom: 5px;
	  color: inherit;
	  background-color: white;
	  height: 100%;
	  width: 100%;
  }
	  .jumbotron h1, .jumbotron .h1
  
  {
	  color: inherit;
  }
  
  .jumbotron p {
	  margin-bottom: 15px;
	  font-size: 21px;
	  font-weight: 200;
  }
  
  .jumbotron > hr {
	  border-top-color: #d5d5d5;
  }
  
  .container .jumbotron,
  .container-fluid .jumbotron {
	  padding-right: 15px;
	  padding-left: 15px;
	  border-radius: 6px;
  }
  
  .jumbotron .container {
	  max-width: 100%;
  }
  
  @media screen and (min-width: 768px) {
	  .jumbotron {
		  padding-top: 48px;
		  padding-bottom: 8px;
	  }
  
	  .container .jumbotron,
	  .container-fluid .jumbotron {
		  padding-right: 60px;
		  padding-left: 60px;
	  }
  
	  .jumbotron h1,
	  .jumbotron .h1 {
		  font-size: 63px;
	  }
  }
  /* Sticky footer styles
  -------------------------------------------------- */
  html {
	font-size: 14px;
  }
  @media (min-width: 768px) {
	html {
	  font-size: 16px;
	}
  }
  
  .border-top {
	border-top: 1px solid #e5e5e5;
  }
  .border-bottom {
	border-bottom: 1px solid #e5e5e5;
  }
  
  .box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  }
  
  button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
  }
  
  /* Sticky footer styles
  -------------------------------------------------- */
  html {
	position: relative;
	min-height: 100%;
  }
  
  body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
  }
  .footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px; /* Vertically center the text there */
  }
  