/* ========== MESSAGE PANEL ========== */
div#error_panel, div#warning_panel, div#info_panel {
  position: fixed;
  display: none;
  color: white;
  font-size: 1em;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  border-bottom: 3px solid #b02f00;
  z-index: 5002;
  text-shadow: #333 0px 0px 0.2em;
}

div#error_panel {
  background-color: #aa0000;
}

div#warning_panel {
  background-color: #d05f22;
  border-bottom: 3px solid #d05f22;
}

div#info_panel {
  background-color: #444;
}


html, body {
  background-color: #000;
}

/* ========== GENERAL STUFF ========== */

body {
  background-image: url("../img/bg4.jpg");
/*  background-size: cover; */
  background-repeat: no-repeat;
/*  background-attachment: fixed;*/
/*  background-position: left;*/
  color: #eee;
  text-shadow: 1px 0px 3px #111;
  text-align: center;
  font-size: 1.7em;
}

.btn {
  background-color: #000;
  border: none;
  text-shadow: none;
  color: #eee;
  -webkit-box-shadow: 0 0 5px rgba(10,10,10,0.7);
          box-shadow: 0 0 5px rgba(10,10,10,0.7);
}

a, a:hover, a:visited {
  color: #fff;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;

}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.intro-container {
  height: 900px;
}

.cover-container-enter {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image:url('../img/bg_enter.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:bottom;
}

.intro-container-enter {
  display: inline-block;
  position: relative;
  float: right;
  top: 150px;
  right: 3%;
  width: 350px;
  height: 530px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.enter-text {
  float: right;
  position: relative;
  top: 30px;
  width: 340px;
  right: 3px;
  text-align: left;
  font-style: italic;
  font-size: 0.9em;
}

.site-logo {
  background-image: url("../img/splinters.png");
  width: 350px;
  height: 100px;
  margin-top: 6%;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
}

.site-intro {
  display: table;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 20px 20px;
  border 0px;
/*  border: 1px solid rgba(50,50,50,0.2);
  background-color: rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 100px rgba(50,50,50,0.7);
          box-shadow: 0 0 100px rgba(50,50,50,0.7);*/
  text-align: left;
}

.site-sig {
  margin-top: 25px;
  display: table-cell;
  float: right;
}

.site-sig-img {
  position:relative;
  left:-20px;
}

.site-btn-center {
  margin: 40px;
}

.site-container {
  width: 100%;
  background: #111;
  padding: 100px 0px 100px;
  -webkit-box-shadow: 0 0 50px rgb(0,0,0) inset;
          box-shadow: 0 0 50px rgb(0,0,0) inset;
}

.footer {
  display: inline-block;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 0.8em;
}

.my-gallery {
  max-width: 1050px;
  display: inline-block;
}

figure {
  margin: 20px;
  display: inline-block;
  border: 1px solid #111;
  -webkit-box-shadow: 0 5px 10px rgb(0,0,0);
          box-shadow: 0 5px 10px rgb(0,0,0);
}

/* ========== CONTACT PANEL ========== */
.form-style-heading {
  font-weight: normal;
  font-size: 1.2em;
  color: #ddd;
  margin: 80px 0px 10px 0px;
}

input.trans {
  background: inherit;
  color: inherit;
  border: none;
}

#contact_body {
  max-width: 500px;
  position: relative;
  display: inline-block;
  left: auto;
  right: auto;
  border-width: 0px;
  padding: 10px 10px;
}

.contact_input {
  background: #ddd;
  color: #111;
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  font-size: 1.1em;
}

label {
  display: inline;
  font-weight: normal;
  font-size: 0.8em;
  color: #ddd;
}

span.contact_label {
  float: left;
  margin-top: 10px;
}
