html, body {
    height: 100%;
}

section {
  padding: 3em 0;
}

footer{
  padding-top: 2em;
  padding-bottom: 1em;
  background-color:#203248;
  color:white;
}

p{
  font-size:1.1em;
}

#user-alert {
  position: fixed;
  top: 5em;
  right: -22em;
  background-color:#203248;
  color: white;
  margin: 0;
  padding: 1em 2em;
  width: 20em;
  height: auto;
  z-index: 100000;
}

.blue_section {
  padding: 50px 0;
  background-color: #465967;
  color: white;
}

/* Make it look kinda like material design by putting a box-shadow on everything!! */
.navbar, .navbar-inverse, .well, .panel, #about_carousel,
.img-responsive, .embed-responsive-16by9, .panel-heading {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.navbar-inverse .navbar-nav >.active > a, .navbar-inverse .navbar-nav >.active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #0069AA;
}

.navbar, .navbar-inverse {
  background-color:#203248;
  border-bottom:none;
}

.top_cover{
  background-image: url('../images/gallery/rigback.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position:center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 99.14vw;
  height: 100vh;
  max-height: 600px;
}

#homepage_mobile {
  display: none;
}

.call_to_action {
  letter-spacing: 0.125em;
}

.homepage_well {
  margin-top: 3em;
}

.mobile_homepage_well {
  background-color: rgba(255, 255, 255, 0.9);
}

.mobile_subtitle {
  font-size:.85em;
}

.inline_logo {
  display: inline;
  height: 30px;
  float: right;
  margin-top: 8px;
}

.small_logo {
  max-height: 10em;
}

.section-lead {
  margin: 30px 0;
}

.btn-primary {
  background-color:#203248;
  border-color: #203248;
  border-radius: 2em;
}

.well {
  padding: 3em 2em;
  color: black
}

.panel-title{
  font-size: 2em;
}

.panel{
  text-align: left;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  max-width: 28em;
  margin: .75em;
  color: black;
}

.panel-primary > .panel-heading{
  background-color: #203248;
  border-color: #203248;
}

.panel-primary{
  border-color: #203248;
}

#rig_back {
  margin-top: 30px;
}

#about_carousel {
  margin-top: 30px;
}

#id_message{
  resize: none;
}

.btn, #id_name, #id_email, #id_phone, #id_message{
  border-radius: 3px;
}

#contact-section-spacer {
  margin-bottom: 5em;
}

@media (max-width: 767px) {
  .top_cover{
    display: none;
  }
  #homepage_mobile{
    display: block;
  }
  .carousel-indicators {
    display: none;
  }
  .gallery_title {
    margin-top: 30px;
  }
  #rig_back {
    display: none;
  }
}
