/*!
 * Copyright KHÖRE Enterprises LLC - All Rights Reserved
 * Blank Template Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* CSS Updated 1.27.2018 */

@charset "UTF-8";

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
	background-color: #ededed;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

h1, h2, h3 {
	text-align: center;
	color: #004b91;
	letter-spacing: 0.5px;
}

h1 {
	font-weight: bold;
	font-size: 2.2em;
	margin-bottom: 0.75em;
}

hr {
	border-top: 2px solid #eee;
	width: 80%;
}

.main.container {
	background-color: #FFF;
	margin-top: 1em;
	margin-bottom: 2em;
}

body.splash {
	background-color: #FFF;
}

.splash h1, .splash h2 {
	position: absolute;
	left: -999em;
}

.splash.container {
	background-color: #FFF;
}

div.splash a.fallback {display:inline-block;float:none;color:#e9e9e9;width: 100%;padding:2.5em 0 2.5em 0;font-size:20px;text-align:center;background:none;}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px 0 20px;
}

.navbar-inverse {
	background: #004b91;
	border-bottom: 2px solid #003366;
}

.navbar-nav li {
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.5em;
	padding: 10px 0;
}
	
.navbar-nav a {
	color: #FFF !important;
}

.navbar-nav li:first-child a {}
	
.navbar-nav a:hover, .navbar-nav a:active {
	color: #A6D3FF !important;
}

.navbar-toggle {
	background-color: #004b91 !important;
	width: 55px;
	border: 2px solid #A6D3FF !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #FFF !important;
	height: 3px;
	width: 31px;
}

.row {
	padding: 1em;
	border-radius: 1em;
}

.row.top {
	padding: 1.5em 1em 1em 1em;
}

.row.bottom {
	padding: 0 1em 0 1em;
}

.main.container {
	border-radius: 1em;
	border: 2px solid #CCC;
}

.row img {
	border: 1.5px solid #CCC;
	border-radius: 0.5em;
}

.row.bottom .col-md-4 a {
	display: table;
	float: none;
	margin: 2em auto 0 auto;
}

.row.bottom .col-md-4 {
	text-align: center;
}

.row.bottom .col-md-4 h2 {
	font-size: 1.75em;
	text-align: center;
}

.row.bottom h1 {
	padding-bottom: 0.5em;
}

.row.bottom .col-md-4 img {
	border: none;
	margin: 1em;
}

#about {
	padding: 0 5%;
}

footer {
	display: block;
    padding: 15px 0;
	margin: 0;
	width: 100%;
}

footer .row {
    margin-right: auto;
    margin-left: auto;
	background: none;
	text-align: center;
	border-radius: 0;
}

.copyright.splash {
	position: absolute;
	color: #CCC;
	bottom: 1em;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
}

.copyright.splash p {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.copyright.main {
	bottom: 0;
	color: #004b91;
	text-align: center;
	margin: 0;
}

.copyright.main p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.85em;
}

.copyright.main span {
	font-size: 1em;
}

footer#main {
	padding: 0 0 0.2em 0;
	margin-top: -2em;
}

hr.spacer {border:none; padding:10px 0;}

/* .copyright.main {
	position: relative;
	color: #757575;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -2em;
} */

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0 15px 10px;
    }
	
	.navbar-brand img {
		height: 50px;
	}
	
	.navbar-nav li {
		color: #FFF;
		padding: 0 10px;
	}
	
	.navbar-nav li a {
		padding-top: 18px;
		padding-bottom: 12px;
	}

	.navbar-nav li:first-child {
		padding-left: 3em;
	}
	
	.row {
		padding: 2em;
		border-radius: 1em;
	}

	.row.top {
		padding: 3em 2em 2em 2em;
	}

	.row.bottom {
		padding: 0 2em 0 2em;
	}
	
	.navbar-nav li {
		color: #FFF;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 1.1em;
		padding: 0 0;
		display:inline-block;
		text-align: center;
	}
	
	.navbar-nav a {
		border-right: 1.5px solid #A6D3FF;
		width: 125px;
	}
	
	.navbar-nav li:first-child a {
		border-left: 1.5px solid #A6D3FF;
	}
	
	.navbar-nav li:last-child a {
		border-right: 1.5px solid #A6D3FF;
	}
	
	#about {
		padding: 0 12.5%;
	}
	
	.col-lg-12.contact-form-wrapper {
		margin-left: -15px;
	}
	
}

@media(max-width:768px) {
	.navbar-nav {
		text-align: center;
	}
	
	nav {
		padding: 5px 0;
	}
	
	.navbar-brand img {
		height: 40px;
	}
	
    .navbar-fixed-top .navbar-brand {
		padding-top: 5px;
    }
	
	.navbar-nav a {
		border-bottom: 2px solid #A6D3FF;
		padding-bottom: 1.5em !important;
	}
	
	.navbar-nav li:first-child a {
		border-top: 2px solid #A6D3FF;
		padding-top: 1.5em !important;
		margin-top: 0;
	}
	
	.navbar-nav li:last-child a {
	}
	
}

@media(max-width:1200px) and (min-width:992px) {
	
	.big-picture {
		display: table;
		width: 75%;
		margin: 0 auto 1em auto;
		float: none;
	}
	
	div.front-text {
		width: 100%;
	}
}

/* More Global Code */

/* Audio Player */
#ambiance {
 display: block;
 position: fixed;
 bottom: 0;
 left: -999em;
}
	
#ambiance audio {
	background: #FFF;
}

/* Splash Screen */
div.sphere {
	min-height: 550px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0.5em;
}

div.sphere.gray {
	z-index: 1;
	position: absolute;
	background: url('../images/khore-sphere-gray.png') no-repeat;
	background-position: center center;
	background-size: contain;
}

div.sphere.blue {
	z-index: 10;
	position: absolute;
	background: url('../images/khore-sphere-blue.png') no-repeat;
	background-position: center center;
	background-size: contain;
}

div.main-logo {
	z-index: 0;
	display: inline-block;
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
	min-height: 100px;
	width: 100%;
	background: url('../images/khore-logo-large.png') no-repeat;
	background-position: center;
	background-size: contain;
}

@media(max-width:480px) {
	.sphere {
		min-height: 250px;
		margin-top: -100px;
	}
}

@media(max-width:320px) {
	.sphere {
		min-height: 200px;
		margin-top: -120px;
	}
	
	div.main-logo {
		min-height: 75px;
		bottom: 17.5%;
	}
}

/* The following code allows animations to work */
div.sphere {display:none;}
div.main-logo {display:none;}

/* Contact Form Style */
.contact-form-wrapper {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	color: red !important;
	display: table;
	float: none;
	margin: 0 auto 0 auto;
	width: 100%;
	padding: 0;
}

section#contact {
  background-color: none;
}
section#contact .section-heading, section#contact .section-subheading {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

section#contact .section-heading {font-weight: bold;}
	
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #004b91;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #757575;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #757575;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #757575;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #757575;
}
section#contact .text-danger {
  color: #e74c3c;
}

section#contact button {
	color: #FFF;
	background-color: #004b91;
	height: 50px;
	width: 140px;
	margin-top: 1em;
}

section#contact button:hover, section#contact button:active {
	color: #A6D3FF;
}

/* enter and mute buttons */
#enter-btn {
	display: none;
	z-index: 50;
	color: #fff;
	position: absolute;
	width: 4em;
	top: calc(290px - 1em);
	left: calc(50% - 2em);
	font-size: 4.5em;
	text-align: center;
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	text-decoration: none;
	letter-spacing: 4px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

a#enter-btn {
	text-decoration: none !important;
}

#mute-btn {
	z-index: 100;
	display: block;
	position: fixed;
	left: 10px;
	bottom: 10px;
	background-image: url("../images/mute-audio.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 50px;
	width: 50px;
	cursor: pointer;
}

#preload-mute {
	background-image: url("../images/unmute-audio.png");
	background-repeat: no-repeat;
	background-position: -999px -999px;
}

#mute-btn.unmute {
	background-image: url("../images/unmute-audio.png");
}


@media(max-width:480px) {
	#enter-btn {
		top: calc(235px - 1em);
		font-size: 3.5em;
	}
	
	.sphere {
		min-height: 250px;
		margin-top: -50px;
	}
}

@media(max-width:320px) {
	#enter-btn {
		top: calc(210px - 0.5em);
		font-size: 3em;
	}
}

/*!--/ CSS --*/