@charset "UTF-8";

@font-face {
	font-family: 'Bliss-Light';
	src: url('../font/Bliss-Light.woff2') format('woff2'),
		url('../font/Bliss-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bliss-ExtraLight';
	src: url('../font/Bliss-ExtraLight.woff2') format('woff2'),
		url('../font/Bliss-ExtraLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bliss-Regular';
	src: url('../font/Bliss-Regular.woff2') format('woff2'),
		url('../font/Bliss-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #000;
	font-family: 'Bliss-ExtraLight';
	font-weight: 300;
	overflow: hidden;
	user-select: none;
}

*, *:before, *:after {
	box-sizing: inherit;
	user-select: none;
	outline: none;
}

body {
	height: 100%;
	width: 100%;
	background-image: url('../images/bg_clouds.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	font-family: 'Bliss-ExtraLight';
	color: #000;
}

h1, h2, h3 {
/*     font-family: 'RBC Display'; */
}

h2, h3 {
	margin: 0;
	line-height: 1;
}

.half {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.half.left {
	margin-right: 1%;
}

.half.right {
	margin-left: 1%;
}

#page-content {
	padding: 1em;
	height: 100%;
	width: 100%;
}

section {
	overflow: hidden;
	text-align: center;
	padding-top: 100px;
	width: 100%;
}

h1 {
	text-align: center;
	font-size: 3.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
}

h1 {
	margin: 0;
}

input, select {
	padding: .5em;
	background-color: #fff;
	border: 1px solid #fff;
	display: block;
	border-radius: 0;
}

input.error, select.error {
	border: 1px solid #ff0000;
}

label {
	display: block;
	margin-top: 1em;
}

.button-container {
	margin-bottom: 1em;
}

.button {
	border-radius: 6px;
	display: inline-block;
	margin: 1em 0;
	padding: .6em 1em .6em 1em;
	background-color: #fff;
	color: #0051A5;
	border: 0;
	text-transform: uppercase;
	font-size: 1.5em;
}

.button.delete {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
	padding: 0;
}

.button-container .button {
	margin: 0;
}

.error {
	color: #ff0000;
}

.lightbox-container {
	display: none;
}

.fancybox-content {
	vertical-align: top !important;
	margin-top: 120px !important;
}

table {
	border-collapse: collapse;
}