html, body, p, h1, h2, h3, h4, h5, label, button, form
{
	padding: 0;
	margin: 0;
	font-family: "Poppins", serif;
}

.container
{
	max-width: 1600px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

header
{
	background-color: #00263E;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 70px;
	border-top: 1px solid #cecece;
	padding-top: 15px;
	padding-bottom: 30px;
}

header p
{
	color: white;
	max-width: 33%;
	font-size: 12px;
	justify-self: flex-end;
	align-self: flex-end;
	padding-right: 20px;
	padding-bottom: 20px;
}

header .logo
{
	margin-top: 10px;
	width: 100%;
	height: auto;
	background-image: url(../img/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.inner-form
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1024px;
	margin: 30px auto;
}

.inner-row
{
	max-width: 1024px;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inner-row h1
{
	color: #6BBC8D;
}

.inner-row h2
{
	color: #00263E;
}

.inner-row h3
{
	color: black;
}


.break {
  flex-basis: 100%;
  height: 0;
}

.nice-form-group
{
	padding: 0 !important;
	margin: 0 !important;
}

.form-element
{
	width: 47.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.form-element.sm
{
	width: 21%;
}

.form-element label
{
	width: 100%;
}

.form-element input
{
	width: 100%;
}

button
{
	background-color: #00263E;
	color: white;
	border: 2px solid #00263E;
	text-align: center;
	padding:10px;
	border-radius: 10px;
	cursor: pointer;
	min-width: 50%;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.3s ease;
}

button:hover
{
	color: #00263E;
	background-color: transparent;
	transition: all 0.3s ease;
}

#dietary_requirements
{
	display: none;
}

.terms 
{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.terms #terms
{
	margin-right: 20px;
	width: 30px;
	height: 30px;
}

.terms #terms:checked
{
	background-color: #6BBC8D;
}

#thanks-message
{
	display: none;
}

#thanks-message h3
{
	text-align: center;
}

.just-validate-error-label
{
	margin-top: 10px;
}
