@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}

#orientationModal {
  z-index: 50;
}

#messageModal {
  z-index: 50;
}

.is-hidden {
	display: none;
}

/* POWERED BY BLYNK BRANDED FOOTER */
.blynkFooter {
	position: fixed;
	bottom: 0px;
	width: 100%;
  background: #373A36;
  height: 50px;
  text-align: right;
  padding-top: 5px;
  padding-right: 5px;
}

.sednaButton {
	background-color: #005C5D !important;
	position: relative;
	background-size: cover !important;
	height: 200px;
	max-width: 600px;
	border-radius: 0.5em;
	margin: auto;
	margin-top: 1em;
}

.buttonTitle {
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 1em;
	margin-bottom: 0.6em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 0.7em;
	font-family: gill-sans-nova,sans-serif;
font-weight: 500;
font-style: normal;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.columns {
	margin: 0px;
}

.section {
	padding: 1em;
	padding-bottom: 3em;
}

.playButton {
	color: #FFFFFF;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	text-align: center;
	font-size: 5em;
	line-height: 200px;
}

.pageColumns {
	min-height: 100%;
}

.buttonColumn {
	flex: auto;
	width: 85%;
	min-height: 100%;
}

.cta {
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 0.7em;
	font-family: gill-sans-nova,sans-serif;
font-weight: 500;
font-style: normal;
}

.logoColumn {
	background: #D02C2F;
	min-height: 100%;
}

.logoColumn img {
	width: 100%;
}
.modal-content .box {
  margin: 2em;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 0.7em;
	font-family: gill-sans-nova,sans-serif;
font-weight: 500;
font-style: normal;
}

.button {
	margin-top: 2em;
}